how to move cursor to a particular field when position is
not known?
Answer Posted / satya
You may use #MARK and pass value POS(field-name) to it.
Like below,
#MARK := POS(field-name)
POS(field-name) will give you current position of this
variable on the map
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can we see the copy book length using file-aid?
Explain the like inverted list?
What is the quality process in development?
What is a hyperdescriptor?
Explain the address converter?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Can we see the copy book length using file-aid?
How to receive data passed through jcl parm parameter in a natural program?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
Explain difference between read(1) and read work file once?
What is cobol coding sheet?
Tell me what type of files we can process thru file-aid?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain control variable in online screens?
Explain how to move cursor to a particular field when position is not known?