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 is the meaning of keyword in jcl?what is is opposite?

Answers were Sorted based on User's Feedback



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

Answer / deb

keyword parameter could be in any order but positional
parameter must be in specific order if specified.

Is This Answer Correct ?    12 Yes 0 No

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

Answer / praveen kumar bejjanki

In jcl, there are two types of parameters, positional and
keyword, Positional the name itself indicates that it
should follow some position. keywords should follow after
the positional parameters. Keyword parms can be in any
order, but they should be seperated by commas.

Is This Answer Correct ?    3 Yes 0 No

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

Answer / preeti shinde

In JCl there are two types of parameter:
1- positional parameter. 2-keyword parameter.

positional parameter : in this there are two prarameters
i.e., accounting information and programmer name these two
parameters are mandatory. positional parameter are
identified by there position so they should be coded in
specific order. these are coded after operation field..

keyword parameters: these are coded after the positional
parameter and there is no specific order so we can code in
any order.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / krithiga hari

There are two types of parameters in JCL. They are keyword
parameters and positional parameters. Keyword parameters
follow the positional parameters. Keyword parameters should
be specified in the same order. Positional parameters need
not be specified in a fixed order.

Is This Answer Correct ?    0 Yes 15 No

Post New Answer

More JCL Interview Questions

When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).

2 Answers  


For how long a job can be executed continuously in a mainframe ?

4 Answers  


How can values be passed from the job stream to an executable program?

0 Answers  


How to run cobol program using jcl?

0 Answers  


Can we Execute a job without specifying Job Name in the Job Card?

2 Answers  


My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........

2 Answers  


What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?

1 Answers   CTS,


Given a input file with duplicates how to remove the duplicate records from the file using JCL?

6 Answers   CDS, Convergys, TCS,


what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?

3 Answers   Convergys,


how to do automated restart when a job abends?

0 Answers   IBM,


In job processing, what happens in conversion stage?

0 Answers  


What is the difference between joblib and jcllib statements

7 Answers   IBM, Maples,


Categories