What you mean by skeleton JCl?

Answers were Sorted based on User's Feedback



What you mean by skeleton JCl?..

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

What you mean by skeleton JCl?..

Answer / arjun

The job without JCL in production is called Skeleton.

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More JCL Interview Questions

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

4 Answers  


. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


What is multithreading in jcl?

1 Answers  


How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


how can you check if a file is empty using jcl?

1 Answers   IBM,


How to do automated restart when a job abend?

1 Answers  


Can a PS file be read in reverse order?If so,how

2 Answers   Syntel,


Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?

2 Answers  


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?

1 Answers   TCS,


Which is the most widely used batch performance monitor for DB2?

2 Answers  


what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


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 ?

3 Answers   IBM,


Categories