Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what is the purpose of SYSOUT parameter in the DD statement?

1 Answers  


What is dummy parameter in JCL??

3 Answers   TCS,


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


How to empty the records in jcl

1 Answers  


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

0 Answers   IBM,


What are the valid DSORG values ?

3 Answers  


i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?

2 Answers   Wipro,


Can we have a JOBSTEP without any EXEC ?

6 Answers   IBM,


How to pass the temp dataset form one JOB step to another?

6 Answers   IBM,


How do you submit a JCL under CICS environment ?

5 Answers   Wipro,


If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?

2 Answers   IBM,


i have step1,step2,step3 from where can i start coding cond parameter ?

2 Answers   Verizon,


Categories