specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the cics command that is used to access current date and time?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
What is the difference between FSET and FRSET?
Explain the term Function Request Shipping?
Name a few CICS programs which are generally used ?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
How vsam files are read in cics pgms?