How can you pass data from one job step to another using the EXEC statement in JCL?

  • By defining a new dataset and storing the data in it
  • By specifying the data in the JCL JOB statement
  • By using the COND parameter to set conditions for data transfer
  • By using the PARM parameter to pass data as a parameter
The PARM parameter in the EXEC statement is used to pass data from one job step to another
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *