Author |
Message |
Topic: File compare process |
pradeepg
Replies: 1
Views: 1567
|
Forum: Utilities Posted: Thu Jan 19, 2006 3:03 pm Subject: File compare process |
Hi,
On this forum I learned about ICETOOL/SYNCTOOL which we use to do the file compare process. Which is really helpful. But is there a better way of reporting the discrepancies by filed wise or co ... |
Topic: PLAN NAME or COLLID at runtime in COBOL program |
pradeepg
Replies: 4
Views: 3083
|
Forum: Database Posted: Wed Dec 07, 2005 1:34 pm Subject: PLAN NAME or COLLID at runtime in COBOL program |
kolusu,
The code you provided can be used in calling programs also right. Will it work in lower level programs.
Chandrankk,
CURRENT PACKAGESET will have blank initially isn't it ???
because ... |
Topic: PLAN NAME or COLLID at runtime in COBOL program |
pradeepg
Replies: 4
Views: 3083
|
Forum: Database Posted: Tue Dec 06, 2005 6:48 pm Subject: PLAN NAME or COLLID at runtime in COBOL program |
Hi,
Is there a way I can find out to which PLAN or COLLID the program belongs at run time. Any DB2 reserve words ?? I don't think I can get this in SQLCA. Based on the PLAN/COLLID I can decide if ... |
Topic: Get the matching records from 2 diferent files |
pradeepg
Replies: 30
Views: 59478
|
Forum: Utilities Posted: Thu Dec 01, 2005 3:07 pm Subject: SUM FIELDS - What is the maximum length it can accept |
Hi Kolusu,
Thanks for positng this solution. It is really helpful.
I would like to use this code to compare the data in DB2 environments.
But my SORT FIELDS key would be the entire table length ... |
Topic: REXX equivalent of COBOL UNSTRING function |
pradeepg
Replies: 4
Views: 5509
|
Forum: TSO and ISPF Posted: Thu Aug 25, 2005 10:39 am Subject: REXX equivalent of COBOL UNSTRING function |
Thanks superk. You gave me very simple solution. Thats what I was looking for.
- Pradeep |
Topic: REXX equivalent of COBOL UNSTRING function |
pradeepg
Replies: 4
Views: 5509
|
Forum: TSO and ISPF Posted: Thu Aug 25, 2005 10:11 am Subject: REXX equivalent of COBOL UNSTRING function |
Hello List,
Is there any function available in REXX to unstring the data-field into different variable like COBOL UNSTRING function.
My requirement is to unstring a dataset name into different ... |
Topic: RETURN-CODE reserve word - How does it work |
pradeepg
Replies: 8
Views: 5110
|
Forum: Application Programming Posted: Wed Aug 24, 2005 1:38 pm Subject: RETURN-CODE reserve word - How does it work |
I tested myself and confirmed that after SQL statement execution, the RETURN-CODE value would change to ZERO. I think the reason has been explained by Kolusu. It is also documented in COBOL manual.
B ... |
Topic: RETURN-CODE reserve word - How does it work |
pradeepg
Replies: 8
Views: 5110
|
Forum: Application Programming Posted: Tue Aug 23, 2005 1:54 pm Subject: RETURN-CODE reserve word - How does it work |
So that means any other COBOL statement would have no effect on this reserve word other than execlusively moving some value into it.
One of our colleague is saying before executing an SQL statement ... |
Topic: RETURN-CODE reserve word - How does it work |
pradeepg
Replies: 8
Views: 5110
|
Forum: Application Programming Posted: Mon Aug 22, 2005 3:18 pm Subject: RETURN-CODE reserve word - How does it work |
Hello List,
Is the reserve word RETURN-CODE would be set after each COBOL or DB2 instruction has been executed.
Suppose my code is like this
Move 08 TO RETURN-CODE
CLOSE OTFILE
**** What ... |
Topic: S0C4 abend while calling a subroutine |
pradeepg
Replies: 3
Views: 5965
|
Forum: Application Programming Posted: Wed Aug 10, 2005 9:43 am Subject: S0C4 abend while calling a subroutine |
As suspected it was the inconsistency in linkage section.
Thanks a lot for your pointers |
Topic: S0C4 abend while calling a subroutine |
pradeepg
Replies: 3
Views: 5965
|
Forum: Application Programming Posted: Tue Aug 09, 2005 8:33 am Subject: S0C4 abend while calling a subroutine |
Hi,
We got a COBOL/DB2 load module from another application and we are trying to call that from a program we wrote. We are encountering S0C4 abend. In debug mode I can see the linkage section vari ... |
Topic: Compile parms |
pradeepg
Replies: 3
Views: 2487
|
Forum: Application Programming Posted: Tue Aug 09, 2005 8:28 am Subject: Compile parms |
Thanks Kolusu and Suresh for your response.
Actually we got some load module from different system and we are trying to call that from a program we wrote. We are encountering S0C4 abend. In debug mo ... |
Topic: Compile parms |
pradeepg
Replies: 3
Views: 2487
|
Forum: Application Programming Posted: Fri Aug 05, 2005 8:33 am Subject: Compile parms |
Hi,
Is there a way to find out what compile parms have been used while compile process by looking at the load module.
Thanks in advance.
- Pradeep |
Topic: What is LNKLST DD name ?? |
pradeepg
Replies: 4
Views: 5237
|
Forum: Job Control Language(JCL) Posted: Fri Jul 29, 2005 10:33 am Subject: What is LNKLST DD name ?? |
Thanks Kolusu. |
Topic: What is LNKLST DD name ?? |
pradeepg
Replies: 4
Views: 5237
|
Forum: Job Control Language(JCL) Posted: Thu Jul 28, 2005 10:08 am Subject: What is LNKLST DD name ?? |
Kolusu,
Thanks a lot for your reply. Thats what we thought. But we are tyring to understand the concepts behind it. Can you please direct us to a right manual or URL to read and understand what is ... |
|