895 pts.
 Variable not defined
Hi,

I'm getting RNF7030 for wierd variables i never used in my program

 

*RNF7030 30        000200  The name or indicator HDLRREGSTD is not defined.   

The name or indicator PCONHDLR is not defined.

When i check the statements they are pointing to

one of then is a comment line ...simply astrisk, another is a entry parm var - Emp@ which i have already defined. i serached in the entire program for varibales HDLRREGSTD , PCONHDLR but there is no such varibale in the program.

Please help,

NG



Software/Hardware used:
RPGILE
ASKED: September 20, 2009  6:40 PM
UPDATED: September 21, 2009  12:47 PM

Answer Wiki:
Hello.. i guess i got the answer... it's one of the customised utility API's i needed to 'COPY' in my program... i got it right.. thanks, nutan.
Last Wiki Answer Submitted:  September 20, 2009  7:05 pm  by  Nutangujar   895 pts.
All Answer Wiki Contributors:  Nutangujar   895 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

just to add to above…i’m seeing this kind of error for the first time in my subfile program…
the only different thing i did was using hex values for function key.

Dexit C const(X’33′)
Dadd C const(X’36′)

could this be the reason???
NG

 895 pts.