Information
Space announcement We are no longer updating this space, and you cannot comment on this space. The IMAGE COPY PLUS component is now documented in BMC AMI Backup and Recovery for IMS.

Implement the PSB, transaction, and security


To implement a PSB, a transaction, and security corresponding to the ISIS value, perform the following steps:

Warning

Important

If you plan to run multiple utility jobs concurrently, you must define multiple transactions for this AOI processing. Only one job at a time can use a transaction; any others that attempt to use the same transaction will terminate abnormally abend.

  1. Run a PSB and ACB generation.You can use member ICPPSB of the sample library as a model PSB for the generation:

    PSBGEN PSBNAME=DBU$IMS,LANG=COBOL,IOASIZE=512
    END
  2. Define the PSB and transaction code to your IMS TM system and modify your IMS system security.Use member ICPSTG1 of the sample library as a model for the PSB and transaction code definition:

    APPLCTN PSB=DBU$IMS,PGMTYPE=BATCH,SCHDTYP=PARALLEL
    TRANSACT CODE=ICPTRAN,                                            X
    MSGTYPE=(SNGLSEG,NONRESPONSE),                                    X
    MODE=SNGL
  3. Modify the security generation.You can use member ICPTCMD of the sample library as a model for the security generation modification. You can change the names DBU$IMS and DBU$TRN to any valid name.

    )( CTRANS DBU$TRN
    TCOMMAND *


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

IMAGE COPY PLUS 5.1