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

Append data from another file


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Abdul Lateef

New User


Joined: 08 Sep 2011
Posts: 5
Location: india

PostPosted: Mon Apr 13, 2015 3:49 pm
Reply with quote

Hi,

I want to append record from another file using sort in JCL.

My input files contain record as below.
Input file 1:
AAAA
BBBB
CCCC

Input file 2: (contains only 1 record which I want to append at the end of input file1 records )
2015-13-04

output file :
AAAA2015-13-04
BBBB2015-13-04
CCCC2015-13-04

Could anyone please help me on this.

Thanks,
Lateef
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Mon Apr 13, 2015 4:10 pm
Reply with quote

You could acheive this by using SYMNAMES

Lot of examples here
Back to top
View user's profile Send private message
Abdul Lateef

New User


Joined: 08 Sep 2011
Posts: 5
Location: india

PostPosted: Mon Apr 13, 2015 6:28 pm
Reply with quote

Yes I got it through SYMNAMES.
Thank you so much.

Lateef
Back to top
View user's profile Send private message
RahulG31

Active User


Joined: 20 Dec 2014
Posts: 446
Location: USA

PostPosted: Mon Apr 13, 2015 6:29 pm
Reply with quote

icon_rolleyes.gif

I thought JOINKEYS would work. Although he doesn't have any but he could use space as a key as there is only a single record in file2. That would work.

.
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: Mon Apr 13, 2015 6:35 pm
Reply with quote

The symbols/SYMNAMES use for this is a two-step approach. Step 1, from the single-record file, create the symbol. Step two, put the generated file on SYMNAMES DD, and use the symbol.

Another approach is to generate the control cards.

With JOINKEYS, it will work, but higher resource use.
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 FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top