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
Explain about ISPF/TSO Commands
what is the JCL statement consists of?
Is it possible to left uncode disp? If yes, how?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are the difference between jcl and jes?
Are there any set of rules for the names of the steps used in a job? What are they?
Is it possible to left uncode disp?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How does the jcl specify the job to os?
what happens in execution stage in job processing?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How to override loadlib?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
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?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?