SELECT PRINT-X ASSIGN TO "/data13/rebates/out"
ORGANIZATION IS record sequential
FILE STATUS IS DISK-ERR.
FD PRINT-X RECORD CONTAINS 202 CHARACTERS.
01 P-1 PIC X(202).
I do a simple WRITE P-1, to add the data to the file.
I am unable to find an answer to this on them web, and hope that some here can help. I am using Microfocus Cobol running on AIX 4.3.3. I am trying to produce a record sequential file that is fixed width (each record is PIC x(202), and email this data file to an end-user. The thing is that when...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.