How To Retrive The VSAM Datasets in CICS application programs?
Answer / bragadeesh
you can open,close,enable,disable datasets in cics region using cemt I fil(filequalifier*) to perform any the above operations in vsam file in cics region.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can multiple CICS regions exist under one O/S?
What is the command used for receiving a map from a terminal?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
What is an AEY9 abend ?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
Name the command used for terminating a browse operation?
Can a tsq of one particular transaction be accessed from an alternate transaction?
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?
What is the comaera (communication area)?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Sync points cannot be requested by the application programs? State true or false
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?