| Author |
Message |
Topic: COBOL/LE Error Handling of U4038 |
anettis
Replies: 4
Views: 4379
|
Forum: Application Programming Posted: Wed Feb 15, 2006 2:11 pm Subject: COBOL/LE Error Handling of U4038 |
Kolusu,
Very nice find - that is indeed similar to what I am seeing.
Thanks,
Tony |
Topic: COBOL/LE Error Handling of U4038 |
anettis
Replies: 4
Views: 4379
|
Forum: Application Programming Posted: Wed Feb 15, 2006 12:53 pm Subject: COBOL/LE Error Handling of U4038 |
| Hi Kolusu. I realize that ON SIZE ERROR would prvent the condition all together. The system that I am working with is very old and has plenty of COMPUTE statements without ON SIZE ERROR - so updati ... |
Topic: COBOL/LE Error Handling of U4038 |
anettis
Replies: 4
Views: 4379
|
Forum: Application Programming Posted: Wed Feb 15, 2006 11:46 am Subject: COBOL/LE Error Handling of U4038 |
I have come across a odd handling of divide by zero abends within COBOL/LE. I can easily recreate this same behavior under CICS or batch. Take the following test cases:
Test Case #1 |
Topic: DFHEIENT, DFHEISTG, DFHEIEND |
anettis
Replies: 1
Views: 3464
|
Forum: CICS and Middleware Posted: Fri Nov 11, 2005 1:39 pm Subject: DFHEIENT, DFHEISTG, DFHEIEND |
| Never mind! I see we can get storage above the line. |
Topic: DFHEIENT, DFHEISTG, DFHEIEND |
anettis
Replies: 1
Views: 3464
|
Forum: CICS and Middleware Posted: Fri Nov 11, 2005 12:46 pm Subject: DFHEIENT, DFHEISTG, DFHEIEND |
| In CICS assembler programs dynamic storage is aquired within the DFHEIENT macro expansion as per the storage layout in between DFHEISTG and DFHEIEND. In testing it appears that this storage is always ... |
Topic: Protection Exception in assembler |
anettis
Replies: 5
Views: 2881
|
Forum: Application Programming Posted: Fri Aug 05, 2005 10:45 am Subject: Protection Exception in assembler |
I am pretty sure SUBASE is an equate that represents a register. . . .so use of BAL would likely crash and burn with an operation or protection exception.
 |
Topic: 64 bit assembler instructions with CICS TS |
anettis
Replies: 2
Views: 1926
|
Forum: CICS and Middleware Posted: Fri Aug 05, 2005 9:07 am Subject: 64 bit assembler instructions with CICS TS |
Hi Kolusu,
Yes - we are using z/OS V1 R4. Thanks for the info!
Tony |
Topic: 64 bit assembler instructions with CICS TS |
anettis
Replies: 2
Views: 1926
|
Forum: CICS and Middleware Posted: Thu Aug 04, 2005 3:55 pm Subject: 64 bit assembler instructions with CICS TS |
| Hi. I am working on some logic that must work with a 64 bit binary value, convert it to a packed decimal value, and do some calculations. I noticed some 64-bit instruction that would make my task ea ... |
Topic: Simulating CICS Unit test environment |
anettis
Replies: 2
Views: 1869
|
Forum: CICS and Middleware Posted: Wed Jul 20, 2005 9:07 am Subject: Simulating CICS Unit test environment |
| Back when I at college (NIU 1985 - 1991) I took a CICS course that used a batch testing tool. NIU did not have resources to give each student a stand alone region. I believe it was an IBM batch tool ... |
Topic: COBOL and Dynamic SQL |
anettis
Replies: 4
Views: 2805
|
Forum: Application Programming Posted: Wed Jul 20, 2005 1:17 am Subject: COBOL and Dynamic SQL |
OK - sorry if I jumped the gun. It sounded to me like you simply did not want to be forthcoming with an answer that you knew off the top of your head.
In any event it looks like what I said is c ... |
Topic: COBOL and Dynamic SQL |
anettis
Replies: 4
Views: 2805
|
Forum: Application Programming Posted: Wed Jul 20, 2005 12:34 am Subject: COBOL and Dynamic SQL |
| Well it sounds like you know the answer but didn't want to share . . . gee thanks. (I did look in the DB2 Application Programming and SQL Guide but did not come across any clear specification of the ... |
Topic: What will be the impact of adding unreferenced copybooks? |
anettis
Replies: 5
Views: 2933
|
Forum: Application Programming Posted: Tue Jul 19, 2005 4:22 pm Subject: What will be the impact of adding unreferenced copybooks? |
| It also depends where the copybooks live. If they are in LINKAGE then they won't add to the storage requirements of the program. However if they are in WORKING STORAGE then they certainly will have ... |
Topic: Protection Exception in assembler |
anettis
Replies: 5
Views: 2881
|
Forum: Application Programming Posted: Tue Jul 19, 2005 4:16 pm Subject: Protection Exception in assembler |
Without a good understanding of base/displacement addressing it is almost impossible to code in z/Architecture assembly language because so much depends on it.
Now with that being said you may ha ... |
Topic: COBOL and Dynamic SQL |
anettis
Replies: 4
Views: 2805
|
Forum: Application Programming Posted: Tue Jul 19, 2005 3:44 pm Subject: COBOL and Dynamic SQL |
| Hello. I wanted to get verification on the maximum length of text that can be passed as dynamic SQL to DB2 in a COBOL program. All examples I have come across use a length field defined as PIC S9(4 ... |
Topic: Using COBOL DISPLAY under CICS |
anettis
Replies: 1
Views: 1525
|
Forum: Application Programming Posted: Mon Nov 08, 2004 12:35 pm Subject: Using COBOL DISPLAY under CICS |
| Hi. I have been doing a lot of batch and on-line debugging over the past month. I accidentally slipped a COBOL DISPLAY verb into an on-line program I was testing. Historically I recall the use of D ... |
| |