Problem:
We are moving a host application to Net Express from our mainframe.
We want to use Line Sequential files without changing our code.
How can this be done?
Resolution:
The SEQUENTIAL directive can be used for this. Specify the directive as:
SEQUENTIAL(LINE)
If you are only using DISPLAY output and want that output to be Line
Sequential, then use OUTDD. Specify this directive as:
OUTDD(XYZ.TXT 121 L)
#netexpress
#AcuCobol
#ServerExpress
#RMCOBOL
#COBOL
