[color=#060000]The WSF command is not supported for OpenVMS jobs since this is a Version 2 Agent[color]
[font=Courier New]ESP1584E WOBCMD is not supported for OPENVMS_JOB[font]
[color=#060000]A REXX extension was created to provide similar functionality of the WSF command for OpenVMS Jobs.
The system is running Windows XP Professional SP3 and has both the OpenVMS Agent and a Windows R7 System Agent.
[color]
C:\Program Files\Cybermation\OpenVMS Agent>cybAgent.exe -v
Cybermation Agent for OpenVMS V2.0.3
Copyright (c) Cybermation Inc. 1980-2008
Built at: Oct 13 2008 , 01:51:43
C:\Program Files\Cybermation\ESP\System Agent\ESPMSTD>cybAgent.exe -v
Cybermation ESP System Agent
for Microsoft Windows
Version R7, Build 128
[color=#060000]Create a Proc with an FTP_JOB that will copy the desired spool file from the Windows server to ESP Workload
Manager on the mainframe. This job accepts 2 parameters AGENT and Spool File location.
Create a REXX routine that performs the following:
- GET_JOB_INFO - use RETSCBD to get JOBNAME, APPL, APPLGEN and AGENT
- TRIGGER_JOB - with AGENT and SPOOL File
- DISPLAY_SPOOL_FILE - write SPOOL file output to terminal.
[color]