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

What is is the meaning of DYNAMNBR & what is the min val


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

New User


Joined: 10 Jul 2006
Posts: 47
Location: Bangalore

PostPosted: Fri Jul 21, 2006 12:03 pm
Reply with quote

Hi all,

In the Below Statement what is is the meaning of DYNAMNBR and what is the minimum value of DYNAMNBR and what is the maximum value

Stepname EXEC DB2CPROC,
DB2SYS=DB2,
COND=(4,LT),
REGION=4096K,
DYNAMNBR=20

please carify me regarding this. Thanks in advance for your help.

Thanks and Regards,
Rssrao.
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Fri Jul 21, 2006 12:21 pm
Reply with quote

Hi,

DYNAMNBR=n

where "n" is between zero to 1635 minus no of DD statements in your Job Step.

~Vamsi
Back to top
View user's profile Send private message
sambasivarao

New User


Joined: 10 Jul 2006
Posts: 47
Location: Bangalore

PostPosted: Fri Jul 21, 2006 12:30 pm
Reply with quote

Hi Vamsi,

If i did not mention this one in my jcl DYNAMNBR, what will happen?

please let me know What is the basic use of this option.

THanks in advance for your help.

Thanks and Regards,
Rssrao.
Back to top
View user's profile Send private message
Prajesh_v_p

Active User


Joined: 24 May 2006
Posts: 133
Location: India

PostPosted: Fri Jul 21, 2006 2:32 pm
Reply with quote

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.

The TIOT contains control blocks for every DD allocated in your jobstep ( dynamically or via JCL ) .

If you fill the TIOT, no more files may be allocated until some are unallocated. TIOT size varies based on operating system settings.
Back to top
View user's profile Send private message
sambasivarao

New User


Joined: 10 Jul 2006
Posts: 47
Location: Bangalore

PostPosted: Fri Jul 21, 2006 3:00 pm
Reply with quote

Hi Prajesh,

Thanks a lot for the Inforamtion sharing.

Rssrao.
Back to top
View user's profile Send private message
parsesource

New User


Joined: 06 Feb 2006
Posts: 97

PostPosted: Sat Jul 22, 2006 3:55 pm
Reply with quote

shreevamsi wrote:
Hi,

DYNAMNBR=n

where "n" is between zero to 1635 minus no of DD statements in your Job Step.

~Vamsi


if the TIOT has 64k then 3273 - no of DD
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 meaning of the number in dcl PL/I & Assembler 2
No new posts WER416B Error meaning SYNCSORT 9
No new posts Meaning of low values and high values COBOL Programming 12
No new posts What is the Question Mark (?) meaning... DFSORT/ICETOOL 4
No new posts Meaning of Comma (,) in Easytrieve CA Products 4
Search our Forums:

Back to Top