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
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain how to find occurrence of mu and pe fields in a file?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Define cobol coding sheet?
Explain the like inverted list?
How are you going to remove duplicates from the file that is being read?
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 how are you going to remove duplicates from the file that is being read?
What is the quality process in development?
What is a hyperdescriptor? How does it work?
Can we see the copy book length using file-aid?
Can you explain control variable in online screens?
Explain difference between read(1) and read work file once?