When will we need to specify Space parameter ?

Answer Posted / naga

if we want to create new data set, the space is mandatory
space areas in MF are cylinder,track,blocks.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does jcl specify the job to the operating system?

745


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

847


Explain the purpose of dd * statement in jcl?

630


How to execute 2nd and 4th steps among 5 steps in jcl proc?

743


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

600






by using cond parameter maximum 8 cond can be coded in single cond means ?explain

969


Can we use DISP=SHR in output file in JCL

946


how JCL works?

791


How does jcl act on a cobol code?

649


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8655


In job processing, what happens in conversion stage?

726


What is the function of dd disp parameter?

650


How can the disposition of sysout datasets be set for an entire jobstream?

830


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

599


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5056