|
| Total Answers and Comments: 4 |
Last Update: May 06, 2008 Asked by: abhishek_98840 |
|
| | |
|
Submitted by: athiq Hi,
Sysin and Sysout are system defind file names in COBOL. If your program is not containing any files, sysout in cobol contains output to your program and sysprint is to get messages regarding your program execution. This is same in JCL as well as COBOL.
Sysout carries program output and sysprint is for messages generated while program execution.
Above answer was rated as good by the following members: travel_id | Go To Top
|