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

Convert CLIST library from FB VB


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

New User


Joined: 03 May 2010
Posts: 13
Location: Malvern PA

PostPosted: Tue Apr 05, 2011 10:55 pm
Reply with quote

Hello,

I am trying to use SORT to copy all the members of a FB CLIST library LRECL=80 to a VB CLIST library LRECL=255. Most of the members in the input (FB) library have sequence numbers in columns 73-80 and I wish to preserve them in columns 1-8 of the output (VB) library.

Can this be done with SORT ? If so sample JCL would be great.

Regards Nick
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


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

PostPosted: Tue Apr 05, 2011 11:05 pm
Reply with quote

DFSORT could do what you want with each member in a separate pass.

DFSORT only processes one member at a time and you have to tell it the member name, i.e. dsn=pds(member).

So if you're looking for a utility that will automatically copy and reformat every member of a PDS, DFSORT isn't it.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Apr 06, 2011 1:17 am
Reply with quote

a rexx script or a clist invoking the library commands would be the answer.
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 CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts Calling an Open C library function in... CICS 1
No new posts Keep leading zero(s) after convert fl... SYNCSORT 7
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
Search our Forums:

Back to Top