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
What do you understand by the term job time – out and how can you overcome that?
What is one line to pass PARM from JCL to COBOL?
Explain dfsort utility?
Explain in DD statement what is the use of DCB parameter?
What is the motivation behind coding class parameter in job statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How dummy is used in jcl?
Explain the function of the dd dcb keyword?
For what purpose steplib and joblib are used ?
what is the use of JCL?
what are JCLLIB and STEPLIB in JCL?
What is the function of //cntl statement?
What is the purpose of disp parameter?
Matching Logic in Jcl not in cobol.Could any one please answer this question
which parameter is used to check the syntax of a jcl without executing it?