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 |
how to get 'time stamp' in cics prgms ,what is the syntax.
Define an asra abend?
Name some important fields in the EIB block ?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
Why must all CICS programs have a Linkage Section ?
Can you use occurs in bms map?
What is the function of the CICS translator?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
What is the cics command that is used to access current date and time?
What is interval control and what are some of the CICS commands associated with it?
How can we code a program such that we will never get a MAPFAIL error?
Can you define bms?