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 |
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
What is interval control and what are some of the CICS commands associated with it?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
how do you fire a batch job from a cics txn ?
What does EIB mean?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
What is eib?
What is the command that is used to add a new record to the file?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?