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


Example

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

This example calls the FLM00CVE Exec through the SCLM verify change code exit.

    IN FLMCNTRL MACRO:
      CCVFY=FLM00CVE,
      CCVFYDS=PROJ1.SAMPLIB.EXEC,
      CCVFYCM=TSOLNK,
      CCVFYOP=(BLGYPRR,MASTER,BLGSES00,1,5,C,300,NO,360,FLM00CVE,)
 

Where:

CCVFY=FLM00CVE
Specifies that the SCLM Verify Change Code exit be used and that member FLM00CVE be invoked.
CCVFYDS=PROJ1.SAMPLIB.EXEC
Specifies the MVS™ data set containing member FLM00CVE. In the example: "PROJ1.SAMPLIB.EXEC(FLM00CVE)"
CCVFYCM=TSOLNK
Specifies that FLM00CVE is invoked using the TSO service facility routine, the default for REXX Exec programs.
CCVFYOP=(exit routine parameters)
Specifies the parameters that are passed to the exit program.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014