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


Pascal example

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

CONST
  SERVICE = 'DELETE  ';
  SCLM_ID = 'SCLM0001';
  GROUP   = 'USER1   ';
  ⋮

LASTRC := FLMLNK(SERVICE,SCLM_ID,GROUP,...);
For service calls in Pascal, 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