Author |
Message |
Topic: CICS Commit and Syncpoint |
karavi2000
Replies: 1
Views: 2900
|
Forum: CICS and Middleware Posted: Thu Jul 16, 2009 10:57 am Subject: CICS Commit and Syncpoint |
Ok.. I have this following scenario..
Our MQ message triggers a CICS transaction and it does the following.
1. Updates the message into a table
2. Reformats the message into 2 records
3. Updat ... |
Topic: XML Generate |
karavi2000
Replies: 2
Views: 1881
|
Forum: Application Programming Posted: Thu May 14, 2009 3:46 pm Subject: XML Generate |
Thanks Kolusu.. I was thinking on the lines if there is a way we can define certain COBOL keywords as variables for specific occasions.. but it seems there is none.. yours is a neat and simple turnaro ... |
Topic: XML Generate |
karavi2000
Replies: 2
Views: 1881
|
Forum: Application Programming Posted: Wed May 13, 2009 2:47 pm Subject: XML Generate |
Hi,
We are planning to generate XML using Cobol's XML GENERATE but couple of our tags are of COBOL Keywords (like "SOURCE", "ID", "MESSAGE") and it is giving a error. Is ... |
Topic: XML PARSE issue |
karavi2000
Replies: 12
Views: 8002
|
Forum: Application Programming Posted: Mon Aug 13, 2007 1:24 pm Subject: XML PARSE issue |
CICS Guy and Earl, please follow the below link
http://www.w3schools.com/xml/xml_cdata.asp
dbzTHEdinosauer and semigeezer,
Thanks a lot for the response. I believe I still need to use the old for ... |
Topic: XML PARSE issue |
karavi2000
Replies: 12
Views: 8002
|
Forum: Application Programming Posted: Fri Aug 10, 2007 5:00 pm Subject: XML PARSE issue |
Hi,
We receive vendor data in the form of XML files and we were planning to put an application using Cobol's XML PARSE to parse it and update in the database.
Now, I see there is a restriction in ... |
Topic: Compiler option TEST(NONE,SYM) and 88 Level variable |
karavi2000
Replies: 5
Views: 4736
|
Forum: Application Programming Posted: Thu Jun 14, 2007 1:16 pm Subject: Compiler option TEST(NONE,SYM) and 88 Level variable |
Kolusu,
Here is what I found out.
TEST(NONE SYM) will work without a 88 level variable. If we have 88 level variable defined in the program, it will work only if it is TEST(NONE,SYM) (Lookout for ... |
Topic: Compiler option TEST(NONE,SYM) and 88 Level variable |
karavi2000
Replies: 5
Views: 4736
|
Forum: Application Programming Posted: Thu Jun 14, 2007 11:22 am Subject: Compiler option TEST(NONE,SYM) and 88 Level variable |
Hi,
I tried running a program with COBOL Compiler option "TEST(NONE,SYM)" and 88 Level variable declared in the working storage. But the program didn't get compiled successfully until I r ... |
Topic: Summing a Numeric field with spaces and put it across |
karavi2000
Replies: 3
Views: 2343
|
Forum: Utilities Posted: Thu Dec 28, 2006 11:43 am Subject: Summing a Numeric field with spaces and put it across |
Kolusu,
Your solution worked great except for the fact that I couldn't use the JFY parameter. But I believe I can live without that and can handle it in the program. Thanks a lot for the solution. It ... |
Topic: Summing a Numeric field with spaces and put it across |
karavi2000
Replies: 3
Views: 2343
|
Forum: Utilities Posted: Wed Dec 27, 2006 12:46 pm Subject: Summing a Numeric field with spaces and put it across |
I searched in this forum to get a solution for this but I couldn't find one that matches. So here is the problem.
I have a file with following information.
ID FID Amount
--- ---- ---------
... |
Topic: Current Date in a PS thru JCL |
karavi2000
Replies: 8
Views: 25284
|
Forum: Job Control Language(JCL) Posted: Mon Nov 13, 2006 12:25 pm Subject: Current Date in a PS thru JCL |
Seemigeezer,
I believe our job stream doesn't allow REXX codes and yes, we can write programs. But SORT is easy to maintain and faster. Thanks. |
Topic: Current Date in a PS thru JCL |
karavi2000
Replies: 8
Views: 25284
|
Forum: Job Control Language(JCL) Posted: Mon Nov 13, 2006 11:42 am Subject: Current Date in a PS thru JCL |
Frank,
I have got another additional requirement for the same request. Will it be possible to add/subtract time value that is written into the dataset. The reason is that the SORT now gives the SYSTE ... |
Topic: File Marvel |
karavi2000
Replies: 1
Views: 1633
|
Forum: Utilities Posted: Thu Oct 26, 2006 11:11 am Subject: File Marvel |
I would like to view a Sequential file in a copybook layout using File Marvel. But File Marvel is not accepting copybook declarations which has fields with greater than 18 numeric digits. Is there any ... |
Topic: Current Date in a PS thru JCL |
karavi2000
Replies: 8
Views: 25284
|
Forum: Job Control Language(JCL) Posted: Thu Oct 19, 2006 11:25 am Subject: Current Date in a PS thru JCL |
Kolusu,
I searched the forum but I couldn't find one which writes "Current Date" into a dataset. So I created a one new. Sorry if I didn't get the search seeds right.
Frank Yaeger,
You ... |
Topic: Current Date in a PS thru JCL |
karavi2000
Replies: 8
Views: 25284
|
Forum: Job Control Language(JCL) Posted: Wed Oct 18, 2006 11:13 am Subject: Current Date in a PS thru JCL |
Hi,
I have to create a PS in a JOB with the Current date value in it. Is it possible using JCL funtions? I don't want a write a program to get this function. I believe there should be a simpler way. ... |
Topic: Reg: DB2 Query |
karavi2000
Replies: 1
Views: 1512
|
Forum: Database Posted: Sat May 28, 2005 4:08 am Subject: Reg: DB2 Query |
Hi,
I have a requirement.
I have 2 tables. Detail table and Error Table.
Records are stored in Detail table as
Id - Detail Sequence - Packet Sequence
100 - 1 - ... |
|