What is primary allocation for a dataset?

Answer Posted / guest

The space allocated when the dataset is first created.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what happens in conversion stage in job processing?

821


what is the use of JCL?

762


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

943


Why include statement is used in a jcl?

785


How does jcl specify the job to the operating system?

851






How can return codes be tested before execution of a job step?

1038


What is the purpose of dd?

823


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

666


Differentiate between the joblib and the steplib statements?

950


What is the purpose of disp parameter?

727


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

5167


what is use of space parameter in dd statement?

853


what is DSN in JCL and what are the parameters to declare the DSN?

819


what operation is performed by job statement?

740


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

729