SHDCALL Macro

The SHDCALL macro passes a command to the CA 7 batch scheduler and returns the response.

Note: If you want to use this macro, you must first complete and action the SCHEDAPI Customizer parameter group (shortcut /PARMS).

Parameters: SHDCALL Macro

Returned Variables: SHDCALL Macro

To run the macro interface, the STEPLIB statement in the CA 7 started task JCL must be concatenated in the CA NetMaster started tasks JCL. Following is an example:

//STEPLIB DD DSN=dsnpref.pvpref.MS.CC2DLOAD, 
// 	 DD DISP=SHR,DSN=CD.Vnnnn.LINKLIB 
// 	 DD DISP=SHR,DSN=dsnpref.CA7Vnn.CAILIB 
// 	 DD DSN=SYS1.SISTCLIB,DISP=SHR


Copyright © 2010 CA. All rights reserved.