What is the meaning of data definition name (ddname) and
dataset name (dsname) in the DD statement?
Answer Posted / sunitha
Data Definition name (ddname) is a eight character name
used to give the name to the DD statement. In COBOL, In
ENVIRONMENT DIVISION , INPUT-OUTPUT SECTION, FILE-CONTROL
paragraph, a SELECT statement defines a file name and
assigns a device name to it where the device name is the
ddname that is coded in the JCL.
Dataset name(dsname) is the operating system(MVS) name for
the file.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How gdg are concatenated?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the use of disp parameter?
what is use of dcb parameter in dd statement?
In job processing, what happens in conversion stage?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is the difference between JES3 and JES2?
How can a stopped job be started again?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are the 4 fields in dd statement?
which utility is used to run a cobol-db2 program?
What is the function of //jcllib statement?
What is multithreading in jcl?
What are the difference between jcl and jes?
Is it possible to left uncode disp? If yes, how?