Define transient data?
No Answer is Posted For this Question
Be the First to Post Answer
Can QSAM files be accessed from CICS?
What are the types of performs in COBOL? How does perform thru work, give example.
What is meant by a CICS task?
how do you execute a background cics txn ?
What is meant by pseudo-conversation?
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
Define temporary storage?
cics command level is?
name the command that is used to dump the main storage areas related to a task?
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?