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
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How gdg are concatenated?
How can unused space allocation be returned to the system when a dataset is closed?
What are hierarchy levels in jcl?
What is the format of comment statement?
Can I share my data with other jobs? How?
Explain how can a jobs execution priority be modified?
List the different jcl statements that are not permitted in the procedures?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the function of the steplib dd statement?
What is notcat 2 - gs?
How to override loadlib?
Is it possible to left uncode disp?
Explain dd statement in jcl?
what is use of dcb parameter in dd statement?