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

What is the difference between a symbolic and an

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

(Continued from previous question...)

What is the difference between a symbolic and an override in executing a PROC?

A symbolic is a PROC placeholder, the value for the symbolic is supplied when the PROC is invoked, e.g. &symbol=value. An override replaces the PROC's statement with another one; it substitutes for the entire statement.

(Continued on next question...)

Other Job Interview Questions