How to pass paramter from cobol to Jcl

Showing Answers 1 - 4 of 4 Answers

tarun dhawan

  • Dec 31st, 2006
 

Well you can pass the parameters thru the Pic statements

  Was this answer useful?  Yes

Guest

  • Jan 18th, 2007
 

you pass values thru a data file, or thru values in the return code

alok

  • Feb 13th, 2007
 

It is passed using PARM parameter.

mf.vannan

  • Dec 22nd, 2009
 

Note that we can move the parameter from cobol to JCL via MOVE in the application and it will receive by the internal reader in the JCL SYSOUT in DD statement.

Thanks,

ManiVannan M

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