How do you enter into cics region and how many regions
available?
Answer / harsha
There could be multiple CICS regions available. Each region
occupies/uses it's own set of VSAM files.
There are specific IDs to enter into CICS or Batch regions.
These IDs vary from company to company.
e.g.
CICSAC===>A CICS region uses some some set of files.
CICSAD===>A CICS region uses some some set of files.
CICSBD===>A CICS region uses some some set of files.
TSODV04==>A BATCH region.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is task control?
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???
What is meant by PPT and what are its uses?
Explain how do you control cursor positioning?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
What are the cics tables?
How do you make your BMS maps case sensitive?
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
Can any one write coding for scrolling logic or page up & page down?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
are we use the group by clause in cursors?