SYSOUR instead of SYSOUT in COBOL
-
- Posts: 21
- Joined: Tue Nov 13, 2007 11:53 pm
- Skillset: I received an email that i have been registered and approved but the username and password you sent me are not working. I tried to find a way to contact you but I was not able to, and the email says "donotreply".
- Referer: web search
SYSOUR instead of SYSOUT in COBOL
Why does COBOL use SYSOUR for DISPLAY output instead of SYSOUT?
Re: SYSOUR
That's a good one, my COBOL displays go to SYSOUT......
Do you have a SUSOUT defined in the JCL?
Do you have a SUSOUT defined in the JCL?
-
- Posts: 21
- Joined: Tue Nov 13, 2007 11:53 pm
- Skillset: I received an email that i have been registered and approved but the username and password you sent me are not working. I tried to find a way to contact you but I was not able to, and the email says "donotreply".
- Referer: web search
Re: SYSOUR
No, bit even without specifying *ANY* DD's (except STEPLIB) I still get a SYSOUR output file if I do any DISPLAYs. Also, I just remembered that there is a SYSOUT file also, but it comes from COBOL itself ... if there is an ABEND of my compiled program, SYSOUT contains helpful diagnostics, including source line number of the error.
-
- Posts: 110
- Joined: Thu Dec 27, 2007 5:18 pm
- Skillset: Known little stuffs to answer a few queries!!
- Referer: Google
- Contact:
Re: SYSOUR
Tzadik Vanderhoof,
Check your compiler option, it should have OUTDD(SYSOUR). Remove that and recompile your program and re-run the job.
Default is OUTDD(SYSOUT).
Check this link for more compiler options.
http://publib.boulder.ibm.com/infocenter/pdthelp/v1r1/index.jsp?topic=/com.ibm.entcobol4.doc/igyc1plc.htm
Arun.
Check your compiler option, it should have OUTDD(SYSOUR). Remove that and recompile your program and re-run the job.
Default is OUTDD(SYSOUT).
Check this link for more compiler options.
http://publib.boulder.ibm.com/infocenter/pdthelp/v1r1/index.jsp?topic=/com.ibm.entcobol4.doc/igyc1plc.htm
Arun.