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
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Tell me can we update with histogram?
How to receive data passed through jcl parm parameter in a natural program?
How can we see the copy book length using file-aid?
What is the difference between read(1) and read work file once?
Define cobol coding sheet?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain how many work file we can code in jcl?
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?
What is cobol coding sheet?
Explain why do we use file-aid for seqential files?
Explain how to find occurrence of mu and pe fields in a file?
Can you explain control variable in online screens?
Explain control variable in online screens?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?