by ".prn" files, do you mean exported item parameters, created using the "export" command?
https://conquestcommandref.netlify.com/commands.html#exportIf so, yes, you can read in item parameters and use them as starting values or anchors using the "import" command. See:
https://conquestcommandref.netlify.com/commands.html#importRemember that the item parameters exported are only those that are estimated. If you use the item constraint to identify your model, you're exported parameters will exclude the last item (which is the negative sum of the other items).
Another approach is to save the current state of conquest in a system file using the command "put". If you estimate a model, then write a system file, you can later read that system file back in and you won't need to re-estimate the model/calculate fit/gereate case estimates etc.
https://conquestcommandref.netlify.com/commands.html#puthttps://conquestcommandref.netlify.com/commands.html#getIf you write a system file and also use R, you can read it into R using the conquestr library:
https://cran.r-project.org/package=conquestr