PPA Program: PPASCRPT
The PPASCRPT program runs as a PPA program in the platform server started task. It can accept two parameters from the PPA and schedule a script to be executed by the started task.
The following table lists the two parameters of the PPASCRPT program:
Parameter | Description |
---|---|
Script Name | Required. This parameter defines the fully qualified data set name of a script that must be submitted. |
Node Name | Optional. This parameter defines the name of the node to be associated with the script to be executed. If defined, the node name must be the first parameter entered. This parameter can be entered by using the following syntax: N: | N= | NODE: | NODE=. |
The following examples are PPA statements that use the PPASCRPT program:
PPA=”S,R,CALLJCL,PPASCRPT n:NYNODE your.script.library(script1)”
PPA=”S,R,CALLJCL,PPASCRPT node=lanode your.script.library(script2), %P1=123,%P2=abc”
PPA=”S,R,CALLJCL,PPASCRPT your.script.library(script3),INDIRECT=YES, %P1=123,%P2=abc”
Copyright © Cloud Software Group, Inc. All rights reserved.