How o I open a mainframe file to contain commas between to texts; acct number. & tax I'd .
Open the file as any sequential file with similar attributes (recfm, lrecl) and then parse out the delimited data.
UNSTRING works well with COBOL.
Click the +1 button below to share it with your friends and colleagues
Disclaimer
Open the file as any sequential file with similar attributes (recfm, lrecl) and then parse out the delimited data.
UNSTRING works well with COBOL.