Interview Questions

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

JOB CONTROLL LANGUAGE (JCL) 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 Interview Questions