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 you explain communication area?
when will be use the tdq and tsq??
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
What is the difference between a physical BMS mapset and a logical BMS mapset?
Tsqs can be written in the main storage or auxiliary storage? State true or false
Name a few CICS programs which are generally used ?
What is a two Phase commit in CICS?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
Name the two types of transient data queues?
How vsam files are read in cics pgms?