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 the purpose and meaning of the REGION keyword and
what JCL statement is it associated with?

Answers were Sorted based on User's Feedback



What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?..

Answer / xyz

Specifies the amount the workspace required by the
operating system to execute the JOB
Value specified will apply to each step
Formats are:
REGION=<value>K
REGION=<value>M
REGION parameter should only be in units of “K” or “M”
indicating Kilobytes or Megabytes of workspace requested;
Results in JCL error if unit is not specified
If omitted, a default value is assigned by the system
If REGION=0M is specified, the system takes the most
optimum space

Is This Answer Correct ?    18 Yes 1 No

What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?..

Answer / guest

REGION specifies the maximum CPU memory allocated for a
particular job or job step. If REGION is in the JOB card, it
relates to the entire job; if in the EXEC statement, it
relates to the job step.

Is This Answer Correct ?    13 Yes 3 No

What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?..

Answer / remay

Use of REGION=0M in JCL jobcard grants the job
full access to available storage in address space.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More JCL Interview Questions

When will we need to specify Space parameter ?

3 Answers   Wipro,


what are the types of abends that occur on job failure? And explain the possible causes of these

0 Answers  


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

5 Answers   L&T,


What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


How can you execute a COBOL program via SYSIN in JCL?

1 Answers  


I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?

4 Answers  


Where & How Do You Code Identifier In Jcl?

0 Answers   IBM,


On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?

2 Answers  


How do you restart a step in JCL?

12 Answers   HSBC,


What are the parameter in the job card wihtout which job won't run........

10 Answers   IBM,


Why block size is multiple of lrecl in jcl?

0 Answers  


Categories