Hello.
I am converting code from AS/400 Cobol 85 to an A series unisys using Cobol 74. There is a keyword that I have never used in 85 in this code. It is RECORDING MODE F.
Here is the FD description using it.
FD JOB-FILE RECORDING MODE F
RECORD CONTAINS 80 CHARACTERS.
01 JOB-RECORD VALUE SPACE PIC X(80).
If it helps, here is the select statement as well.
SELECT JOB-FILE ASSIGN JOBOUT
ORGANIZATION LINE SEQUENTIAL.
I did research this some but since I am unfamiliar with the keyword, I do not know what purpose it serves and how to convert it to cobol 74.
Any help would be truly appreciated.
Thanks in advance.
Tee
I am converting code from AS/400 Cobol 85 to an A series unisys using Cobol 74. There is a keyword that I have never used in 85 in this code. It is RECORDING MODE F.
Here is the FD description using it.
FD JOB-FILE RECORDING MODE F
RECORD CONTAINS 80 CHARACTERS.
01 JOB-RECORD VALUE SPACE PIC X(80).
If it helps, here is the select statement as well.
SELECT JOB-FILE ASSIGN JOBOUT
ORGANIZATION LINE SEQUENTIAL.
I did research this some but since I am unfamiliar with the keyword, I do not know what purpose it serves and how to convert it to cobol 74.
Any help would be truly appreciated.
Thanks in advance.
Tee