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 |
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
Can you give the sort card to arrange the specific column in the version of GDG.
Mention the types of job control statements?
Explain the purpose of dd dummy statement?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
What are the parameters that are used in creating a gdg?
What is the difference between a symbolic and an override in executing a PROC?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
SORT card to eliminate duplicity.
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
how do u see jobs submitted before ur job ?