What are some of the cics commands associated with interval control?
name the command that is used to dump the main storage areas related to a task?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
Name the two types of transient data queues?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
difference between tsq and tdq?
Can you define transid?
What are the types of processes to create a map in cics?
Explain how do you access the records randomly in tsq?
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??
What is DEQ?