Previous Topic: Step 1 – Specify HLQ and Job Card for Customization JobsNext Topic: Step 3 – Specify Operational Defaults


Step 2 – Create Parameter Data Set

After selecting Step 2, the following panel is displayed.

CUSTPT02 ------ PMA V90 Customization - Create PMA Parameter Data Set -------- COMMAND ===> If PMA is already installed, e.g. a former release, all previous definitions for the customization and the usage of the products can be copied to the new version. Parameter DS Name: CAMAT.PMA.PARMS 1 Create parameter data set using default definitions 2 Create parameter data set using definitions from previous version DSN: your.previous.PMA.parmsfile

CANCEL: CAN SAVE: ENTER

  1. Select one of the following parameter definition options:
    1. Create a V90 PMA parameter file using default parameters as a model.
      Default parameters are supplied by the customization procedure.

      Select option 1 and press Enter.

    2. Copy the parameters from your previously installed version.

      In the DSN: field, type the data set name of your previous parameter file. Then select option 2 and press Enter.

      You can specify CANCEL to go back to the Customization Main Menu without saving any entered value. The status of Step 2 stays NOT COMPLETED.

    After selecting one of these parameter definition options, the CUSTJT02 job to create the parameter file is displayed.

    //JOBNAME JOB(ACCOUNT),'PMA',CLASS=A, // MSGLEVEL=(1,1),MSGCLASS=H,NOTIFY=&SYSUID,REGION=0M //* //* //* //*----------------------------------------------------------------* //* COPYRIGHT (C) 2012 CA. ALL RIGHTS RESERVED. * //* COPYRIGHT (C) TRILOG AG. * //*----------------------------------------------------------------* //******************************************************************** //* CUSTJT02: CREATE PMA PARAMETER DATA SET * //* * //******************************************************************** //* //CREATE EXEC PGM=IEFBR14 //* //* CREATE THE PMA PARAMETER FILE. IF NECESSARY ADD ADDITIONAL //* PARAMETERS LIKE BLKSIZE AND VOLSER //* //PARM DD DISP=(NEW,CATLG), // DSN=CAMAT.PMA.PARMS, // SPACE=(CYL,(1,1)), // DCB=(RECFM=FB,LRECL=80,DSORG=PS), // UNIT=SYSDA, //***********BLKSIZE=A-VALID-LRECL-80-BLOCKSIZE // VOL=SER=VOL001 //* //******************************************************************** //* WRITE PMA CUSTOMIZATION NOTIFICATION MESSAGE //******************************************************************** //* //NOTIFY EXEC PGM=IEBGENER,COND=(0,NE) //SYSUT1 DD DISP=SHR, // DSN=CAMAT.PMA.CUST(CUST$JOB) // DD * 2011/02/22 04:39 #2 CUSTJT02 CREATE PMA PARM DATA SET - SUCCESSFUL //SYSUT2 DD DISP=SHR, // DSN=CAMAT.PMA.CUST(CUST$JOB) //SYSIN DD DUMMY //SYSPRINT DD SYSOUT=*

  2. Submit the job to start the creation of the new parameter file.

    After the new parameter file is created, depending on the choosen option, either the default parameter or the parameter from a previous version is written to the new file.

  3. Press Enter to exit the job display.

    After the succesful execution of job CUSTJT02, Step 2 is marked as COMPLETED, as shownfollowing, and you can continue with Step 3.

    CUSTPT00 ------------------- PMA V90 Customization Dialog --------------- COMMAND ===> 3 Step Status =============================================================== 2 Create PMA Parameter Data Set COMPLETED