Describe the JOB statement, its meaning, syntax and
significant keywords?



Describe the JOB statement, its meaning, syntax and significant keywords?..

Answer / guest

The JOB statement is the first in a JCL stream. Its format
is // jobname, keyword JOB, accounting information in
brackets and keywords, MSGCLASS, MSGLEVEL, NOTIFIY, CLASS, etc.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

I had 100 steps in jcl i want to execute first 10 steps only?

6 Answers   IBM,


what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.

5 Answers   BirlaSoft, Infosys,


can anyone explain me about sort in jcl with inrec and outrec ?

2 Answers   HCL,


suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


List some valid operation codes in JCL

3 Answers  






What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?

2 Answers   CCS, CTS,


I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K

3 Answers  


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


what is the use of temporary files?

5 Answers   Hexaware,


what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


Categories