Skip to main content

Creating Line Sequential files in Net Express with a mainframe program

  • February 15, 2013
  • 0 replies
  • 0 views

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)

Old KB# 1597

#netexpress
#AcuCobol
#ServerExpress
#RMCOBOL
#COBOL

0 replies

Be the first to reply!