What information can be obtained from the EIBRCODE?
Can you define aica abend?
With the use of an alternate index, how is a VSAM file accessed?
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?
Is it possible start a transaction CICS from job Batch? How do it?
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
What is the syncpoint and its use?
How many ways are there for initiating a transaction? what are they?
What does the 'cedf:cics' transactions do?
Explain how do you terminate an already issued delay command?
Sync points cannot be requested by the application programs (True or False).
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
What is a Logical Unit of Work (LUW)?