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 is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain how many work file we can code in jcl?
What is the difference between read(1) and read work file once?
Explain the like inverted list?
Explain difference between read(1) and read work file once?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Can you explain control variable in online screens?
Explain how to move cursor to a particular field when position is not known?
How can we see the copy book length using file-aid?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is a hyperdescriptor?
Explain how are you going to remove duplicates from the file that is being read?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
Explain the difference between external subroutine and subprogram?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?