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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1754


Describe the various parameters utilized in the creation of a gdg?

691


what is JCL?

700


Why block size is multiple of lrecl in jcl?

916


Explain how can a jobs execution priority be modified?

748






How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

610


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

1043


What is the purpose of dd?

730


What is the function of the dd mgmtclas keyword in sms datasets?

743


Are there any set of rules for the names of the steps used in a job? What are they?

617


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1933


How jcl is used for testing batch programs?

723


What is the significance of addrspc parameter in the exec statement?

624


which parameter is used to check the syntax of a jcl without executing it?

802


What are some jcl statements that are not allowed in procedures?

731