z/OS ISPF Software Configuration and Library Manager Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


PL/I

z/OS ISPF Software Configuration and Library Manager Guide and Reference
SC19-3625-00

In PL/I programs, include the following declare statements:
DECLARE FLMLNK     /* NAME OF ENTRY POINT          */
        ENTRY
        EXTERNAL   /* EXTERNAL ROUTINE             */
        OPTIONS(   /* NEEDED OPTIONS               */
        ASM,       /* DO NOT USE PL/I DOPE VECTORS */
        INTER,     /* INTERRUPTS                   */
        RETCODE);  /* EXPECT A RETURN CODE         */
 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014