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 |
Define task work area?
Which commend used for terminating a browser operation?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
How can we initiate a transaction from batch?
What is the difference between physical map and symbolic map?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
Name the cics command used to access current date and time?
What is the COMMAREA(communications area)?
What is the usage of language in the PPT entry?
What is BMS?
Explain the term Transaction routing?
What is a deadlock?