I have a table named
EQRECORDS
as below-
A R REQ
A FNAME 10A
A LNAME 10A
A K FNAME
and program as below-
fEQRECORDS if e k disk
d uwvar2 s 10a inz('ANKUR')
/free
setll *loval req;
reade uwvar2 req;
dow not %eof(eqrecords) and not %error;
dsply lname;
reade uwvar2 req;
enddo;
*inlr = *on;
/end-free
When first time READE executes, if I want to see the value of Fname using Eval. Why is it shown Blank?
Data in the table is as below-
**FNAME LNAME**
VIKASH SHUKLA
VIKASH SHUKLA
ANKUR VERMA
ANKUR MEHTA
VIKASH MISHRA
VIKASH GUPTA
ANKUR GUPTA
BHASKAR MISHRA
CHINTU
BHUVI GUPTA