Answer Posted / venkat
SYSPRINT.
all the error messages along with the source code will be
stored after the compilation.
SYSOUT.
the output and the system messages on program abend will be
routed to sysout.
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
What is the function of dd disp parameter?
define cond parameter in jcl?
what is use of dsn parameter in dd statement?
What is the purpose of disp parameter?
what is the compile process of cobol program expalin with code
what is the JCL statement consists of?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the difference between the positional and keyword parameters? Give examples.
How do you access an uncatalogued dataset in a jcl?
What is the function of //jcllib statement?
What are the parameter we cannot use in procedure?
How jcl is used for testing batch programs?
What is NOTCAT ?
How does jcl act on code(if you take a cobol program)?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?