Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

LMSASSLD

LMSASSLD generates the library description.

Name

Operation

Operands

name

LMSASSLD

[P=prefix,]MF={ D | C | L }

prefix

Up to 3 characters to be prefixed to the field names.
The default value is the string LD.

D

C

L

A dummy section (DSECT) is generated.

A storage area is generated (without CSECT statement).

Constants are defined which can be used for initialization of the control blocks.

Expansion of LMSASSLD

***********************************************************************
*                                                                     *
*        LIBRARY DESCRIPTION (DSECT)                                  *
*                                                                     *
***********************************************************************
        SPACE
&NAME    DSECT
&P.PSWD  DS    F                       DMS PASSWORD                  IN  F'0'
&P.LINK  DS    CL8                     LINK NAME                     IN  CL8' '
&P.RES1  DS    2F                      FREE                              2F'0'
&P.LEN   DS    Y                       MAX. LENGTH OF LIBRARY NAME   IN  Y(54)
&P.NAME  DS    CL54                    LIBRARY NAME               INOUT  CL54' '
&P.PLNG  EQU   *-&P.PSWD               LD LENGTH