Author |
Message |
Topic: code for JCL and PROC needed |
coolman
Replies: 4
Views: 2953
|
Forum: Job Control Language(JCL) Posted: Wed Nov 15, 2006 1:21 pm Subject: code for JCL and PROC needed |
I salute your patience, Kolusu ________ [URL=http://www.toyota-wiki.com/wiki/Toyota_Sienna]Sienna |
Topic: Need Query to get the count based on year and orgin id |
coolman
Replies: 3
Views: 2006
|
Forum: Database Posted: Thu Oct 19, 2006 5:24 pm Subject: Need Query to get the count based on year and orgin id |
Are you showing the right results? I don't think no - Here's an untested SQL for actually what you had requested
SELECT ORGID
,COUNT(*)
FROM EMP
GROUP BY ORG
HAVING YEAR ... |
Topic: OC4 - Reason 11 - at Program Termination |
coolman
Replies: 6
Views: 5753
|
Forum: Application Programming Posted: Wed Oct 18, 2006 4:38 pm Subject: OC4 - Reason 11 - at Program Termination |
True - I agree that NOSSR is a known problem - But as you might know, there might be other problems too. I was wondering how your directly zeroed in on this one w/o getting any details.
Maybe, the ... |
Topic: OC4 - Reason 11 - at Program Termination |
coolman
Replies: 6
Views: 5753
|
Forum: Application Programming Posted: Wed Oct 18, 2006 2:35 pm Subject: OC4 - Reason 11 - at Program Termination |
Kolusu,
Can you please let us know. Thanks. ________ [URL=http://headshop.net/]head shop |
Topic: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
coolman
Replies: 14
Views: 9889
|
Forum: Application Programming Posted: Tue Oct 17, 2006 3:09 pm Subject: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
I'm getting a JCL Error as the STEPLIB dataset is not available - It's available at my shop as SYS1.IGY.SIGYCOMP (and contains the COBOL OS/390 compiler) ________ [URL=http://www.toyota-wiki.com/wiki/ ... |
Topic: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
coolman
Replies: 14
Views: 9889
|
Forum: Application Programming Posted: Tue Oct 17, 2006 2:39 pm Subject: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
Thanks for all the great responses, Kolusu - I guess I have hit a road block and am not sure why it's abending on my system but not yours. ________ [URL=http://www.cyclechaos.com/wiki/Honda_VTR1000F]V ... |
Topic: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
coolman
Replies: 14
Views: 9889
|
Forum: Application Programming Posted: Tue Oct 17, 2006 2:29 pm Subject: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
Kolusu,
What does your IGYCRCTL point to? eCobol or OS/390 compiler steplibs? - If it's OS/390, it WOULD work and if it's eCobol it WOULD fail (atleast for me)
In my shop, I point my steplib to ... |
Topic: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
coolman
Replies: 14
Views: 9889
|
Forum: Application Programming Posted: Tue Oct 17, 2006 2:02 pm Subject: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
Kolusu,
I have cut pasted the ecobol compiler options in effect below - How do you say the option SSRANGE was in effect? Also, if it was in effect, the range checking would not be performed if I do ... |
Topic: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
coolman
Replies: 14
Views: 9889
|
Forum: Application Programming Posted: Tue Oct 17, 2006 1:34 pm Subject: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
Kolusu,
However, I did as you had suggested using SSRANGE even for variable that are not arrays and it works as expected.
For the COBOL/390 compilation - I added CBL SSRANGE and set the CHECK(ON ... |
Topic: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
coolman
Replies: 14
Views: 9889
|
Forum: Application Programming Posted: Tue Oct 17, 2006 1:28 pm Subject: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
Kolusu,
No, It did NOT - BTW, If you have looked at the procedure division, no table is being used -So, why should I use SSRANGE here - That table in the working storage was one of my old programs ... |
Topic: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
coolman
Replies: 14
Views: 9889
|
Forum: Application Programming Posted: Tue Oct 17, 2006 1:14 pm Subject: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
Kolusu,
I've already seen this post earlier - In this case, the situation is not between test and prod as in the illustrated post - Both of them are run in the identical region with the same LE lib ... |
Topic: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
coolman
Replies: 14
Views: 9889
|
Forum: Application Programming Posted: Tue Oct 17, 2006 12:18 pm Subject: SOC4 - Difference between COBOL 39O and Enterprise COBOL |
Hello,
My program is given below - When I compile it using COBOL 390 it works even though the subscript reaches -60 , whereas when I compile it in eCobol it abends with SOC4
I've printed out the ... |
Topic: OC4 - Reason 11 - at Program Termination |
coolman
Replies: 6
Views: 5753
|
Forum: Application Programming Posted: Mon Oct 16, 2006 11:41 am Subject: OC4 - Reason 11 - at Program Termination |
Kolusu,
How did you find out it was an array overflow?
The manual says this ...
11
Page-translation exception. This error is caused by one of the following:
A program that was running ... |
Topic: SPLIT PDS |
coolman
Replies: 8
Views: 4468
|
Forum: Job Control Language(JCL) Posted: Mon Oct 02, 2006 4:20 pm Subject: SPLIT PDS |
Is it a blind split like the first 6250 would go to Child 1 and the second 6250 would go to Child 2? Have you looked at LM services as an option? ________ [URL=http://herbalairevaporizer.com]herbalair ... |
Topic: Converting a Wrapped file to Unwrapped |
coolman
Replies: 2
Views: 1995
|
Forum: Application Programming Posted: Fri Sep 29, 2006 1:38 pm Subject: Converting a Wrapped file to Unwrapped |
Such questions could be better illustrated with an example:
Say if
RECORD1AAAAAAAAAAAAAA < spaces for renaming bytes until 80>
RECORD2
Do you want RECORD2 to be appended star ... |
|