What is the purpose of the PARM keyword in the EXEC statement?
Answer Posted / venkatachalam
Passing the input to the COBOL Program. The length of the
parm parameter size only 100 characters.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
what is use of dsn parameter in dd statement?
what is a jcl?
What is the purpose of dd?
Explain how can return codes be tested before execution of a job step?
what are the types of abends that occur on job failure? And explain the possible causes of these
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Is acct parameter mandatory?
Where can program checkpoints be stored for use in a restart?
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?
which parameter is used to check the syntax of a jcl without executing it?
Explain the function of job statement in jcl?
How is a type of file defined in the jcl that executes the cobol program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Where & How Do You Code Identifier In Jcl?