What are the three ways available for a program to position
the cursor on the screen?
Answer Posted / v@m$i
1.static position
General decleration
ex: attrb=(num,ic,unprot)
2.Dynamic position
These are 2 types
1.symbolic position
By moving -1 to the required field then place cursor in
that field.
2.relative position
we can directly specify the required position.
i.e cursor(position value)
ex:cursor(245)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Kindly specify the pic clause for the any bll cell type of data fields?
how do you fire a batch job from a cics txn ?
What is the tcp in the cisc?
Explain how do you set the mdt option to on status, even if data is not entered?
Explain the function of the cics translator?
Can QSAM files be accessed from CICS?
Can you define transid?
Explain the use of DCT ?
Why do we need integrated cics translator?
Can ESDS files be accessed from CICS?
Explain how do you handle errors in cics programs?
Explain the difference between the into and the set option in the exec cics receive map command?
Can you explain multitasking and multithreading?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?