What is the CICS LOAD command?
Answers were Sorted based on User's Feedback
Answer / anna
with CICS LOAD commend you can load a dynamic data for ex.
table:
EXEC CICS
load program(prtabl1)
Hold
end-exec.
Hold opt is used do not relese table after you essue the
return commend.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / bapu
LOAD fetches an application table or mapset, if no copy is in storage, from the disk directory where it resides and loads into shared main storage.
EXEC CICS LOAD PROGRAM('PGM1') SET (PTR1).
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / srinivas
Specifies that the named module should be loaded for
debugging purposes. The LOAD command enables you to debug
preloaded load modules.
If you are running in Language Environment, the enclave-
level load service is used to load the load module or
modules. The load module or modules remain active until the
current enclave terminates or you enter the CLEAR LOAD
command for those load modules.
If you are not running in Language Environment, the load
module or modules remain active until the debugging task
terminates or you enter the CLEAR LOAD command for those
load modules. If you are debugging CICS(R) programs, the
load is done by EXEC CICS LOAD. For all other programs, the
load is done by MVS(TM) LOAD services.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do the keywords MAPONLY and DATAONLY mean?
What is the General Command format Of CICS
Explain the difference between link and xctl?
what is quasi-reentrant program?
Explain how do you intitiate another transaction?
What are some of the cics commands associated with interval control?
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
What is a two Phase commit in CICS?
What is the primary objective of CICS ?
Explain the system transid cemt?
What is the difference between using the READ command with INTO option and SET option?
Explain the primary function of the processing program table (ppt)?