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

How many files can be created using sort


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

New User


Joined: 12 Dec 2005
Posts: 31
Location: bangalore

PostPosted: Sun Mar 16, 2008 6:29 pm
Reply with quote

Hi,
I have a query, using SORT how many split files can be created from one file(SORTOF1,SORTOF2, ..........)?
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: Mon Mar 17, 2008 5:02 am
Reply with quote

How many do you need? What does the SPLIT job look like exactly? What is the RECFM, LRECL and BLKSIZE of the output files?

Note that if you use SORTOFx (FILES=x) you can only have as many as 1 character will allow (0-9, A-Z, etc). Using SORTOFxx (FILES=xx) instead of SORTOFx would certainly give you more. Using FNAMES would give you lots more.
Back to top
View user's profile Send private message
sampathkmn
Warnings : 1

New User


Joined: 12 Dec 2005
Posts: 31
Location: bangalore

PostPosted: Mon Mar 17, 2008 8:25 pm
Reply with quote

i want to know the maximum number of files that can be split from a single input file....
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 17, 2008 8:29 pm
Reply with quote

I think the answer will be the maximum number of DD statements that the system will allow to be coded for the jobstep. Obviously, it has to be 3273 or less.
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Write line by line from two files DFSORT/ICETOOL 7
Search our Forums:

Back to Top