IMBED parameter in VISION:Transact 7.8 installation job.
search cancel

IMBED parameter in VISION:Transact 7.8 installation job.

book

Article ID: 24132

calendar_today

Updated On:

Products

VISION:Transact

Issue/Introduction

The SMPJOB01 member of the SMPCNTL installation PDS delivered with VISION:Transact 7.8 allocates the SMP/E CSI.

If running Workload Automation to perform a JCL Check, a severity 8 error may be generated regarding the IMBED parameter at the index level of the VSAM file allocation:

              CAY6037E UNKNOWN KEYWORD "IMBED" SPECIFIED IN OPERAND OF "INDEX"
 
    DEFINE CLUSTER (                              -
                    NAME(NAME(TRANSACT.SMPE.CSI)  -
                    FREESPACE(10,5)               -
                    KEYS(24 0)                    -
                    RECORDSIZE(24 143)            -
                    SHAREOPTIONS(2 3)             -
                   )                              -
               DATA(                              -
                    NAME(NAME(TRANSACT.SMPE.CSI.DATA) -
                    CONTROLINTERVALSIZE(4096)     -
                    CYLINDERS(10 5)               -
                   )                              -
              INDEX(                              -
                    NAME(NAME(TRANSACT.SMPE.CSI.INDEX) -
                    CYLINDERS(2 2)                -
                    IMBED                         -
                   )

Resolution

According to the IBM documentation, "IMBED|NOIMBED is no longer supported; if it is specified, it will be ignored and no message will be issued".

While errors only occur if running a JCL check, IMBED is obsolete and can safely be deleted.