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

Control DYNAMIC DD statements


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nivedhitha

New User


Joined: 12 Apr 2007
Posts: 8
Location: chennai

PostPosted: Thu May 10, 2007 8:24 pm
Reply with quote

if the count of dd statements exceeds 1635 error occurs.without altering the TIOT parameter can the dynamically created files be deleted ?


SMS ALLOCATED TO DDNAME (SYS00010)
DSN (SYS07130.T160952.RA000.UNRMMIC1.R0158574 )
SMS ALLOCATED TO DDNAME (SYS00011)
DSN (SYS07130.T160953.RA000.UNRMMIC1.R0158575 )
etc.............
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Fri May 11, 2007 1:05 pm
Reply with quote

That depends on how the DD statements are being allocated.
Back to top
View user's profile Send private message
nivedhitha

New User


Joined: 12 Apr 2007
Posts: 8
Location: chennai

PostPosted: Fri May 11, 2007 1:07 pm
Reply with quote

TIOT parameter is a system defined option.
can we change the TIOT parameter?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Fri May 11, 2007 1:17 pm
Reply with quote

How are you allocating the DD statements ?
What program are you using ?
Please post some examples and we might be able to help more if we know the exact nature of your problem.
Back to top
View user's profile Send private message
nivedhitha

New User


Joined: 12 Apr 2007
Posts: 8
Location: chennai

PostPosted: Tue May 15, 2007 6:26 pm
Reply with quote

each and every page of PDF generated dynamically using ODS PDF (SAS) takes one DD Statement i.e ONE WORK FILE on its own
SMS ALLOCATED TO DDNAME (SYS00033)
DSN (SYS07134.T132936.RA000.UNRMMIC1.R0123443 )

the maximum number of DD statements that can be dynamically allocated is 1635 for TIOT of 32K.
If the PDF generates more than 1800 pages, SVC99 error is generated.
Without incresing the size of TIOT to 64K, is there any other way to rectify the above problem?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue May 15, 2007 6:45 pm
Reply with quote

Only to generate less PDF pages in the job, which unfortunately means splitting the job into two or more processes.

Unless you know the dd names allocated by the job dynamically.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts Synctool-dynamic split job for varyin... JCL & VSAM 7
No new posts Help Control-R IBM Tools 2
Search our Forums:

Back to Top