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

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

Showing Answers 1 - 4 of 4 Answers

VINAY

  • Dec 27th, 2005
 

parm is used in exec statement to pass the value to the application program. it is a length of 100 char and it can be it can be acccepted in linkage section.//stepname dd pgm=prog1, parm= hello

  Was this answer useful?  Yes

srini

  • May 4th, 2007
 

Is there any chance to move more than 100 characters through PARM? If yes, how?

  Was this answer useful?  Yes

srinivas

  • Aug 9th, 2007
 

Using parm parameter we can pass the data from JCL to application program (COBOL). If the data have more than 100characters using SYS IN DD* we can pass the data to application program.

  Was this answer useful?  Yes

sudhakarchandu

  • Sep 28th, 2007
 

It is only used for to pass the values by JCL to the perticular application program like COBOL program.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions