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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of the steplib dd statement?

1184


Why block size is multiple of lrecl in jcl?

1478


Give the syntax of job specifying jcl statement.

1207


What is multithreading in jcl?

1532


State the uses of syspring, sysin, sort fields, sum fields and dummy.

1140


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

1349


What are the parameters that are used in creating a gdg?

1283


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

1566


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

2077


Explain dd statement in jcl?

1185


Is acct parameter mandatory?

1277


Matching Logic in Jcl not in cobol.Could any one please answer this question

4230


which parameter is used to check the syntax of a jcl without executing it?

1427


how would you create a temporary dataset? And where will you use them?

1499


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

2411