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
Define floating maps with illustration?
What is the main function of the sign-on table?
Explain the difference between and exec cics xctl and an exec cics link command?
hi,what is the module? how many modules in mainframe based banking projects
What is the term bms in cics?
What is the syncpoint command?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
What does the 'cedf:cics' transactions do?
Explain how do you access the records randomly in tsq?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
What is program reentrance?
Explain how pa key is different from pf key?
Explain the difference between link and xctl?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Can you explain cics transaction gateway?