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


Pascal example

z/OS ISPF Services Guide
SC19-3626-00

FUNCTION ISPLNK:INTEGER; EXTERNAL;
CONSTANT SERVIS='LMOPEN ';
         OPTION='INPUT  ';

VAR      LASTRC:INTEGER;
         DATAID:STRING(8);

BEGIN
⋮
LASTRC:=ISPLNK(SERVIS,DATAID,OPTION);

For functions written in Pascal, arguments can also be passed as variables or as literals.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014