TPX Session Management for z/OS

 View Only

Get Holddata for your CA Product Upgrade

  • 1.  Get Holddata for your CA Product Upgrade

    Broadcom Employee
    Posted Feb 27, 2015 12:07 PM

    Here is the simple FTP job that you can run anytime to get the HOLDDATA for any CA product.

     

    //jobcard                                                           

    //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

    //FTPSTEP EXEC PGM=FTP,REGION=0M,PARM='(EXIT=08'                    

    //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

    //SYSPRINT DD SYSOUT=*                                              

    //OUTPUT   DD SYSOUT=*                                              

    //INPUT    DD *                                                     

    ftp.ca.com 21                                                       

    anonymous                                                           

    email address                                                       

    cd /pub/HoldData/                                                   

    dir                                                                 

    asc                                                                 

    locsite LR=80 REC=FB BLOCKSI=0                                      

    locsite PRI=05 SEC=01 CY                                            

    get     ALL-HOLDDATA.TXT  'HOLDDATA DSN'  (REPLACE                  

    quit                                                                

    /*                                                                  

    //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    //* 1. Replace  email address  with your valid email address.       

    //* 2. Replace 'HOLDDATA DSN' with a valid z/OS data set name.      

    //*    The data set will be created if it does not already exist.   

    //* 3. Specify that DSN on the //SMPHOLD DD in the SMPE RECEIVE job. 

    //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

     

     

    If you have any questions, please contact CA Technical Support.