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 the primary function of the processing program table (ppt)?
difference between tsq and tdq?
Define cebr?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
In a particular cics program, what is the procedure to allocate dynamic memory?
In CICS, BMS what is the use of FREEKB parameter
Can we define an alternate index on VSAM/RRDS ?
where we can declare the files in fct and pct and ppt and rct pls give clear structure
what is psuedo conversation?
Can multiple CICS regions exist under one O/S?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?