Answer Posted / 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 |
Post New Answer View All Answers
Is length = 0 sufficient to ascertain that the field has been modified?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What are the common tables in cics and their usage?
What is commarea (communications area)?
What is the abend command?
Explain how do you delete item 3 in a five-item tsq?
Can you explain enq and deq used in cics?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What is the eib?
What is the meaning of the eibaid field?
Name the cics command used to access current date and time?
What are some of the cics commands associated with interval control?
What are the cics commands associated with task control?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What is cics load command?