DBA > Job Interview Questions > JOB CONTROLL LANGUAGE (JCL) Interview Questions

Describe the DD statement, its meaning, syntax a

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

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

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.

(Continued on next question...)

Other Job Interview Questions