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 does jcl act on code(if you take a cobol program)?
What parameter directs the output of the job log dataset?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
How do you designate a comment in JCL?
Explain about CBL/PROCESS statement syntax
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
what is the meaning of 'sysin dd dummy'
Explain about LMMLIST�list a library's members
what is the purpose of coding notify parameter in job statement?
What do you understand by the terms: joblib and steplib?
what do you mean By spooling? Expand SPOOL?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.