What is the difference between Re-Entrant and Quasi re
entrant program??
By looking at the program how can you tell if its re-
entrant or not??
Answer / sandy
reenrant program is defined as a program that does not
modifies it self so that it can reenter to itself and continue
procesing after an interruption by the svc call of os .
batch programs are not non-reentrant.
reentrancy under CICS environmentos called QUASI-REENTRANCY as
the interruption in cicsmay involve more the one svc call OR
no svc call at all.
| Is This Answer Correct ? | 4 Yes | 3 No |
By which CICS defined field can you determine the position of the cursor on the map ?
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).
Is it possible start a transaction CICS from job Batch? How do it?
What is the General Command format Of CICS
What other file control processing commands are used for file updating?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
how do you intitiate another transaction?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What is the syncpoint and its use?
What is cics load command?
Can you have CICS code in a copybook? If yes, what happens during compilation?