Installing the BMP for the IMS Command Entry feature
To install the BMP for the IMS Command Entry feature, perform the following steps:
Run a PSB and ACB generation. Use member ICPPSB of the sample library as a model PSB for the generation:
PSBGEN PSBNAME=DBU$IMS,LANG=COBOL,IOASIZE=512
ENDDefine the PSB and transaction code to your IMS/DC system and modify your IMS system security. Use member ICPSTG1 of the sample library as a model for the PSB and transaction code definition. You can change the variables DBU$IMS and ICPTRAN to any valid name.
APPLCTN PSB=DBU$IMS, X
SCHDTYP=PARALLEL, X
PGMTYPE=(BATCH)
TRANSACT CODE=ICPTRAN, X
MSGTYPE=(SNGLSEG,NONRESPONSE), X
MODE=SNGLUse member ICPTCMD of the sample library as a model for the security modification:
)( CTRANS ICPTRAN
TCOMMAND *If you have the BMC DELTA IMS DB/DC or DELTA IMS VIRTUAL TERMINAL product, you can use its PSB, transaction, and security profile as a prototype for generating the PSB, transaction, and security for the BMP. You can also use DELTA IMS to do the generation. See DELTA IMS or DELTA IMS VIRTUAL TERMINAL documentation for instructions.