Explain the difference between batch and online job
Latest Answer: Batch jobs are run at a specific interval/specific schedule. These jobs run for master file update or creating reports etc. Online job processing occurs interactively with the user. Online processing that occurs interactively with the end user is referred ...
What is the CICS command to enable writing mixed characters in CICS region? a). CEMT Caps offb). CAPS offc). CKTId). CEOT Trae). CEOT Caps Off
Which component of CICS is used to control the number of instances of a program that can run concurrently in a CICS region?a). Task b). Transaction c). TClass d). Connection e). UOW
Latest Answer: a ...
in dynamic cursor positioning, what happens if i move +1 to field+l instead of -1 to field+l?????
Latest Answer: if we move anything apart from -1 to field+a then by default cursor will be placed on the left upper corner of the screen i.e position(1,1) ...
Latest Answer: hi,We cannot use STOP RUN in a CICS program as this will cause the CICS application server to terminate.However, of late I have heard that there are few compilers in which we can use STOP RUN statement with CICS application programs also, but not very ...
Latest Answer: You can't do this in COBOL program. You have to use some scheduler for it. You can use any specific date & time or any other instance as initiator.Regards,Feroz ...
Latest Answer: You can user APPID command to get the region.. ...
Latest Answer: The concept of CICS GETMAIN is simply to provide the programmer the capacity of obtaining additional storage to augment storage acquired automatically by his program (e.g., WORKING-STORAGE in a COBOL program). The programmer may define certain fields ...
Latest Answer: Nope. However in a sysplex, data sharing is used to get around this constraint.kk ...
Latest Answer: You can use GDDM if you have a special terminal ...