Author |
Message |
Topic: Conversion of VS COBOL II to E-COBOL - U4039-8 Abend |
Selvakumar
Replies: 3
Views: 3419
|
Forum: Application Programming Posted: Sat May 13, 2006 2:58 am Subject: Conversion of VS COBOL II to E-COBOL - U4039-8 Abend |
Please let me know if you require more info. Still i haven't solved this abend. |
Topic: Conversion of VS COBOL II to E-COBOL - U4039-8 Abend |
Selvakumar
Replies: 3
Views: 3419
|
Forum: Application Programming Posted: Tue May 09, 2006 11:53 pm Subject: Conversion of VS COBOL II to E-COBOL - U4039-8 Abend |
Here is the message:
The IBM message that corresponds to the condition is:
CEE3204S The system d ... |
Topic: Conversion of VS COBOL II to E-COBOL - U4039-8 Abend |
Selvakumar
Replies: 3
Views: 3419
|
Forum: Application Programming Posted: Tue May 09, 2006 1:03 pm Subject: Conversion of VS COBOL II to E-COBOL - U4039-8 Abend |
Hi,
All our cobol programs in the application is converted to eCOBOL compiler from the older versions (VS COBOL II and COBOL OS 390).
But one program is giving U4039-8 abend code when converted ... |
Topic: Receive command in JCL |
Selvakumar
Replies: 9
Views: 8863
|
Forum: TSO and ISPF Posted: Wed Dec 14, 2005 10:42 am Subject: Receive command in JCL |
I didnt noticed that. Thanks semiqeezer. It is working.
I used the 3rd word as the name.
I have one more question.
Could you tell me how to NOMSG in my PROFILE? |
Topic: Receive command in JCL |
Selvakumar
Replies: 9
Views: 8863
|
Forum: TSO and ISPF Posted: Wed Dec 14, 2005 3:34 am Subject: Receive command in JCL |
Try adding the makebuf and dropbuf.
It is not working in my machine. Not sure why.
Output in the Spool:
READY
PROF ... |
Topic: Receive command in JCL |
Selvakumar
Replies: 9
Views: 8863
|
Forum: TSO and ISPF Posted: Tue Dec 13, 2005 5:08 am Subject: Receive command in JCL |
In Rexx you need to queue the response.
Even after giving the response in queue, the same error message is thrown.
It is not identifying the details available in queue, when executing Receive com ... |
Topic: Receive command in JCL |
Selvakumar
Replies: 9
Views: 8863
|
Forum: TSO and ISPF Posted: Mon Dec 12, 2005 1:48 pm Subject: Receive command in JCL |
Hi,
I tried giving RECEIVE command in JCL to receive the files that are transmitted from other node.
But the JCL is not receiving the file.
Error thrown are,
INMR901I Dataset USERCOPY.XMIT ... |
Topic: Copy a File from one node to other without using transmit |
Selvakumar
Replies: 2
Views: 1534
|
Forum: TSO and ISPF Posted: Sat Nov 26, 2005 9:06 am Subject: Copy a File from one node to other without using transmit |
Is it possible to copy a PS/PDS from one node to other..
without using TRANSMIT / RECEIVE.
Can it be possible thru Rexx/JCL? |
Topic: To find the job return code submitted thru Rexx |
Selvakumar
Replies: 2
Views: 1561
|
Forum: TSO and ISPF Posted: Fri Nov 25, 2005 8:18 am Subject: To find the job return code submitted thru Rexx |
Hello,
I have a Rexx tool which will submit a Job.
This job creates an output file, which i need to use it in the same rexx tool down the line.
The problem is
Immediately after submitting t ... |
Topic: To retrieve records which is common in both files |
Selvakumar
Replies: 9
Views: 3468
|
Forum: Utilities Posted: Sat Dec 04, 2004 1:00 am Subject: To retrieve records which is common in both files |
It is working. Thankyou guys. |
Topic: To retrieve records which is common in both files |
Selvakumar
Replies: 9
Views: 3468
|
Forum: Utilities Posted: Fri Dec 03, 2004 9:24 am Subject: To retrieve records which is common in both files |
The first line shows
SYNCSORT FOR Z/OS 1.1DN TPF3A
is 1.1DN is the version? |
Topic: To retrieve records which is common in both files |
Selvakumar
Replies: 9
Views: 3468
|
Forum: Utilities Posted: Fri Dec 03, 2004 9:14 am Subject: To retrieve records which is common in both files |
I dont have splice operator in the DFSORT utility. It is the old version.
How to find the version of the syncsort? |
Topic: To retrieve records which is common in both files |
Selvakumar
Replies: 9
Views: 3468
|
Forum: Utilities Posted: Fri Dec 03, 2004 6:46 am Subject: To retrieve records which is common in both files |
Kolusu,
The above link does not help for this condition.
See the input file. The key is not unique in the first file. So it will not give the desired output as shown.
We can do that using cob ... |
Topic: To retrieve records which is common in both files |
Selvakumar
Replies: 9
Views: 3468
|
Forum: Utilities Posted: Fri Dec 03, 2004 5:06 am Subject: To retrieve records which is common in both files |
Hi,
I have two files. The structure of the file is
1st file:
AAA 00 12.00
AAA 01 13.00
BBB 00 11.00
CCC 04 01.00
AAA 02 23.00
BBB 02 12.00
2nd file:
AAA
CCC
DDD
and the outp ... |
Topic: Need to Send a seq file in xls format. |
Selvakumar
Replies: 2
Views: 2337
|
Forum: TSO and ISPF Posted: Mon Nov 08, 2004 3:57 am Subject: Need to Send a seq file in xls format. |
No Kolusu, i cant do that as the receiving end is the other department.
I managed to send the file in CSV format with a little change in the input file format.
Instead of giving the input record ... |
|