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 DUMMY IN JCL? HOW TO USE IT?
CAN ANYBODY SEND PROGRAM ON THIS?

Answer Posted / venkat

it is cheek the execution of the program with out involving
the files
// job1 job
//joblib dd dsn=loadlib,disp=shr
//step1 exec pgm=pgm1
//disk1 dd dummy
//disk2 dd nullfile

when dummy is specified for an input file it treats
that it is an empty file
if dummy is specified for output it nullify all the
parameters

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what happens in execution stage in job processing?

1193


When space is allocated for an output dataset, what units can be used?

1328


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

1190


Explain dfsort utility?

1407


what is use of disp parameter in dd statement?

1152


What is the function of //cntl statement?

1395


Is automatic restart possible in jcl?

1278


Explain about LMQUERY�give a dialog information about a data set

1509


What is the function of dd name parameter with a 2 part structure; audit.report?

1322


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1347


Brief description of inline procedure of jcl.

1316


What is one line to pass PARM from JCL to COBOL?

5011


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

1175


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?

1345


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2654