Explain the difference between batch and online job
Latest Answer: A batch job is a stand alone job (no human interaction) that is kicked off by a utility job(usaually at night)  and runs data in bulk streams, such as updating 1 million rows to a database nightly, online job is real time, such as a user updating their ...
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
Latest Answer: d). CEOT Tra ...
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: When we submit job in CICS that will be submitted to CICS Server, When we use exec return
statement, then that job is submitted to MVS but when we write stop run, it will be directly submitted to
MVS, but the MVS does not understand COBOL so it gives ...
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: Search for APPLID in the COBOL Program. ...
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 ...