Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Generation of parameter structures for COBOL

In order for the COBOL parameter structures to be generated, library SYSLIB.LMS.033 (which contains the COPY members) must first be assigned. Assignment is possible using the following command:

/ADD-FILE-LINK FILE-NAME = $.SYSLIB.LMS.036, LINK-NAME = COBLIB

The installation location of this library is freely selectable via IMON.

The installation location of SYSLIB.LMS.036 can be determined and stored into an S variable using the builtin function INSTALLATION-PATH:

/SET-VARIABLE LIBRARY-NAME =INSTALLATION-PATH-
                           (LOGICAL-ID =  'SYSLNK'        -
                           ,INSTALLATION-UNIT =  'LMS'    -
                           ,VERSION =  '3.6'              -
                           ,DEFAULT-PATH-NAME =  '$.SYSLNK.LMS.036')

Then the library can be assigned as follows:

/ADD-FILE-LINK FILE-NAME=&(LIBRARY-NAME),LINK-NAME=COBLIB

No COPY members are available for parameter structures TID and ER.