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

what sort card you will use to copy the data from one dataset to another dataset?

727


What are s0c1, s0c4, s0c5, s0c7 and socb?

702


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?

8672


How does the jcl specify the job to os?

694


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

708






Why block size is multiple of lrecl in jcl?

911


List the different components of jcl statement?

691


What is the function of dd disp parameter?

654


write a jcl to execute a job by 7:00 am on jan 20,1986?

699


what is use of dcb parameter in dd statement?

772


How does jcl act on a cobol code?

657


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

606


What dd statement is used to supply the name of a dataset?

774


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

854


How jcl is used for testing batch programs?

718