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 |
Can you explain enq and deq used in cics?
What is a cics task?
Name the macros used to define the following: MAP MAPSET FIELD
What is task control?
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
What is the command for reading a record form a TSQ?
What does EIB mean in CICS?
What is the difference between the XCTL and LINK commands?
Can a tsq of one particular transaction be accessed from an alternate transaction?
Which is the command used for terminating a browse operation?
What are the types of the dfhmdf present in the cics?