Author |
Message |
Topic: Copy Statement in COBOL |
haqshaik
Replies: 3
Views: 3615
|
Forum: Application Programming Posted: Thu Jun 01, 2006 1:06 pm Subject: Copy Statement in COBOL |
Thanks Kolusu,
its working now. Thanks for your help.
Thanks,
Salauddin |
Topic: Copy Statement in COBOL |
haqshaik
Replies: 3
Views: 3615
|
Forum: Application Programming Posted: Thu Jun 01, 2006 10:30 am Subject: Copy Statement in COBOL |
Hi All.
I am using COPY statement with replacing option in the working storage.
While I complie, the replace statement is not working. if i simply say copy the copy book is getting expanded p ... |
Topic: Calling a CICS prgram on a diffrent mainframe server |
haqshaik
Replies: 1
Views: 1435
|
Forum: CICS and Middleware Posted: Sun Apr 16, 2006 8:04 pm Subject: Calling a CICS prgram on a diffrent mainframe server |
Hi All,
Can I use DPL (Distributed Programming Link) to connect to two CICS programs which are lying on two different Mainframe Servers?
Are there any other ways of connecting such programs, wit ... |
Topic: Converting FB file to VBS file format |
haqshaik
Replies: 6
Views: 7261
|
Forum: Utilities Posted: Wed Jan 18, 2006 3:01 pm Subject: Converting FB file to VBS file format |
Thanks Frank for your Reply.
Bill, As you said, a queue will accept message of any varying size, if you are writing it through the MQM API. if the queue needs to be loaded from a file it expects a ... |
Topic: Converting FB file to VBS file format |
haqshaik
Replies: 6
Views: 7261
|
Forum: Utilities Posted: Wed Jan 18, 2006 11:33 am Subject: Converting FB file to VBS file format |
Frank,
Thanks for you reply. I was trying to create a VBS file of lrecl 32767.
Here are the messges in the sysout dd name.
ICE143I 0 BLOCKSET COPY TECHNIQUE SELECTED
ICE250I 0 VISIT ht ... |
Topic: Converting FB file to VBS file format |
haqshaik
Replies: 6
Views: 7261
|
Forum: Utilities Posted: Mon Jan 16, 2006 7:09 pm Subject: Converting FB file to VBS file format |
Further adding to my post, I have a data in a Flat file of FB format. I need to load the data into a queue using CSQUTIL utility. This utility expects the data to be of VBS format and the rec length ... |
Topic: Converting FB file to VBS file format |
haqshaik
Replies: 6
Views: 7261
|
Forum: Utilities Posted: Mon Jan 16, 2006 5:38 pm Subject: Converting FB file to VBS file format |
Hi All,
Can we convert the FB file format to a VBS file format(Variable Block Spanned) using DFSORT or any other utility? I have used in past DFSORT to convert from FB to VB format.
Any thought ... |
Topic: CICS - DB2 - TASK clarification |
haqshaik
Replies: 3
Views: 4267
|
Forum: CICS and Middleware Posted: Thu Nov 17, 2005 2:08 pm Subject: CICS - DB2 - TASK clarification |
Manas,
Thanks for your help and time. The only thing why I want to keep the roll back in the main program is to avoid repeititive coding in all the linked programs. That way the error handling will b ... |
Topic: CICS - DB2 - TASK clarification |
haqshaik
Replies: 3
Views: 4267
|
Forum: CICS and Middleware Posted: Wed Nov 16, 2005 3:55 pm Subject: CICS - DB2 - TASK clarification |
Hello All,
I need some calrifiactions on using SYNCPOINT. I have PGM A linking PGM B. PGM B links to PGM C. I have some data base insertes in PGM B and in PGM C. In such a case, if I got sql error ... |
Topic: How to code MQRFH header in Cobol(MQ Series z/os V 5.3) |
haqshaik
Replies: 2
Views: 4773
|
Forum: CICS and Middleware Posted: Wed Nov 16, 2005 3:36 pm Subject: How to code MQRFH header in Cobol(MQ Series z/os V 5.3) |
Suresh,
I am not sure how to code the MRFH header, But MQRFH comes into picture only when there is a change in the encoding schemas of the two queue managers participated in messaging services. If ... |
Topic: Do we need to populate length of varchar cols when inserting |
haqshaik
Replies: 10
Views: 11851
|
Forum: Database Posted: Wed Nov 09, 2005 4:10 pm Subject: Do we need to populate length of varchar cols when inserting |
Nascar,
As suresh pointed out, SPUFI execution is a dynamic SQL. But from cobol program I am executing a static sql. if we do not populate the length field,we will end up getting -311 sql code.
... |
Topic: Do we need to populate length of varchar cols when inserting |
haqshaik
Replies: 10
Views: 11851
|
Forum: Database Posted: Wed Nov 09, 2005 12:04 pm Subject: Do we need to populate length of varchar cols when inserting |
Kolusu,
Thans for your inputs. I am trying to insert into the table. My concern is as i have many coloumns as VARCHAR, I want to find out a best way to calculate the lenght so that the same can be r ... |
Topic: Do we need to populate length of varchar cols when inserting |
haqshaik
Replies: 10
Views: 11851
|
Forum: Database Posted: Tue Nov 08, 2005 6:43 pm Subject: Do we need to populate length of varchar cols when inserting |
Kolusu,
In my current assignement, I have most of the coloumns defined as VARCHAR. I do not have any idea how the data looks like so that I can calculate the length of the coloumn before inserting ... |
Topic: Do we need to populate length of varchar cols when inserting |
haqshaik
Replies: 10
Views: 11851
|
Forum: Database Posted: Tue Nov 08, 2005 5:09 pm Subject: Do we need to populate length of varchar cols when inserting |
Thanks Kolusu.
This is helpful
Thaks,
Salauddin |
Topic: Do we need to populate length of varchar cols when inserting |
haqshaik
Replies: 10
Views: 11851
|
Forum: Database Posted: Tue Nov 08, 2005 4:40 pm Subject: Do we need to populate length of varchar cols when inserting |
Ravi,
I have been to this link, before posting. My concern is do we need to calculate the length specifically and then move into the length part , before inserting through a cobol program. I am not ... |
|