1.

What are the types of JCL statements available for running a job?

Answer»

There are majorly 3 TYPES of JCL statements:

  • The first type consists of statements meant for identifying units of work that are to be PERFORMED by the Operating System.
  • The second type of statement is the EXEC statement which depends on the number of steps involved in RUNNING a job.
  • The THIRD type of statements are called DD (Data Definition) statements that are meant for identifying input and output data sets.


Discussion

No Comment Found