What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
9 August 2009
481 views
No Comment
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.
Popularity: unranked [?]
Related interview questions
- Describe the DD statement, its meaning, syntax and keywords?
- How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
- How do you submit JCL via a Cobol program?
- Describe the JOB statement, its meaning, syntax and significant keywords?
- What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?



(1 votes, average: 4.00 out of 5)







Leave your response!
You must be logged in to post a comment.