What are the kinds of job control statements?

The JOB, EXEC and DD statement.

  
Showing Answers 1 - 7 of 7 Answers

Nathan

  • Oct 20th, 2005
 

Control Statements

1) JOB - to identify the Job

2) EXEC - to identify which program has to Execute

3) DD - to supply the input/output files required for program execution

Daryl Wells

  • Aug 26th, 2007
 

JOB,
PROC,
EXEC,
DD,
PEND

  Was this answer useful?  Yes

Daryljax

  • Aug 26th, 2007
 

1) JOB - To identify the Job
2) EXEC - To identify which program has to Execute
3) DD - To supply the input/output files required for program execution
4) PROC - To indicate the procedure
5) PEND - End an inline PROC

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions