What are the kinds of job control statements?

Answers were Sorted based on User's Feedback



What are the kinds of job control statements?..

Answer / guest

The JOB, EXEC and DD statement.

Is This Answer Correct ?    8 Yes 0 No

What are the kinds of job control statements?..

Answer / chandrasekhar

JOB EXEC AND DD

Is This Answer Correct ?    2 Yes 0 No

What are the kinds of job control statements?..

Answer / muttaiah

There are several Job control stmts some of those are ..

1. JOB - Explains the job details.
2. Exec - Tells regarding the program
3. DD - Tells regd the datasets used in the program
4. Prod - start of the procedure
5. pend - end of the procedure
6. /* - Delimiter(end of instream data)
7. //* - Comment stmt
8 // - Null Stmt
9. Output - Routes the JESmsgs/JClstmts as specified
10. Include - Copies the JCL in PDS member during run time
11. Joblib & steplib - Specifies the Load module libraries
12. JCLLIB - Specifies the Procedure libraries

That's all i remember. If any thing missing add/modify
accordingly..

If you say this details then the interviewer can get a good
impression on you..
All the best buddy.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

1 Answers  


What is maximum length of block size?

5 Answers   Cap Gemini, Kanbay, TCS,


Is Default for MSGCLASS = (1,1) ?

2 Answers   IBM,


Explain concatenating datasets?

2 Answers   CTS,


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

4 Answers   IBM,






why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

0 Answers  


how to modify the copy book?explain with examples

2 Answers   TCS,


THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".

2 Answers  


Name what parameter directs the output of the job log dataset?

0 Answers  


when we use sysprint and sysout statements

3 Answers  


Can we use DISP=SHR in output file in JCL

0 Answers  


Explain about LMMFIND - find a library member

1 Answers  


Categories