155 pts.
Q:
How to check existance of record without using file opcodes
By using INFDS and standard fields *FILE/*RECORD.... how to find out a record existance in Physical File without using any file opcode?
Please tell me the RPG code how to use it, not only the I spec definition.

Software/Hardware used:
Iseries
ASKED: Oct 27 2009  3:31 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
7810 pts.
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • Bookmark and Share
Do you want to know if any record exist?
Or if a specifice record exists?
To determine if a specific record exists, you must do some sort of I/O, like CHAIN, SETLL, etc.
Last Answered: Oct 27 2009  4:39 PM GMT by CharlieBrowne   7810 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _