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 the parameter structures for Assembler

&pagelevel(3)&pagelevel

In order for the Assembler parameter structures to be generated, library SYSLIB.LMS.033 (containing the macros) must first be assigned. Assignment is possible using the following command:

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

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=ALTLIB

No macros are available for parameter structures TID and ER.