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
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What are the parameter we cannot use in procedure?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what is DD statement is used in JCL?
How to submit a jcl from cics?
Is it possible to define dd statements as you want?
when can a job time-out occur? How to overcome that?
What is the purpose of the dd keylen parameter?
Explain the job statement in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is use of disp parameter in dd statement?
Explain the purpose of the dd keylen parameter?
what is use of dcb parameter in dd statement?
How to do automated restart when a job abend?
what is use of space parameter in dd statement?