Edit the CSIQJCL Data Set

To customize the data set to the naming conventions in effect at your site, all users must edit BC1JJB03 to update some variables. If you plan to implement the Sample Application, additional variables must be edited in BC1JJB03.

Edit the CSIQJCL data set

  1. Verify that the execution mode for SCMUPDTE is set to your preference. The BC1JJB03 job performs global edits against some of the SMP/E runtime (deployed) libraries. These libraries are created by the SMP/E installation process. The SCMUPDTE program can run in report or update mode. For more information about SCMUPDTE, see SCMUPDTE Program.

    The update mode for the edits on the runtime libraries is set to your preference.

  2. Move BC1JJB03 from iprfx.iqual.CSIQJCL to a separate library.

    Important: Running BC1JJB03 updates the iprfx.iqual.CSIQJCL library, and you do not want to update the job itself. So, BC1JJB03 must be moved from iprfx.iqual.CSIQJCL before you edit this file.

  3. Change the following variables in BC1JJB03 to reflect the naming conventions in effect at your site. These changes are required for all users. After you make the appropriate changes, save the updated member.

    Note: Change only the values to the right of the < on the data input lines. Do not change values to the left of the < in delivered members.

    mycart

    Specifies the unit name for the cartridge device you are using.

    mydvolser

    Specifies the volume serial number of the disk used to store permanent data sets.

    • If your site does not require the use of the VOL=SER parameter when storing permanent data sets, do the following. Verify that the two lines in BC1JJB03 that eliminate this parameter are enabled. The product is delivered with this setting.
    • If your site does require the VOL=SER parameter, delete the two lines that eliminate this DVOLSER. Also, enable the line that changes DVOLSER to MYDVOLSER, providing the DVOLSER value for your site.
    myiprfx

    Specifies the highest-level qualifier used when assigning data set names for installation and execution libraries.

    myiqual

    Specifies the second-level qualifier used when assigning data set names for installation and execution libraries.

    mypdisk

    Specifies the unit label for permanent disk data sets.

    mytdisk

    Specifies the unit label for temporary disk data sets.

    myuprfx

    Specifies the highest-level qualifier used when assigning data set names for CA Endevor SCM user files.

    myuqual

    Specifies the second-level qualifier used when assigning data set names for CA Endevor SCM user files.

    myvvolser

    Specifies the volume serial number of the disk on which the VSAM data sets will be allocated.

    • If your site does not require the use of the VOLUMES parameter when allocating VSAM data sets, do the following. Verify that the line in BC1JJB03 that comments this parameter out is enabled. The product is delivered with this setting.
    • If your site does require this parameter, delete the line that comments out the VOLUMES parameter. Also, enable the line that changes VVOLSER to MYVVOLSER, providing the VVOLSER value for your site.

    The BC1JJB03 member is customized to the naming conventions in effect at your site.

  4. (Optional) Change the following variables, if you are implementing the Sample Application. After you make the changes appropriate for your site, save the updated member. Default values are supplied for all of these variables.

    Note: For more information about installing and using the Sample Application, see The Sample Application.

    ADPROC?

    Indicates whether processors are in use at your site.

    • If your site received an LMP key for product A9, Extended Processors, enable the line that sets ADPROC? to ADPROC. The product is delivered with this setting.
    • If your site did not receive an LMP key, delete the line that sets this value to ADPROC and enable the line that sets ADPROC? to ADNOPROC.
    MONITOR=COMPONENTS

    Indicates that the CA Endevor Automated Configuration option is in use at your site. The product is delivered with this setting.

    If your site did not receive an LMP key for the CA Endevor Automated Configuration option, enable the line that changes MONITOR=COMPONENTS to MONITOR=NONE.

    SYSMACLIB

    Specifies the data set name of the system assembler macro library. As delivered, this value is set to SYS1.MACLIB.

    The BC1JJB03 member is customized for your site to use the Sample Application.

  5. (Optional) Change the following variables as appropriate for your site, if you are using the Sample Application. BC1JJB03 uses the SCMUPDTE syntax to change these values (left of the <) to your preference (right of the <). For more information about SCMUPDTE, see SCMUPDTE Program Consideration.

    Note: Your site can be using one or more types of extended processors. The Sample Application installs one COBOL and assembler processor.

    C??

    Specifies the version of COBOL in use at your site, either COBOL II or COBOL/LE.

    • If you are using COBOL/LE, change this value to CLE.
    • If you are using COBOL II, change this value to CII.
    • If your site uses both COBOL/LE and COBOL II, change the value to the version of COBOL you use most often.
    • CLE is the delivered default.
    C??NBL

    Specifies the default processor group for COBOL elements delivered with the Sample Application. The value is CIINBL or CLENBL, with the C?? part of this variable set to the same value as the variable C??. CLENBL is the delivered default.

    SYSCLECOMP

    Specifies the COBOL/LE compiler load library. IGY.SIGYCOMP is the delivered default.

    SYSCLERUN

    Specifies the z/OS Language Environment runtime library. CEE.SCEERUN is the delivered default.

    SYSCLELKED

    Specifies the z/OS Language Environment Automatic Call (link) library. CEE.SCEELKED is the delivered default.

    SYSCIICOMP

    Specifies the COBOL II compiler load library. SYS1.COB2COMP is the delivered default.

    SYSCIILIB

    Specifies the COBOL II Automatic Call (link) library. SYS1.COB2LIB is the delivered default.

    The BC1JJB03 member is customized for your site to use the Sample Application.

  6. Submit job BC1JJB03 for execution with a valid JOB statement.

    The CSIQJCL data set is updated to change delivered default values to the values you specified as appropriate for your site.