WHAT IS DUMMY IN JCL? HOW TO USE IT?
CAN ANYBODY SEND PROGRAM ON THIS?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
For what purpose steplib and joblib are used ?
Hi, can any one tell about " How do u eliminate the duplicates "
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
how to allocate a dynamic dataset in jcl ?
how can u understand ps and pds from their names ?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
what does mvs stand for?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
in jcl you are having JCLLIB and STEPLIB what happens
Can we change the LIMIT of GDG?