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


How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.

Answers were Sorted based on User's Feedback



How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / srinivas

There are two types of parameters in JCL.Those are Key word
and Positional Parameters.For JOB statement ,
Key Word parameters are NTIFY ,CLASS,MSGCLASS,MSGLEVEL.
And Positional Parameters are ACCOUNTING
INFORMATION,ADDRESSSPACE.

Is This Answer Correct ?    25 Yes 4 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / sharmila_g

All the parameters are divided into two types:-

1) positional parameters.
2) keyword parameters.

-- positional parametrs are mandatory.
-- keyword parameters are optional.

positional parameters at job level are :- accounting information, programers name.

keyword parmtrs are :- notify,class, msglvl, msgclass, typerun,prty.

Is This Answer Correct ?    5 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / vaibhav

Two types of parameter used in JOB statement Positional
parameter and Keyword parameter.
Positional parameters are Job acconting information and
programmer name parameter.

Is This Answer Correct ?    3 Yes 1 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / vijay

Two types of parameter used in JOB statement Positional
parameter and Keyword parameter.


For General ,Only NOTIFY Parameter(Keyword Parameter)is
Mandatory.Else are Optional.

But as per their own Company rules may some other Parameters
are to be set mandatory.

Is This Answer Correct ?    2 Yes 1 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / praveen

notify,accounting information are necessary

Is This Answer Correct ?    1 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / jagan

Will anyone be able to share with us the mandatory
parameters in JOB stmt

Is This Answer Correct ?    1 Yes 1 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / sunil

At job level we have 2 parameters those are

1) Positional Parameters (ACcounting information and
Programmer name)
2) Keyword parameters (CLASS,MSG CLASS, MSG
LEVEL,PRTY,COND,TYPERUN .. etc)

From the above positional parameters are mandatory , But
key word parameters are optional.

Is This Answer Correct ?    0 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / guru

two types of parameters they are positional and keyword paramater.mandatory parameter for job stmt is &sysuid or terminal id.

Is This Answer Correct ?    0 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / srinivas

There are two types of parameters
Positional & Keyword parameters
Positional parameters are mandatory(Accounting Information and
Programmer name)
Keyword parameters are Optional(Class,Notify,Msgclass,Msglevel,cond)

Is This Answer Correct ?    0 Yes 0 No

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement...

Answer / gurugars

Ya as mentioned above those 2 are the types of parameter..
its purely installation dependent.so, none of them is
mandatory.

pl correct me if I'm wrong..

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!

2 Answers  


How do you restart a step in JCL?

12 Answers   HSBC,


which are the parameters mandatory in job card ?

4 Answers   Accenture,


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

3 Answers   Wipro,


How can unused space allocation be returned to the system when a dataset is closed?

0 Answers  


In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

2 Answers   HP,


hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..

1 Answers   CTS,


GDG Create syntax ?

4 Answers   Xansa,


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

0 Answers  


Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?

2 Answers  


What do you understand by the term notcat 2 – gs?

0 Answers  


how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?

6 Answers   CSC,


Categories