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 is the necessary keyword needed to scroll subfile records?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
how do I declare a table or array in rpg iv?
what do you mean by an input subfile, what are the keywords required?
How to write record if no field or the field are different in physical file in rpgle ?
how do I declare a minor?
are there any useful c runtime apis that I can call from rpg iv?
what is the procedure and explain about real time scenario.
what is the rpg system?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
is this a rpg channel?
what was the robotech rpg?
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
how does the rpg element work?
what is program status data structure?