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 the main function of the sign-on table?

587


what is the differences between getting the system time with eibtime and asktime command?

580


Name the cics command that gives the length of twa area?

567


What are the types of the dfhmdf present in the cics?

592


Differentiate between PCT and FCT.

637






what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

599


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 ?

589


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?

673


Give the definition of COMMAREA ?

618


hi,what is the module? how many modules in mainframe based banking projects

2426


Explain the function of the terminal control table?

553


Add a field to screen when what's the flow of impact?

2406


Explain the difference between a physical bms mapset and a logical bms mapset?

561


Particular area has been affected in cics screen, what is the process to find?

8519


what is eib, how is can be used?

644