At which situation we need to use the push and pop
conditions...pls tell me with exampls.
Answers were Sorted based on User's Feedback
If one programe call the any subprogram within it. Then in
SUB program we use PUSH command to sustained all the Handle
conditions of main program, and before the control giving
back to main program we use POP command to reactivate all
the sustained Handle conditions of Main program.
Use of PUSH and POP conditions is to sustained all the
Handle error conditions in Subprog.
Exaples :- Prog A
EXEC SEND....END-EXEC
EXEC HANDLE LENGERR(LABEL1)...
EXEC RECIVE..END EXEC.
CALL PROG B
EXEC SEND....END-EXEC
Prog B
EXEC PUSH
EXEC HANDLE
EXEC POP
EXEC SEND ..
EXEC RETRUN.
in the above exp, when the control comes to at prog B then
all the HANDLES error condtions of Prog A in sustained
using PUSH condition and before control giving back to prog
A all the sustaineded handle error conditons are activated
using the POP condition.
| Is This Answer Correct ? | 31 Yes | 2 No |
Answer / narender pathi
Above answer is correct. However we can use PUSH and POP with in the same program as well.
Regards,
Narender Pathi
Broadridge, Hyderabad
| Is This Answer Correct ? | 2 Yes | 2 No |
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
Define transient data?
What is the CICS command that is used to receive the un- formatted data from the terminal?
are we use the group by clause in cursors?
Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).
What is quasi rentrancy concept in CICS?
What is the difference between a return with transid and xctl?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
An XCTL uses more CPU time than LINK (True or False)
What are the cics tables?
What is the usage of language in the PPT entry?
What is the command that is used to add a new record to the file?