| Next Tip?
Home » JCL

Describe the DD statement, its meaning, syntax and keywords?

9 August 2009 209 views No Comment
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

The DD statement links the external dataset name (DSN) to the DDNAME coded within the executing program. It links the file names within the program code to the file names know to the MVS operating system. The syntax is // ddname DD DSN=dataset name. Other keywords after DSN are DISP, DCB, SPACE, etc.

Popularity: unranked [?]

Related interview questions

Leave your response!

You must be logged in to post a comment.