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

JCL Interview Questions
Questions Answers Views Company eMail

how to split a file

IBM,

4 17877

how can we override data definitions in jcl. can any one give detailed example

TCS,

3 15011

how to skip the steps in JCl

EDS,

2 9546

there are 10 steps in jcl how to execute the steps from step2 to step8 only

EDS,

6 13815

what is the cond=even only

EDS,

4 8699

how to concatenate datasets

EDS,

5 23736

what is instream data

EDS,

2 7095

can we give instream data in procedure

EDS,

6 19060

in jcl you are having JCLLIB and STEPLIB what happens

EDS, Wipro,

10 25732

I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?

iGate,

10 37109

I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?

iGate,

5 12862

In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 27420

I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)

2 6410

I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP

CSC,

4 32998

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?

CSC,

6 17217


Post New JCL Questions

Un-Answered Questions { JCL }

What are the 2 types of parameters in dd statement?

1097


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1253


What is the syntax of JCL statement?

1160


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1401


Is acct parameter mandatory?

1147


In job processing, what happens in execution stage?

1140


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

1458


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

1003


What is the function of job statement in jcl?

1036


what operation is performed by job statement?

1062


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

1307


What is condition checking in jcl? Is this possible?

1062


Which statement is used to identify the private libraries in job?

1127


What is the difference between run mode and addressing mode?

1161


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

1163