| Next Tip?
Home » JCL

What are three major types of JCL statements? What are their functions?

9 August 2009 269 views No Comment
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

JOB – indicates start of jobstream to the operating system and through parms coded on it, certain details about the job (time, region, message level, job accounting data).
EXEC – indicates the start of execution of a particular job step, be that step a program or a proc.
DD – is a data definition, which is used to describe the attributes of a data set (name, unit, type, space, disposition).

Popularity: unranked [?]

Related interview questions

Leave your response!

You must be logged in to post a comment.