Page 1 of 1

Serach COMP-3 values in a file using File-Aid.

Posted: Mon Jul 21, 2014 2:34 pm
by Kishor Sonawane
Hi,

I have field defiend as S9(5)V(4) COMP-3. Assuming the field start sat location 250 in the file. Usinf file-aid, I want to select records with value > 5.582. How do I instruct file-aid for this in both in unformatted & formatted manner? Please help.

Re: Serach COMP-3 values in a file using File-Aid.

Posted: Mon Jul 21, 2014 7:45 pm
by Robert Sample
Are you doing this online or in batch? In batch,

Code: Select all

IF (250,GT,P'000055820')
should do it (but I can't test it).

Re: Serach COMP-3 values in a file using File-Aid.

Posted: Wed Jul 30, 2014 1:13 pm
by Kishor Sonawane
Doing this online - but in batch that worked.