May 9, 2016 at 7:45 pm
#4747
Inactive
Thom,
I have a similar question. I need to search lines on a 3270 screen for the value of a data field. The value of D("UNIT NBR") will be different for each record.
When the number is found, 1) type the line number in a key-in field, 2) key PF1.
There's only seven rows, so I'm not against evaluating each line. I've tried this:
D("UNIT NBR")=VIEW(Row:=7, Col:=12, Len:=2),Key 7@1
D("UNIT NBR")=VIEW(Row:=8, Col:=12, Len:=2),Key 8@1
etc.
Any advice?