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 |
how to run JCL thru COBOL.
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
What is the difference between catalogue procedure and In-Stream procedure?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
How many days does a job remain in spool
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
What is the difference between the positional and keyword parameters? Give examples.
What is model dataset label(Model DSCB)?
What is timing concept in mainframe?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..