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

File-AID from Compuware and File Manager from IBM.
Post Reply
Kishor Sonawane
Registered Member
Posts: 24
Joined: Thu Nov 21, 2013 3:25 pm

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

Post 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.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1886
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

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

Post 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).
Kishor Sonawane
Registered Member
Posts: 24
Joined: Thu Nov 21, 2013 3:25 pm

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

Post by Kishor Sonawane »

Doing this online - but in batch that worked.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “File-AID and IBM File Manager.”