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

SYNCSORT to create delimited file


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
anaik100

New User


Joined: 05 Dec 2006
Posts: 1
Location: India

PostPosted: Mon Feb 09, 2009 4:50 pm
Reply with quote

Hi,


I have a requirement to create a delimited output file.

File 1: has columns
a b c d e

in file 2 :
my data order should be
b;d;c;e;a

I can achieve the format of File2 from file1 by using OUTREC.
But i have one more condition. I need to include the column names on the first line and then the data should be copied.
So file 2 output will be in the format
Column1;Column2;column3;column4;column5
b;d;c;e;a
b;d;c;e;a
b;d;c;e;a
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Tue Feb 10, 2009 12:59 pm
Reply with quote

anaik100,

You can achieve this using the 'HEADER1' parameter of the OUTFIL statement. Search the forum and you will find lot of working code.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 0
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
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top