How system will identify whether user wants to create PS or
PDS? If answer is SPACE parameter then why we need to pass
ps or po as dataset organisation while creation

Answer Posted / mr. cooooool

Hi.............
It's not mandtory to pass ps or po organization.

System will automatically decide organization for
a data set according to the directory Block.

If diectory block is 0 or not mantion than it's ps
else it's pds/po.

Thanks

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any command to check wether the ps file is in sorted order?

2428


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1991


What do you understand by the term notcat 2 – gs?

751


which utility is used to run a cobol-db2 program?

805


What is the difference between the positional and keyword parameters? Give examples.

705






State the uses of syspring, sysin, sort fields, sum fields and dummy.

644


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1945


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

1035


how would you create a temporary dataset? And where will you use them?

766


What do you understand by the terms: joblib and steplib?

626


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

858


what are JCLLIB and STEPLIB in JCL?

672


What is the significance of addrspc parameter in exec statement?

726


What is the function of a dd statement?

702


Can an individual step be restricted from using all the jobs allowed cpu time?

1005