What you mean by skeleton JCl?
Answers were Sorted based on User's Feedback
Answer / guest
Jcl which changes during run time i.e. the values for the
jcl such as pgm name , dd name will change .ie same jcl can
be used for various job, equivalent to dynamic sql...
| Is This Answer Correct ? | 9 Yes | 1 No |
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What is multithreading in jcl?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
how can you check if a file is empty using jcl?
How to do automated restart when a job abend?
Can a PS file be read in reverse order?If so,how
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
Which is the most widely used batch performance monitor for DB2?
what's the significance of freespace(0 0) and freespace(100 100)
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?