When will we need to specify Space parameter ?

Answer Posted / g.naveen

If we creating a new dataset either pds or ps we need to
specify Space parameter.Space parameter is keyword
parameter in dd statement of Jcl

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2115


In job processing, what happens in conversion stage?

753


Give the syntax of job specifying jcl statement.

646


what is the purpose of coding class parameter in job statement?

736


what is DSN parameter and DISP parameter is used for?

691






Explain the hierarchy levels in jcl?

1131


how you can direct the data to spool using SYSOUT option?

935


What is the function of a dd statement?

717


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

1053


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

665


How does jcl act on code(if you take a cobol program)?

723


How can an in-stream dataset be terminated?

859


Explain how can a jobs execution priority be modified?

751


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1591


Is their any limit for data sets?

719