1.

Explain What Exec Statement Is And What Is The Syntax Of Exec Statement Used In Jcl?

Answer»

EXEC statement holds the JOB step program or procedure information. The syntax of EXEC statement USED in JCL is
//Step-name EXEC Positional-param, Keyword-param

EXEC statement holds the job step program or procedure information. The syntax of EXEC statement used in JCL is
//Step-name EXEC Positional-param, Keyword-param



Discussion

No Comment Found