×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
works fine for me using:
EVAL USER
EVAL %VAR(USER)
both return the value of the variable with no errors. must be a PTF issue
on the system you're on
Thanks,
Tommy Holden
From: "Crispin Bates" <cbates@xxxxxxxxxxx>
To: "RPG programming on the IBM i / System i" <rpg400-l@xxxxxxxxxxxx>
Date: 07/07/2010 08:23 AM
Subject: Re: Syntax error help
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
Dennis,
Thanks for checking it on yor system.
This also causes the same problem on my 6.1 system.
Duser S 10
/Free
User='FRED';
*INLR=*on;
/End-Free
EVAL and EVAL %VAR() both fail.
Anyone with a 6.1 system care to see if they can get the value of User in
debug on this simple example?
Thanks,
Crispin.
----- Original Message -----
From: "Dennis Lovelady" <iseries@xxxxxxxxxxxx>
To: "'RPG programming on the IBM i / System i'" <rpg400-l@xxxxxxxxxxxx>
Sent: Wednesday, July 07, 2010 8:51 AM
Subject: RE: Syntax error help
Not sure why user2 would be ambiguous. I tried this on a V5R3 system
and
did not have that result. Everything seems well (if I use %VAR(user) of
course).
Must be a V6 thing?
As an Amazon Associate we earn from qualifying purchases.