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
List the different components of jcl statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is the purpose of dd * statement in jcl?
what is use of dsn parameter in dd statement?
What are the 2 types of parameters in dd statement?
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
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain dd statement in jcl?
how would you create a temporary dataset? And where will you use them?
Explain about LMFREE�free data set from its association with data ID
What is the purpose of disp parameter?
What is the purpose of dd?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what are the types of abends that occur on job failure? And explain the possible causes of these
Is it possible to define dd statements as you want?