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 |
Explain how can you accomplish breakpoint in intertest?
What CICS facilities can you use to save data between the transactions?
How to establish dynamic cursor position on a map?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
If no exception handling is provided in the program, what will happen ?
What are the classifications of the cics program?
Explain how would you resolve an asra abend?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
List out all the tables that are a part of cics ?
What does EIB mean in CICS?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is ENQ in CICS?