WHAT IS DUMMY IN JCL? HOW TO USE IT?
CAN ANYBODY SEND PROGRAM ON THIS?

Answers were Sorted based on User's Feedback



WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?..

Answer / iqru

DUMMY is used to signify end-of-file or dummy input.

when some dummy file meaning empty file needs to be passed
to the program use //ddname DD DUMMY

Is This Answer Correct ?    9 Yes 0 No

WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?..

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

WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?..

Answer / surendran s

if the value has been get in instream then we have write an
dummy statment..
//SYSIN DD DUMMTY

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More JCL Interview Questions

i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

1 Answers   IBM,


what is use of dcb parameter in dd statement?

0 Answers   IBM,


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.

3 Answers  


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,


how to resolve the soc4 error?

5 Answers   ITC Infotech,






I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


What is a MODEL Paramater in GDG ?

2 Answers   Xansa,


how you will define a temporary dataset in jcl?

1 Answers   IBM,


Explain COND used in JCL?

1 Answers   Patni,


How to print the Output to SPOOL using MSGCLASS and SYSOUT ?

4 Answers   IBM,


i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

4 Answers   IBM,


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,


Categories