How do you fire a batch job from a CICS transaction ?
Answers were Sorted based on User's Feedback
Answer / harish
YES WE CAN FIRE A BATCH JOB FROM CICS ,ONLY IN CASE OF
EXTRA PARTITION TDQ...
IN DCT ENTRY
MENTION TYPE=EXTRA
TERMID=
TRANSIN=
TRIGGERLEVEL=
AND INVOKE A PROGRAM
| Is This Answer Correct ? | 2 Yes | 7 No |
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
If I create a TSQ from one transaction, can I read it from another transaction?
Name at least one of the ways by which a transaction can be terminated?
What is the cics command level?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
What does the following transactions do?
Can you access QSAM (seq ) files from CICS ?
How can you access esds files from cics?
How can we code a program such that we will never get a MAPFAIL error?
Explain the difference between pseudo-conversational and conversational?