Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is DYNAMBR in jcl?

Answers were Sorted based on User's Feedback



What is DYNAMBR in jcl?..

Answer / bala nallapaneni

Use the DYNAMNBR parameter to tell the system to hold a
number of resources in anticipation of reuse.

Is This Answer Correct ?    15 Yes 4 No

What is DYNAMBR in jcl?..

Answer / lalit

tells the maximum no. of dynamically alocatted datasets
that you can create

Is This Answer Correct ?    7 Yes 3 No

Post New Answer

More JCL Interview Questions

What is the use of symbol // in jcl?

0 Answers  


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

0 Answers  


How to skip first step of a job? Can we use COND on the first step?

3 Answers   iNautix,


List the different jcl statements that are not permitted in the procedures?

0 Answers  


what sort card you will use to copy the data from one dataset to another dataset?

0 Answers   IBM,


What does SYSIN * indicate?

2 Answers  


I had 100 steps in jcl i want to execute first 10 steps only?

6 Answers   IBM,


Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?

1 Answers   Thomson,


What is the difference between the positional and keyword parameters? Give examples.

0 Answers  


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

0 Answers  


Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?

2 Answers  


How many instream we can write in single jcl?

1 Answers  


Categories