hi,
I am trying to merge two TAPE files of (Format VB ) into a new TAPE file ( Format VB ). All the files are having same record length of 32137.
The First File is having Detail Records and the Second file is having Trailer Records. I am able to create the output TAPE file.
But the Issue is, when i am trying to move the Trailer Record from 5000 to 32137 into a Variable in COBOL it fails in S0C4.
When i am displaying the content, for the Tape file it shows SPACES and \. If we run the COBOL program after converting the TAPE file into DASD the program is running fine and the display shows some junk values, the previous record values. ( But not the Last before record ).
\
Please help me in this.