I performed a DSPJRN command and specified outfile output. I wrote a program that reads the outfile and performs some processing. It worked flawlessly. We have separate development and production machines and use a change management tool to promote things to production. So, I had to create DDS for chg mgmt to be able to recreate the file. I used a well know file patch utility (DBU) to export the fields to the DDS. Now that the DSPJRN outfile and program have been moved to PROD, the DSPJRN command fails with the following message:
Code:
Additional Message Information Message ID . . . . . . : CPF9865 Severity . . . . . . . : 40 Message type . . . . . : Diagnostic Date sent . . . . . . : 02/23/21 Time sent . . . . . . : 17:31:45 Message . . . . : Format of output file CRMPJRNBT in library GWIKLE2 not valid. Cause . . . . . : The format of the output file for a display command is not the same as the format of the system-supplied output file. Recovery . . . : Specify a different data base name (OUTFILE parameter) and then try the request again. How can I recreate the outfile with DDS
Comment