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

Use of DYNAMNBR in JCL


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

New User


Joined: 22 Jun 2007
Posts: 42
Location: Chennai

PostPosted: Fri Mar 06, 2009 4:00 pm
Reply with quote

What is the utility of the keyword parameter DYNAMNBR in utility programs like IKJEFT01
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Fri Mar 06, 2009 4:31 pm
Reply with quote

Hi,

The DYNAMNBR parameter is used to indicate how many Task I/O Table (TIOT) slots to reserve for data sets that may be dynamically allocated during the job step. This parameter is equivalent to coding DD statements with the DYNAM keyword.
Syntax:
Code:
DYNAMNBR=n
where "n" is a number in the range 0 < n < (1,635 minus 'D'), where 'D' is the number of DD statements in the job step.
Back to top
View user's profile Send private message
ayansau

New User


Joined: 22 Jun 2007
Posts: 42
Location: Chennai

PostPosted: Mon Mar 09, 2009 4:23 pm
Reply with quote

Thanks for clarification!!
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Mon Mar 09, 2009 4:57 pm
Reply with quote

You're welcome... icon_smile.gif
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 what is the use of DYNAMNBR=30 TSO/ISPF 3
No new posts Use of DYNAMNBR JCL & VSAM 1
No new posts DYNAMNBR - What does this mean? Mainframe Interview Questions 2
No new posts What is is the meaning of DYNAMNBR &a... JCL & VSAM 5
No new posts Regarding DYNAMNBR DFSORT/ICETOOL 1
Search our Forums:

Back to Top