How can we initiate a transaction from batch?
Answer Posted / mohamed farook
sample code to initiate Cics module from jcl
//PS170 EXEC PGM=IPCPBTCH,COND=
(4,LT,PS150)
//IPCPCDS DD
DSN=SYS3.IPCPR1V0.COMMAND.CICPS1PR.DATASET,
//
DISP=SHR
//AUDIT DD
SYSOUT=*
//SYSOUT DD
SYSOUT=*
//SYSPRINT DD
SYSOUT=*
//SYSUDUMP DD
SYSOUT=Y
//SYSIN DD DSN=SFM00000.DPP.PROD.SYSIN
(FYSIN1),
//
DISP=SHR
SFM00000.DPP.PROD.SYSIN(FYSIN1) has
CICS CC ONLY=AO31
INIT KC AX73
Here AO31 is the region were you want the cics module to be
initiated
AX73 is transaction
Farook
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the function of the load command?
What is meant by a ‘Transid’ ?
Explain the difference between link xctl?
How to define a vsam file in cics getting into cics to define a vsam file.
Explain the difference between intra partition tdq and extra partition tdq?
Name the two types of transient data queues?
What is the type of ppt in the cics?
Explain the difference between a symbolic map and physical map?
Mention one alternative aspect of CICS?
Define an asra?
define the field with ic in the bms map.
What is a transid?
What does the 'cebr:cics' transactions do?
Name the three ways available for a program to position the cursor on the screen?
Explain cedf transaction commands?