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...

describe the job statement, its meaning,syntax and
significant keywords?

Answer Posted / krithiga hari

Job statement is to execute a job. It identifies the
Beginning of the job. Without this job statement, the
operating system will not execute the job.

The various keyword parameters are:

CLASS - it identifies the nature of the job that is to be
submitted
PRTY - assigns priority to the job
MSGCLASS - determines the output device to which system
messages and jcl messages are written
MSGLEVEL - specify the jcl and the allocation messages
which will be recorded on the output device specified in
the msgclass
TYPRUN - this tells whether the job is to be held until it
is released or its execution is to be suppressed altogether

Example:

//JOB1 JOB
(A123),'KRITHIGA',CLASS=E,PRTY=1,MSGCLASS=A,MSGLEVEL=(1,1),TYPRUN=HOLD

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if both JOBLIB & STEPLIB is specified ?

1204


What are the rules employed while naming the steps in a job?

1209


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

1294


Explain the hierarchy levels in jcl?

1725


Explain in DD statement what is the use of DCB parameter?

1182


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

2183


List the different components of jcl statement?

1146


What is timing concept in mainframe?

2266


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2729


How to pass data to a program that is coded in an exec statement?

1385


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

1128


List the various advantages of using jcl language?

1518


Suppose I have five jobs to do. But I want to hold one?

1178


what is DSN parameter and DISP parameter is used for?

1212


Why block size is multiple of lrecl in jcl?

1473