z/OS ISPF Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


PL/I

z/OS ISPF Services Guide
SC19-3626-00

In PL/I programs, you should include these DECLARE statements:
DECLARE ISPLINK    /* 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