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 difference between pseudo-conversational and conversational?
Particular area has been affected in cics screen, what is the process to find?
Explain what is a cursor in cics sql processing?
Explain the function of the load command?
what are the differences between and exec cics xctl and exec cics start command?
Define an asra?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
What does the 'cedf:cics' transactions do?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Explain difference between call and link?
What are the terms cics generally means?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Explain how pa key is different from pf key?
Define temporary storage?
If we wish to create bms executable, what are the basic steps that the user has to go through?