What is the meaning of data definition name (ddname) and
dataset name (dsname) in the DD statement?
Answer Posted / guest
Data definition name is the eight character designation
after the // of the DD statement. It matches the internal
name specified in the steps executing program. In COBOL
that's the name specified after the ASSIGN in the SELECT
ASSIGN statement. Dataset name is the operating system (MVS)
name for the file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
Is there any command to check wether the ps file is in sorted order?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How do you create a temporary dataset?
Explain the function of //jcllib statement?
how do you access an uncataloged dataset in a jcl?
What is the purpose of dd * statement in jcl?
How to pass data to a program that is coded in an exec statement?
How to submit jcl through a cobol program?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How can the disposition of sysout datasets be set for an entire jobstream?
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 is multithreading in jcl?