How is the keyword DUMMY used in JCL?
Answers were Sorted based on User's Feedback
Answer / guest
For an output file DUMMY specifies that the output is to be
discarded. For input it specifies that the file is empty.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / srinivas pogula
Dummy statements are do nothing statments once control
encounters this, operating system treats it as end of
file .... and it does for testing purpose, once the testing
is done and if it executes successfully ,then dummy is
repalced by dataset name what we require for that program
that
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / mani
For an output file DUMMY specifies that the output is to be
discarded. For input it specifies that the file is empty.
Is This Answer Correct ? | 2 Yes | 1 No |
//sysin dd dummy
dummy- statements are not actually executed, used for
testing environment
Is This Answer Correct ? | 2 Yes | 4 No |
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
how JCL works?
What are the kinds of job control statements?
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
What are the utility programs in jcl?
How to pass data to a program that is coded in an exec statement?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
For what purpose steplib and joblib are used ?
What do you feel makes a good program?
common jcl abends??
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?