ESP Workload Automation

  • 1.  How to retrieve spool file from the Manager (mainframe)

    Posted Jul 13, 2010 01:28 PM
    I'm unable to retrieve the spool file from the mainframe. Does anyone know how to modify the job or ESP to allow spool file retrieval?


  • 2.  RE: How to retrieve spool file from the Manager (mainframe)

    Posted Jul 13, 2010 02:16 PM
    You should be able to retrieve spool for distributed jobs from the Consolidated Status Facility with the WSF command

    You should be able to retrieve spool from mainframe jobs from the Consolidated Status Facility with the LOG, LJO, and OUT command.


  • 3.  RE: How to retrieve spool file from the Manager (mainframe)

    Posted Jul 13, 2010 02:36 PM
    I forgot to include unable to retrieve OPENVMS file from the manager (mainframe)


  • 4.  RE: How to retrieve spool file from the Manager (mainframe)

    Posted Jul 21, 2010 12:51 PM
    [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]