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

How do you pass parameters to the program as the

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

(Continued from previous question...)

How do you pass parameters to the program as the job is being executed?

By using 'parm' parameter in exec statement. the value mentioned here should be declared in linkage section in the program and process thru procedure division. this technique is very useful when you do not know the parameters at the time of coding the programs.

(Continued on next question...)

Other Job Interview Questions