How can i check the object existance in RPG program without
using QCMDEXC command.
Answer Posted / syam
Without using QCMDEXC.
RPG Free format
/Free
MONITOR;
Open emp1;
ON-ERROR 1217;
Dsply ' File not found'
return;
ENDMON;
/END-FREE
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
what are the key words you must use when using a subfile?
What is file identifier where we can use?
what is *place and *auto keyword in prtf ?plz explain
how do you use commitment control in rpg?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
What is a record lock error?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is the use of sflnxtchg?
how can you display specific subfile page on the screen in unequal subfile?
How many program bind in one module....
what is file information data structure?
are there any useful c runtime apis that I can call from rpg iv?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
what is data area and how it is used in rpg program ?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?