IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need to add new column with the amount


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pradeepkit
Warnings : 1

New User


Joined: 25 Jun 2008
Posts: 60
Location: chennai

PostPosted: Fri Nov 21, 2014 12:38 am
Reply with quote

Hi,

I have a file in the below mentioned record layout.

A 11-01-2014 10.0
A 11-01-2014 10.0
A 11-02-2014 20.0
B 11-01-2014 30.0
C 11-02-2014 20.0
C 11-03-2014 10.0

I need to creat the output file in the below format.

A 11-01-2014 10.0
A 11-01-2014 10.0 10.0
A 11-02-2014 20.0 20.0
B 11-01-2014 30.0 30.0
C 11-02-2014 10.0
C 11-03-2014 10.0 10.0

I need to add new column with the amount but written to the only last record of the First and second columns combination.

your help is appreciated.

Thanks,
Pradeep
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Fri Nov 21, 2014 2:09 am
Reply with quote

pradeepkit,

In the future, please try to use a more meaningful topic name.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Fri Nov 21, 2014 2:46 am
Reply with quote

Have you thought of JOINKEYS, IF THEN and BUILD? I think , that should help.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Nov 21, 2014 6:45 pm
Reply with quote

It is not quite clear what you want, but see if this and its links help.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Nov 21, 2014 6:45 pm
Reply with quote

It is not quite clear what you want, but see if this and its links help.
Back to top
View user's profile Send private message
Arunkumar Chandrasekaran

New User


Joined: 01 Jun 2010
Posts: 63
Location: India

PostPosted: Fri Nov 21, 2014 7:10 pm
Reply with quote

Quote:
I need to add new column with the amount but written to the only last record of the First and second columns combination.




Then,Why the 5th record is not appened with the amount ??

A 11-01-2014 10.0
A 11-01-2014 10.0 10.0
A 11-02-2014 20.0 20.0
B 11-01-2014 30.0 30.0
C 11-02-2014 10.0
C 11-03-2014 10.0 10.0

I believe you should use JOINKEYS,SEQNUM (giving your combination field).
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Nov 21, 2014 8:30 pm
Reply with quote

Arunkumar Chandrasekaran,

Yes, and why does the value for that record also change from 20.00 to 10.00 :-)

I think we should pause until all this is clarified.
Back to top
View user's profile Send private message
Arunkumar Chandrasekaran

New User


Joined: 01 Jun 2010
Posts: 63
Location: India

PostPosted: Sat Nov 22, 2014 1:22 am
Reply with quote

Yes Bill. You are right.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts How to load to DB2 with column level ... DB2 6
No new posts RC query -Time column CA Products 3
No new posts first column truncated in search result IBM Tools 13
No new posts Amount of days between two dates PL/I & Assembler 8
Search our Forums:

Back to Top