Relationship to the EQQWXMOD WAPLEXEC
The EQQWXMOD
WAPLEXEC program was
the prototype for many of these commands and they have been transferred
into the base language of Workload Automation Programming Language.
There are a few amendments in syntax to avoid conflicts with existing Workload Automation Programming Language commands
and some commands have been combined.
- The
MODIFY
command withinEQQWXMOD
becomes theALTER
command within base Workload Automation Programming Language. - The
MOVETO
command is now also part of theALTER
command with a newNEW_WSNAME
keyword specifying the workstation to move to. - The
RELEASE
keyword ofMOVETO
has now become theDROPSUCC
keyword of theALTER
command. - The
UPDATE
keyword has been moved from the PARM= route into being a keyword in each command but can still be passed via the PARM= route as this will setOPTIONS UPDATE
. - The
STATUS
keyword now allows multiple status values to be specified in a single command. This was a restriction forEQQWXMOD
but Workload Automation Programming Language V3.3 lifted this with changes in the core engine. - New commands
BIND
,KILL
andREPLY
added to this set of commands that were not part of theEQQWXMOD
set. - The
NOW
keyword is not supported in base Workload Automation Programming Language, because you can useOPTIONS DATE
andOPTIONS TIME
instead.
The EQQWXMOD
WAPLEXEC is now being deprecated
and is not developed further to accommodate any new features of HCL Workload Automation for Z.
Use the equivalent commands within Workload Automation Programming Language,
instead.