Describe the DD statement, its meaning, syntax and keywords?
9 August 2009
209 views
No Comment
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
- Describe the EXEC statement, its meaning, syntax and keywords?
- Describe the JOB statement, its meaning, syntax and significant keywords?
- How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
- What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
- What is the meaning of the EXEC statement keyword, COND? What is its syntax?











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