What is the purpose of the PARM keyword in the EXEC statement?

Answer Posted / guest

The value after the PARM= specifies control information to
be passed to the executing program of the job step.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does jcl act on a cobol code?

659


What are the rules employed while naming the steps in a job?

662


which utility is used to sort a file in jcl?

750


what is the purpose of coding class parameter in job statement?

721


write a jcl to execute a job by 7:00 am on jan 20,1986?

699






What are steplib and joblib?

725


What is condition checking in jcl? Is this possible?

626


Name what parameter directs the output of the job log dataset?

563


How does the jcl specify the job to os?

696


what happens in execution stage in job processing?

655


what is use of disp parameter in dd statement?

665


What do you know about jcl?

649


define cond parameter in jcl?

775


how to compare two datasets without using superce because output is limited to 133 bytes

1482


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2220