Can you use OCCURS in a BMS map? If you do, what are the
issues related with its use?
Answer / devang
yes, we can use occurs in BMS maps.
For doing so one needs to override the symbolic map(cpy
book) for the map in question.
The input and output field of the copy book have to be
redefined with wanted index sizes which can inturn be
referenced in the application program.
Is This Answer Correct ? | 8 Yes | 3 No |
are we use the group by clause in cursors?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
what is an mdt (modified data tag)? Its menaing and use?
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
What is frset?
Highlight the points of differences between XCTL and START?
What is EIB. How it can be used?
Explain the difference between link and xctl?
What is the use of the program list table?
What is data only and map only in cics
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.