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
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