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

Copying File of LREC 9 bytes to File of LREC 80 bytes


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

New User


Joined: 10 Nov 2006
Posts: 49
Location: Canada

PostPosted: Wed Feb 28, 2007 4:59 pm
Reply with quote

Hi,
I have a PDS member created as an output of sort step of LREC 9 bytes:
eg:-
'111111',
'222222',

Now i want to copy this data to PDS member of LREC 80 bytes, but when i do so along with the data i get Low values for the remaining bytes.

Can i get my output with Spaces instead of low values.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Wed Feb 28, 2007 5:19 pm
Reply with quote

Hi There,

You can use following sort card

Code:
//SYSIN DD *
   OPTION COPY
   OUTREC FIELDS=(1:1,9,80:X)
/*
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 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
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
Search our Forums:

Back to Top