On the DD statement, what is the main difference between
creating a new sequential flat file and a partitioned dataset?
Answer Posted / guest
SPACE=(n,m) for a sequential file, SPACE=(n,m,p) for a PDS
where n, m, and p are numbers. The p designates how many
directory blocks to allocate.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
How dummy is used in jcl?
What is jcl in mainframe?
What is the motivation behind coding class parameter in job statement?
How would you understand error(execution phase)?
How does jcl act on a cobol code?
Explain the jcl exec statement?
How do you overcome this limitation ?
Explain the purpose of dd * statement in jcl?
Explain the function of a dd statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is DSN in JCL and what are the parameters to declare the DSN?
How can the attributes of one sms dataset be copied to another dataset?
What are the rules employed while naming the steps in a job?