Author |
Message |
Topic: Tool for COBOL reverse engineering |
rkinfy
Replies: 10
Views: 15986
|
Forum: Tools and Downloads Posted: Wed Jan 19, 2011 11:04 pm Subject: Tool for COBOL reverse engineering |
Sorry for using a wrong key word.
It is a migration of Mainframe COBOL code to DataStage. To migrate the code, the first step is to extract the functionality of the existing programs. I was checkin ... |
Topic: Tool for COBOL reverse engineering |
rkinfy
Replies: 10
Views: 15986
|
Forum: Tools and Downloads Posted: Wed Jan 19, 2011 7:04 am Subject: Tool for COBOL reverse engineering |
Hi All,
I have an application where there's a huge base of mainframe code and we are planning to move it to another platform. Can someone suggest whether there's any reverse engineering tool availa ... |
Topic: XML PARSE issue |
rkinfy
Replies: 12
Views: 8152
|
Forum: Application Programming Posted: Thu Dec 09, 2010 9:00 am Subject: XML PARSE issue |
Hi All,
Thanks a lot for the responses.
RonB, as you mentioned, I was using only CONTENT-CHARACTERS not CONTENT-CHARACTER. That was the issue. Now I'm able to get the correct output.
Thanks a ... |
Topic: XML PARSE issue |
rkinfy
Replies: 12
Views: 8152
|
Forum: Application Programming Posted: Wed Dec 08, 2010 6:39 am Subject: XML PARSE issue |
Hi All,
Here's what I'm getting while parsing the below message.
<Name>#Accountant</Name><Description>Some description</Description><EmployerName>XYZ <Financ ... |
Topic: Unload CLOB in readable format |
rkinfy
Replies: 8
Views: 7358
|
Forum: Database Posted: Thu Nov 25, 2010 4:11 am Subject: Unload CLOB in readable format |
Thanks Kolusu. I removed the TEMPLATE and LOBFRV parameters. It is giving the data in a readable format now.
UNLOAD DATA
FROM TABLE XXXXX.CONTACTDEMOGRAPHICS
(CONT_ ... |
Topic: Table Partition |
rkinfy
Replies: 2
Views: 1923
|
Forum: Database Posted: Wed Nov 24, 2010 3:15 am Subject: Table Partition |
schintala,
When you do partitioning, the data is physically stored in that order. If you can identify a column based on which you normally search the data in that table, and if that column is not f ... |
Topic: Unload CLOB in readable format |
rkinfy
Replies: 8
Views: 7358
|
Forum: Database Posted: Wed Nov 24, 2010 2:54 am Subject: Unload CLOB in readable format |
Hi Kolusu,
Please find below the JCL used.
//XXXXXXXB JOB (XXXX),'CLOB UNLOAD',NOTIFY=&SYSUID,CLASS=0,MSGCLASS=X
//* ... |
Topic: Unload CLOB in readable format |
rkinfy
Replies: 8
Views: 7358
|
Forum: Database Posted: Tue Nov 23, 2010 6:55 am Subject: Unload CLOB in readable format |
Thanks for the input Dick.
I changed the job to include EBCDIC CCSID(00037,00037,01200) parameter. I'm getting the data in the readable format.
But each row in the table is coming as a separate ... |
Topic: Unload CLOB in readable format |
rkinfy
Replies: 8
Views: 7358
|
Forum: Database Posted: Tue Nov 23, 2010 1:25 am Subject: Unload CLOB in readable format |
Hi Dick,
Here's what I got using the IBM Utility.
Data in the table (Extracted using a normal query)
********************************* Top of Data **********************************
Educat ... |
Topic: Unload CLOB in readable format |
rkinfy
Replies: 8
Views: 7358
|
Forum: Database Posted: Mon Nov 22, 2010 5:02 am Subject: Unload CLOB in readable format |
I'm trying to unload CLOB data from a table to file using DB2 utility. But the data is not in readable format. Is there a way to get the data in readable format? |
Topic: XML PARSE - Issue |
rkinfy
Replies: 1
Views: 1844
|
Forum: Application Programming Posted: Mon Nov 15, 2010 11:15 pm Subject: XML PARSE - Issue |
Hi,
I |
|