| Next Tip?
Home » JCL

What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?

9 August 2009 481 views No Comment
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4.00 out of 5)
Loading ... Loading ...

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

Leave your response!

You must be logged in to post a comment.