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 resolve soc-7 ? please tell me

IBM,

3 8449

What is the difference between Sysin,Sysout,Sysdbout and Sysudump?

3 15823

How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?

1 5903

In DCB, what is LRECL,BLKSIZE,DSORG

TCS,

1 8212

In SPACE,what is directory,RLSE

TCS,

6 11026

what is fixed length and variable length and difference between them

CGI, Wipro,

1 6625

what is JCLLIB and PROCLIB in jcl and their syntax

IBM,

3 29385

what is the resolution for sb37 error

TCS,

2 9270

. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 5148

What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672

6 8858

What is Backward Referencing ?

HSBC,

3 17013

what is a steplib

CGI,

4 8476

using cursor how can you fetch more than one record into a variable

Syntel,

3 8269

If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,

IBM,

3 8432

can we write a proc with in a proc

IBM,

4 8103


Post New JCL Questions

Un-Answered Questions { JCL }

how you can direct the data to spool using SYSOUT option?

1521


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2620


How to submit a jcl from cics?

1213


which utility is used a dummy utility?

1528


Name the statement which can be used to send data to another mvs jes3 node?

1223


For what purpose steplib and joblib are used ?

1192


Brief description of inline procedure of jcl.

1322


How does jcl act on code(if you take a cobol program)?

1352


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

1267


What do you understand by the term job time – out and how can you overcome that?

1089


//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 /*

1532


Are there any set of rules for the names of the steps used in a job?

1175


How can the disposition of sysout datasets be set for an entire jobstream?

1393


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

1163


Is their any set of rules for dd? Explain.

1274