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 SYSIN and PARM ?
Explain the hierarchy levels in jcl?
Is there any command to check wether the ps file is in sorted order?
how many max steps can we use in a job? pls answer to my question
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
How many parameters are there to a DISP statement and what are their uses ?
Explain COND used 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??????????????
When output dataset space is required, what quantity categories are used?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
When we give TYPERUN = SCAN , what are the syntax errors we get?