|
Transactions |
|
|
To define an IMS transaction the directive define ims_transaction is used. Syntax define ims_transaction name=<value>,
name Tthis is the name of the transaction (Transaction Code). program This the name of the program associated to the specified transaction code. psb This is the name of related PSB. spa Specifies the length in bytes of the Scratch-Pad Area (SPA). Example define ims_transaction name=CMDBATCH, program=Y09961, psb=Y09961, spa=0;
|