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


C example

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

In C programs, include the following declare statements and compiler directives:
  #pragma linkage(flmlnk,OS);
  extern int flmlnk();
 
Example
  int retcode;
  char *SERVICE, *SCLMID,*GROUP, ...;
  SERVICE = "DELETE  ";
  SCLMID = "SCLM0001";
  GROUP = "USER1   ";
  ⋮

  lastrc = flmlnk(SERVICE,SCLMID,GROUP,...);
 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014