Author |
Message |
Topic: Help needed on creating Update query |
anbesivam
Replies: 4
Views: 3451
|
Forum: Database Posted: Tue Jul 19, 2011 5:43 am Subject: Help needed on creating Update query |
Thank you very much all of you for the detailed useful reply.
As the update query getting really complecated, we added some selection criteria to reduce the 4th table's results to less than 50 reco ... |
Topic: Help needed on creating Update query |
anbesivam
Replies: 4
Views: 3451
|
Forum: Database Posted: Fri Jul 15, 2011 11:33 am Subject: Help needed on creating Update query |
Hi,
I am getting 1000 records from 4 tables and I need to update perticular column in the 4th table.
For example, I am getting results from Table A, B, C & D using Joins and based on conditi ... |
Topic: Regarding Retrofit |
anbesivam
Replies: 8
Views: 6985
|
Forum: TSO and ISPF Posted: Tue Jan 11, 2011 9:44 am Subject: Regarding Retrofit |
You can use following option in Changeman - Primary Option Menu:
C M+R - Merge+Reconcile (formerly CDF)
This will solve your requirements. |
Topic: DB2 - Primary Key & Not Null with Default |
anbesivam
Replies: 9
Views: 7918
|
Forum: Database Posted: Wed Aug 18, 2010 11:10 pm Subject: DB2 - Primary Key & Not Null with Default |
Thanks to all for your suggestions.
I have discussed with my DBA and he mentioned that we need have the 'Not Null with Default' for the new column even though it is a primary key.
Thanks. |
Topic: DB2 - Primary Key & Not Null with Default |
anbesivam
Replies: 9
Views: 7918
|
Forum: Database Posted: Tue Aug 17, 2010 7:18 am Subject: DB2 - Primary Key & Not Null with Default |
Hi dbzTHEdinosauer,
Thanks for your response.
I cannot create the table on my own in my shop. That's why I posted that question. I can only request for the creation of table to DB2 Team. Befor ... |
Topic: DB2 - Primary Key & Not Null with Default |
anbesivam
Replies: 9
Views: 7918
|
Forum: Database Posted: Tue Aug 17, 2010 4:30 am Subject: DB2 - Primary Key & Not Null with Default |
Hi,
In following way my existing table was created:
CREATE TABLE Product
(Product_id CHAR(4) FOR SBCS DATA NOT NULL,
Product_Name CHAR(3) FOR SBCS ... |
Topic: Flat file to GSAM Conversion |
anbesivam
Replies: 2
Views: 4985
|
Forum: IMS Posted: Thu Sep 10, 2009 7:31 am Subject: Flat file to GSAM Conversion |
Thanks Kolusu.
As you said, I have tried it and it works. |
Topic: Flat file to GSAM Conversion |
anbesivam
Replies: 2
Views: 4985
|
Forum: IMS Posted: Wed Sep 09, 2009 2:00 am Subject: Flat file to GSAM Conversion |
Hello All,
I need to write a program which needs to read a record from the GSAM File. I will be receiving the flat file and that needs to be converted to GSAM file.
While reading the links & ... |
Topic: How to capture and handle Pl1 error |
anbesivam
Replies: 1
Views: 1562
|
Forum: Application Programming Posted: Tue Sep 08, 2009 12:32 pm Subject: How to capture and handle Pl1 error |
Hello Danm,
PL1 works with exception conditions. In case of any problem with file attributes and data set characteristics, the UNDEFINEDFILE condition will be raised. So, I believe in your case, y ... |
Topic: IMS - S0C4-Reason 10 |
anbesivam
Replies: 1
Views: 11454
|
Forum: IMS Posted: Tue Feb 05, 2008 6:11 am Subject: IMS - S0C4-Reason 10 |
The error message says that " NO ACTIVE MODULE FOUND " .
It may be because of Mainprogram looking for subprogram, may be your Sub Program is not available.. check all your link step.. als ... |
Topic: fetch and call |
anbesivam
Replies: 4
Views: 2815
|
Forum: Application Programming Posted: Mon Feb 04, 2008 4:59 am Subject: fetch and call |
Yes. You need to have FETCh and then followed by CALL for the Fetched module.
Usaully we cod as follows:
DCL module_name EXTERNAL ENTRY(PTR) OPTIONS(FETCHABLE);
CALL module_na ... |
Topic: PLISRTA and CA SORT |
anbesivam
Replies: 4
Views: 3338
|
Forum: Application Programming Posted: Fri Dec 07, 2007 6:19 am Subject: PLISRTA and CA SORT |
Hi Frank,
Thanks for your response.
I will wait for the response, if any expertise faced this kind of situation and experience on solving this.
Thanks. |
Topic: PLISRTA and CA SORT |
anbesivam
Replies: 4
Views: 3338
|
Forum: Application Programming Posted: Thu Dec 06, 2007 3:40 am Subject: PLISRTA and CA SORT |
Hi Frank,
You are exactly right. it works if I introduce 'EQUALS' in the PLISTRA parameter.
Other than this, is there any direct matching(Like, if SRTGET,SRTFILL used in CA SORT, we need to use ... |
Topic: PLISRTA and CA SORT |
anbesivam
Replies: 4
Views: 3338
|
Forum: Application Programming Posted: Wed Dec 05, 2007 11:03 am Subject: PLISRTA and CA SORT |
Hi,
Before writing this query, I checked all the post regarding PLISRTA in this forum. But I coudn't get exact answer.
My questions is, is there any difference between CA SORT and PLISRTA?
In ... |
Topic: PL1 compares |
anbesivam
Replies: 5
Views: 3475
|
Forum: Application Programming Posted: Thu Sep 27, 2007 5:48 am Subject: PL1 compares |
Hi Madan1582,
AFAIK, IBM PL/I for MVS & VM 1.1 will not support TRIM Function. You need to write a Trim functionality as subroutine.
Only Enterprise PL/1 supports TRIM function. |
|