How do you pass parameters to the program as the job is
being executed ?
Answer Posted / guest
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.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which dd parameters are required?
What do you understand by the terms: joblib and steplib?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the function of dd disp parameter?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is “Cond= even” and “Cond=only”?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Is acct parameter mandatory?
What parameter directs the output of the job log dataset?
How jcl is used for testing batch programs?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What are the utility programs in jcl?
Explain the function of a dd statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the purpose of dd * statement in jcl?