What is the command which will delete a program LOADed into
the main storage using LOAD command?
Answers were Sorted based on User's Feedback
Answer / pramod
Try below command one after another
CECI RELEASE PROG(prog-name)
CECI DISCARD PROG(prog-name)
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
I have written a CICS program. What tables should I setup to run this program?
What are the two types of transient data queues?
For protecting a transaction using the transaction security function, the two things that must be done are?
what are the reserved words for cics?
Define cics interface block?
define the field with ic in the bms map.
What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?
What is MDT?
How to handle exceptional conditions in cics?
Name the three ways available for a program to position the cursor on the screen?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?