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


Please Help Members By Posting Answers For Below Questions

What is bms map?

663


What is program reentrance?

618


Can you explain communication area?

593


what are the thress bms options?

694


Explain the usage of language in the ppt entry?

574






Explain the different ways of initiating transaction in cics?

501


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

731


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?

679


What is the term conversational programs means?

574


Can you explain common systems area?

660


Mention one alternative aspect of CICS?

625


What are some of the cics commands associated with interval control?

585


Explain the maps in cics?

693


Explain the difference between getting the system time with eibtime and asktime command?

561


What is meant by an attribute byte?

614