How to establish dynamic cursor position on a map?
No Answer is Posted For this Question
Be the First to Post Answer
What are the terms cics generally means?
how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________
Explain the difference between and exec cics xctl and exec cics start command?
how can you prevent more than one user from accessing the same transient data queue?
What is the common systems area?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
What is the function of the Terminal Control table?
What is a cics task?
Which CICS service transaction is used to gain accessibility to CICS control tables?
Mention the content that is present inside a PPT ?
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.