What do you feel makes a good program?
Answer / guest
A program that follows a top down approach. It is also one
that other programmers or users can follow logically and is
easy to read and understand.
| Is This Answer Correct ? | 1 Yes | 0 No |
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What are the default system and catalog libraries in JCL?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
How to print data of sequential file to Spool..?
What does a disposition of (NEW,CATLG,DELETE) mean?
How do you handle empty files in a JCL ?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
what is force complete
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
what is JCL?