What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answers were Sorted based on User's Feedback
Answer / g parit
it will work only if you give record format and record length..something like this
//SYSIN DD DUMMY,recfm=fb,lrec=80,blksize=20
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / jhonnyboy
Real World Definition of a DUMMY:
- know it none
- test subject(Car Crash)
Conclusion:
- Worthless
| Is This Answer Correct ? | 1 Yes | 4 No |
What are three major types of JCL statements? What are their functions?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
wht is step lib n job lib ? where can we code joblib n steplib ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what r the types of job control statements?
How jcl work to handle various input output file operations?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
What u mean by include statement in JCL ?
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
What is the syntax of JCL statement?
is there any way to execute more than one proc in the same exec statement at the same time..?