Previous Topic: Check Out JCL


Update JCL for Model or Subset Checkout

Follow these steps:

  1. Modify jobcard to be valid for your site.
  2. Make sure that the job will run on the DB2 subsystem where the Host Encyclopedia resides.
  3. Change 'YOUR.CLIST.LIBRARY' on the //SYSPROC statement to the dataset name of the IEF CLIST library for your Host Encyclopedia.
  4. Modify 'PROF PREFIX(TSOID)' line to contain a TSO ID that is authorized to checkout the model or subset.
  5. Modify the following parameters of the //SYSTSIN DD statement:
    1. J% parameter-If you are checking out the model for use on a Windows workstation, change the %IEFDOWN to %IEFDOWW
    2. MODEL('model name')-The mainframe name of model to download
    3. SUBSET('subset name')-Name of your subset; 'ALL' if entire model
    4. SOFTVERS(????)- ???? should be 9.2.xx if your model is a CA Gen 8 model or CA Gen 8.5 model, 9.1.A5 if your model is an AllFusion Gen 7.6, 7.5, or 7.0 model

      Note: For the exact model schema, see the Release Notes for the value of xx.

    5. The TSO ID specified in 'PROF PREFIX(TSOID)' will automatically prefix the 'IEF.DATASET' name. Do not specify the TSO ID in this parameter. If you omit this parameter, the dataset name defaults to <tsoid>.IEF.TRAN
    6. CPID('nnnn') nnnn is the codepage identifier for the model's language on the destination platform.
      ///************************************************
      //IEFDOWN JOB 'ACCTING INFO','YOUR NAME',
      // TIME=(1400),MSGCLASS=W,NOTIFY=TSOID,REGION=4096K
      //IEF EXEC PGM=IKJEFT01,DYNAMNBR=25
      //SYSPRINT DD SYSOUT=*		
      //PRINTER DD SYSOUT=*
      //SYSTSPRT DD SYSOUT=*
      //SYSOUT DD SYSOUT=*
      //SYSPROC DD DSN=YOUR.CLIST.LIBRARY,DISP=SHR
      //SYSTSIN DD *
      PROF PREFIX(TSOID)
      %IEFDOWW +
      MODEL('MODEL NAME') +
      SUB('ALL') +
      SOFT('9.2.xx') +
      TRFILE('IEF.DATASET')
      CPID('1252')
      //*
      //
      ///*****************************************************
      

Note: For more information, see CA Gen Client Server Encyclopedia User Guide