Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Need help in reformatting the records in output file

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
anandmsteds

New User


Joined: 07 Mar 2007
Posts: 5
Location: Mumbai

PostPosted: Wed Sep 17, 2008 10:54 pm    Post subject: Need help in reformatting the records in output file
Reply with quote

Hi Frends,

My Input file contain records like below

0258224KC S51008
0302969PS STS910
0421302RK STC052
0445563RN S5HD01
0461596PC S5HADI


Now i want these records in my output file as below

'0258224KC' 'S51008'
'0302969PS' 'STS910'
'0421302RK' 'STC052'
'0445563RN' 'S5HD01'
'0461596PC' 'S5HADI'


Kindly please help me here......
Back to top
View user's profile Send private message
References
Frank Yaeger

DFSORT Moderator


Joined: 15 Feb 2005
Posts: 4613
Location: San Jose, CA

PostPosted: Wed Sep 17, 2008 11:32 pm    Post subject:
Reply with quote

Here's a DFSORT job that will do what you asked for:

Code:

//S1    EXEC  PGM=ICEMAN
//SYSOUT    DD  SYSOUT=*
//SORTIN DD DSN=...  input file
//SORTOUT DD DSN=...  output file
//SYSIN    DD    *
  OPTION COPY
  INREC BUILD=(C'''',1,9,C''' ''',11,6,C'''')
/*
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1