Author |
Message |
Topic: Problem with XCTL |
ssd
Replies: 0
Views: 1356
|
Forum: CICS and Middleware Posted: Wed Jul 09, 2008 7:43 am Subject: Problem with XCTL |
Hi,
I am encountering a strange problem in my application.
Here is the scenario:
PGM A (tran AAAA) performs a successful XCTL to PGM B but I see two task logs in CICS manager (CM) history one ... |
Topic: Compare 2 files and generate a 3rd file |
ssd
Replies: 4
Views: 2219
|
Forum: Utilities Posted: Thu Dec 13, 2007 9:12 am Subject: Compare 2 files and generate a 3rd file |
Thankyou all for your help |
Topic: Compare 2 files and generate a 3rd file |
ssd
Replies: 4
Views: 2219
|
Forum: Utilities Posted: Thu Dec 13, 2007 6:47 am Subject: Compare 2 files and generate a 3rd file |
I have a requirement to compare 2 files (File 1 and File 2) and generate a third file such that it contains those records which are not in file 2. Is it possible to do it with the SORT utility ? |
Topic: Calling COBOL DB2 program from rexx |
ssd
Replies: 4
Views: 4904
|
Forum: TSO and ISPF Posted: Mon Aug 20, 2007 11:32 pm Subject: Calling COBOL DB2 program from rexx |
Kolusu,
As mentioned in the previous post , the program executed successfully (and produced the desired output), meaning I had given the correct parameters and the subsystem ID.
I was partially ab ... |
Topic: Calling COBOL DB2 program from rexx |
ssd
Replies: 4
Views: 4904
|
Forum: TSO and ISPF Posted: Mon Aug 20, 2007 10:59 am Subject: Calling COBOL DB2 program from rexx |
Acevedo,
I tried as you had suggested. The program executed Successfully
But a system dump was produced at the end of execution and my TSO session automatically logged off ? What is wrong here ?
... |
Topic: Calling COBOL DB2 program from rexx |
ssd
Replies: 4
Views: 4904
|
Forum: TSO and ISPF Posted: Mon Aug 20, 2007 3:58 am Subject: Calling COBOL DB2 program from rexx |
I am looking for a sample piece of code that would illustrate calling of COBOL DB2 program from an rexx exec. Can anyone help ? |
Topic: Help with rexx Stored procedure |
ssd
Replies: 1
Views: 1971
|
Forum: TSO and ISPF Posted: Thu Jul 26, 2007 9:48 am Subject: Help with rexx Stored procedure |
I am trying to call a rexx stored procedure using a rexx exec but it is failing with -471 sqlcode. Can anybody help me resolve this
Rexx exec:
address tso "STEPLIB DA('TDB2.SDSNEXIT','TDB ... |
Topic: How to Send email from a COBOL program ? |
ssd
Replies: 11
Views: 24800
|
Forum: Application Programming Posted: Wed May 16, 2007 10:28 pm Subject: How to Send email from a COBOL program ? |
Superk,
If you could send me some link having COBOL interface to SMTP,I would try it out on my part.
Kolusu,
The method you suggested looks great. Yet my requirement says no intermediate file sho ... |
Topic: How to Send email from a COBOL program ? |
ssd
Replies: 11
Views: 24800
|
Forum: Application Programming Posted: Wed May 16, 2007 1:17 pm Subject: How to Send email from a COBOL program ? |
Hi,
I have a requirement where I need to send Email from a COBOL program.
Have anyone one tried this before
Thanks
ssd |
Topic: error while executing Dynamic SQL |
ssd
Replies: 2
Views: 1673
|
Forum: TSO and ISPF Posted: Mon Apr 23, 2007 7:28 am Subject: error while executing Dynamic SQL |
I used a cursor to execute the query. now it works
Thanks
ssd |
Topic: error while executing Dynamic SQL |
ssd
Replies: 2
Views: 1673
|
Forum: TSO and ISPF Posted: Sun Apr 15, 2007 11:33 pm Subject: error while executing Dynamic SQL |
I am trying to execute a dynamic SQL in REXX using DSNREXX environment . But I am encountering -199 SQLCODE while preparing the statement. The following is the piece of code that I am using. Pls help ... |
Topic: Conversion of Hexadecimal to Charater in COBOL |
ssd
Replies: 2
Views: 2096
|
Forum: Application Programming Posted: Wed Nov 01, 2006 10:44 am Subject: Conversion of Hexadecimal to Charater in COBOL |
Kolusu,
I guess I was not clear in explaining my problem.
I went through the link you provided. It gives how to represent a given EBCDIC charcter(displayable and non-displayable) in its hex format ... |
Topic: Conversion of Hexadecimal to Charater in COBOL |
ssd
Replies: 2
Views: 2096
|
Forum: Application Programming Posted: Wed Nov 01, 2006 3:59 am Subject: Conversion of Hexadecimal to Charater in COBOL |
Hi,
I have a situation where there is a 4 byte character string which is a string representation of the Hexadecimal format. say for example
'F1F2' . My requirement is to convert this string into a ... |
Topic: Question about DB2 DELETE |
ssd
Replies: 2
Views: 2109
|
Forum: Database Posted: Sat Oct 14, 2006 7:56 am Subject: Question about DB2 DELETE |
Thanks Kolusu,
In future I will make my search through before posting a topic
SSD |
Topic: Question about DB2 DELETE |
ssd
Replies: 2
Views: 2109
|
Forum: Database Posted: Sat Oct 14, 2006 4:46 am Subject: Question about DB2 DELETE |
hi,
In a COBOL DB2 program I am issuing a SQL DELETE . The number of rows deleted may vary from 1 to 5 in my case. I am interested in knowing the exact count of the rows deleted. Can anyone suggest ... |
|