How do you code Cobol to access a parameter that has been defined in JCL ? And do you code the PARM parameter on the EXEC line in JCL ?
using JCL with sysin. //sysin dd *here u code the parameters(value) to pass in to cobol program /* and in program you use accept variable name(one accept will read... Read more »