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

Max number of PS files we can use in IFBR14 and IEBGENER


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

New User


Joined: 28 Sep 2009
Posts: 2
Location: India

PostPosted: Mon Sep 28, 2009 2:00 pm
Reply with quote

What is the maximum number of PS files which we can use in IEBGENER to mearge and in IEFBR14 to delete?
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Mon Sep 28, 2009 2:55 pm
Reply with quote

Hi,

if you are using IEBGENER I doubt you are merging but merely copying files into a single output file.
Anyhow I would use the SORT program instead of IEBGENER, it has been discussed many times in this forum, it's by far the quickest of all of the utilities.

Also I would not use IEFBR14 to delete datasets, use IDCAMS, it will not recall migrated dataset to delete them, unlike IEFBR14.

As for the original question see link ibmmainframes.com/viewtopic.php?t=36160&highlight=3273

Gerry
Back to top
View user's profile Send private message
Ritesh Jha

New User


Joined: 28 Sep 2009
Posts: 2
Location: India

PostPosted: Mon Sep 28, 2009 3:27 pm
Reply with quote

Thanks Gerry,
You are correct, I want to copy files into a single output file.
I will use SORT but please tell me how many files I can copy to an output file in single step using SORT and how many files I can delete using IDCAMS?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Sep 28, 2009 3:31 pm
Reply with quote

Why not try it yourself and let us know what, if any, errors you encounter
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Tue Sep 29, 2009 1:41 am
Reply with quote

If you don't have access to a mainframe, maybe the manuals have your answers. Have you looked there?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Sep 29, 2009 11:50 am
Reply with quote

Ritesh Jha wrote:
I will use SORT but please tell me how many files I can copy to an output file in single step using SORT and how many files I can delete using IDCAMS?
So how many files are there you want to deal with?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Sep 29, 2009 7:51 pm
Reply with quote

Hello,

Quote:
What is the maximum number of PS files which we can use in IEBGENER to mearge and in IEFBR14 to delete?
Usually, requests for "maximums" are not the real issue/requirement anyway.

Suggest you post what you actually need to accomplish (i.e need to copy 538 files into a single output file and then delete them). You might also mention if these files all have the samne attributes (recfm/lrecl) or not.

If you post more info about what you want to do, someone should be able to post a more useful reply.
Back to top
View user's profile Send private message
parsesource

New User


Joined: 06 Feb 2006
Posts: 97

PostPosted: Thu Oct 01, 2009 12:16 am
Reply with quote

The maximum number of DD statements per job step is 3273,
based on the number of single DD statements allowed for a
TIOT (task input output table) control block size of 64K.
This limit can be different depending on the
installation-defined TIOT size. The IBM-supplied default
TIOT size is 32K.
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 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 Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top