Sysout and Sysprint
Question: What is the difference between SYSOUT and SYSPRINT statements in JCL?
Arthi
Answer: They are two different output file references that you can point to two different output files. You would usually point sysprint to a printer but sysout may be pointed to a file instead.


