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
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the function of //cntl statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
what is use of disp parameter in dd statement?
What is the difference between run mode and addressing mode?
What is the format of comment statement?
What is the purpose of disp parameter?
Explain the purpose of dd * statement in jcl?
How can values be passed from the job stream to an executable program?
What statement can be used to send data to another mvs jes3 node?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to override loadlib?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?