Change Output FB instead of FBA in SORT.

IBM's Sort Product, ICETOOL, ICEMAN and ICEGENER.
Post Reply
Rahul Batliwala
New Member
Posts: 2
Joined: Sat May 14, 2016 1:54 pm

Change Output FB instead of FBA in SORT.

Post by Rahul Batliwala »

Hi,

I am using a SORT card to solve a problem I have. In that I have used OUTFIL with HEADER1. But it looks like HEADER1 needs an FBA File as output. How can I get the output as FB?

Actually, by OUTREC and HEADER1 I have added a constants and the current date but output is FBA.

Can this have a solution?
User avatar
Magesh_j
Registered Member
Posts: 33
Joined: Sun Sep 04, 2016 8:50 pm

Re: Change Output FB instead of FBA in SORT.

Post by Magesh_j »

add REMOVECC.

check the dfsort getting started book for details

Thanks
Magesh

[ Post made via Samsung Galaxy S5 ] Image
User avatar
Anuj Dhawan
Founder
Posts: 2799
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Change Output FB instead of FBA in SORT.

Post by Anuj Dhawan »

Yes, as Magesh has said - something like this should do the trick:

Code: Select all

 OUTFIL REMOVECC, 
       HEADER1=(....) 
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
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 “IBM DFSort, ICETOOL, ICEMAN, ICEGENER.”