What is the difference between EXEC CICS HANDLE CONDTION
and an EXEC CICS IGNORE command?
Answers were Sorted based on User's Feedback
Answer / praveen sonthosh
In EXEC CICS HANDLE CONDITION a particular exception is
handled by a routine.
when that execption occurs then the control goes to that
routine.
But in EXEC CICS IGNORE CONDITION the exception specified
in the command is ignored by the cics
| Is This Answer Correct ? | 12 Yes | 2 No |
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
Can you define aica abend?
What is the difference between link xctl?
What is the use of mdt (modified data tag)?
Define TCT.
The read of a record from an Intrapartition TDQ is not destructive(True or False).
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)
What do the keywords MAPONLY and DATAONLY mean?
What are the ways fot initiating a transaction?