Author |
Message |
Topic: How to insert new rows into a table in a single insert query |
suren_343
Replies: 1
Views: 1069
|
Forum: Database Posted: Wed Feb 08, 2006 12:21 am Subject: How to insert new rows into a table in a single insert query |
i want to insert three rows into a table(for all the existing columns)
i tried like this
INSERT INTO TABLE.A
VALUES
(A,B,C), (C,D,E);
will it work |
Topic: convert the Decimal coloum in a table into readable format |
suren_343
Replies: 2
Views: 1633
|
Forum: Job Control Language(JCL) Posted: Tue Jan 03, 2006 8:09 am Subject: convert the Decimal coloum in a table into readable format |
thanks |
Topic: convert the Decimal coloum in a table into readable format |
suren_343
Replies: 2
Views: 1633
|
Forum: Job Control Language(JCL) Posted: Tue Jan 03, 2006 1:01 am Subject: convert the Decimal coloum in a table into readable format |
How to convert the Decimal coloum in a table into readable format while downloading a DB2 Table ?
Column Declaration --> A_NUM DEC (13, 2) 0.00
I have tried editing that column a ... |
Topic: suggest me some manuals on quikjob |
suren_343
Replies: 4
Views: 3261
|
Forum: Application Programming Posted: Mon Oct 10, 2005 1:41 am Subject: suggest me some manuals on quikjob |
thanks for your clarification |
Topic: suggest me some manuals on quikjob |
suren_343
Replies: 4
Views: 3261
|
Forum: Application Programming Posted: Mon Oct 10, 2005 12:02 am Subject: suggest me some manuals on quikjob |
hi ,following are my doubts. concern from anybody is appreciated.
1)i am not able to get manuals on quikjob...can any one provide me with a link to quikjob manuals...
2)i am not able get the dif ... |
Topic: How to alter the catalog information of a PDS? |
suren_343
Replies: 2
Views: 1895
|
Forum: TSO and ISPF Posted: Thu Sep 29, 2005 9:48 am Subject: thanx lot |
thanx alot..its really useful |
Topic: How to alter the catalog information of a PDS? |
suren_343
Replies: 2
Views: 1895
|
Forum: TSO and ISPF Posted: Tue Sep 20, 2005 1:21 am Subject: How to alter the catalog information of a PDS? |
How to alter the catalog information of a PDS?
i.e. : Suppose if you want to increase the allocated tracks from 27 to 30, how to do that? |
|