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


PL/I example

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

DECLARE SERVICE   CHAR(8)  INIT('DELETE  '),
        SCLM_ID   CHAR(8)  INIT('SCLM0001'),
        GROUP     CHAR(8)  INIT('USER1   '),
        ⋮

CALL FLMLNK(SERVICE,SCLM_ID,GROUP,...);
For service calls in PL/I, initialize parameter variables by using literals in assignment statements:
SERVICE='DELETE  ';

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014