What is the CICS supplied transaction which performs syntax
checking of a CICS command?
Answers were Sorted based on User's Feedback
Answer / aman khanna
CECS - Syntax Check.
CECI - Command level interpreter - For executing a command without writing the program.
CEDF - CICS Execution Diagnostic Facility - For Debugging CICS Application Programs.
Thanks !!
Aman
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sainathbk
it may be CEDF,
Please check it from book, i am not sure.
| Is This Answer Correct ? | 0 Yes | 10 No |
Name the 3 common ways to create maps?
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
Name the command which is used to release a record on which exclusive control is gained?
how do you intitiate another transaction?
For multithreading an application program need not be re- entrant(True or False).
How will you access a VSAM file using an alternate index?
How is dynamic memory allocated within a CICS application program?
what are the differences between and exec cics xctl and exec cics start command?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
Explain the function of the terminal control table?
What CICS facilities can you use to save data between the transactions?