MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 19 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Adding 2 columns to a DB2 table
rrv

Replies: 2
Views: 3674

PostForum: Database   Posted: Wed Mar 04, 2009 2:02 am   Subject: Adding 2 columns to a DB2 table
Manesh

Try this:

ALTER TABLE TABLE_NAME
ADD COLUMN NEW_CLOUMN_NAME1 DECIMAL(11,2) ;

ALTER TABLE TABLE_NAME
ADD COLUMN NEW_CLOUMN_NAME2 DECIMAL(11,2) ;
  Topic: DSN1COPY for Partition Recovery from Partitioned TSpace IC
rrv

Replies: 2
Views: 2790

PostForum: Database   Posted: Thu Feb 12, 2009 1:50 am   Subject: DSN1COPY for Partition Recovery from Partitioned TSpace IC
Kolusu

Thanks for your quick reply.

I did see this example earlier, but what I am looking at specifically is for the SYSUT1 input data set as a full image copy of THE ENTIRE PARTITIONED TABLE SP ...
  Topic: DSN1COPY for Partition Recovery from Partitioned TSpace IC
rrv

Replies: 2
Views: 2790

PostForum: Database   Posted: Wed Feb 11, 2009 5:52 am   Subject: DSN1COPY for Partition Recovery from Partitioned TSpace IC
Hi

In our shop, we recently migrated CA-Platinum for DB2 to IBM utilities. Some of the production table-spaces are partitioned, and CA-Platinum earlier provided options to recover the entire partit ...
  Topic: EASYTRIEVE and DB2 in INTERPRET MODE
rrv

Replies: 9
Views: 16632

PostForum: Application Programming   Posted: Tue Oct 09, 2007 1:08 am   Subject: EASYTRIEVE and DB2 in INTERPRET MODE
The position number always refers to the very first column being selected. In my example, it is BANK_NUMBER.

The execution environment is CA-PAN/SQL add on working against DB2 V8 Data Sharing Group ...
  Topic: EASYTRIEVE and DB2 in INTERPRET MODE
rrv

Replies: 9
Views: 16632

PostForum: Application Programming   Posted: Wed Sep 12, 2007 10:46 am   Subject: EASYTRIEVE and DB2 in INTERPRET MODE
Kolusu

I've used the following statement to include the DCLGEN equivalent for EASYTRIEVE.

SQL INCLUDE LOCATION W FROM AIDABPTS.IDA_ACCT_MSTR_IDX

This enables one to use COLUMN names a ...
  Topic: EASYTRIEVE and DB2 in INTERPRET MODE
rrv

Replies: 9
Views: 16632

PostForum: Application Programming   Posted: Wed Sep 12, 2007 9:45 am   Subject: EASYTRIEVE and DB2 in INTERPRET MODE
Kolusu

Thanks for the response. The second library in the STEPLIB concatenation does contain DQSPSCV module, as seen from the screen print below.


//STEPLIB DD DISP=SHR,DSN=CA.EASYTREV.TST1.V6 ...
  Topic: EASYTRIEVE and DB2 in INTERPRET MODE
rrv

Replies: 9
Views: 16632

PostForum: Application Programming   Posted: Wed Sep 12, 2007 5:47 am   Subject: EASYTRIEVE and DB2 in INTERPRET MODE
Vivek

True, even I have seen the PARM LINK statement at the beginning of few EASYTRIEVE programs. However, my understanding is that PARM LINK terminates execution after the completion of syntax che ...
  Topic: EASYTRIEVE and DB2 in INTERPRET MODE
rrv

Replies: 9
Views: 16632

PostForum: Application Programming   Posted: Wed Sep 12, 2007 5:24 am   Subject: EASYTRIEVE and DB2 in INTERPRET MODE
Hi

Our shop uses CA-EASYTRIEVE PLUS-6.4 extensively in PROD environment for reporting and other utility jobs, limited to Q/VSAM file sets. Recently we installed the PAN/SQL Interface add-on to enab ...
  Topic: Select from Multiple Tables on same Primary Key
rrv

Replies: 2
Views: 1789

PostForum: Database   Posted: Sun Jul 30, 2006 10:54 am   Subject: Select from Multiple Tables on same Primary Key
Thanks Kolusu for your response !

I agree to what you mentioned on the number of columns in the result set. I guess I need to take care of the following for better performance:

1) Ensure that ac ...
  Topic: Select from Multiple Tables on same Primary Key
rrv

Replies: 2
Views: 1789

PostForum: Database   Posted: Sat Jul 29, 2006 11:51 pm   Subject: Select from Multiple Tables on same Primary Key
Hi

Please can someone help me with the following query in DB2 V7/8 for z/OS?

I understand that a JOIN on two or more tables begins by creating a result table, which is a cross product of the bas ...
  Topic: Terminal Control Table User Area - TCTUA
rrv

Replies: 3
Views: 2989

PostForum: CICS and Middleware   Posted: Tue Jan 18, 2005 2:15 pm   Subject: Terminal Control Table User Area - TCTUA
Thanks for your response, warp5 Very Happy !! Your first suggestion definitely seems promising. We can not use the other suggestion for the following reason:

Assume that the first user signs on to CICS an ...
  Topic: Terminal Control Table User Area - TCTUA
rrv

Replies: 3
Views: 2989

PostForum: CICS and Middleware   Posted: Mon Jan 17, 2005 3:47 pm   Subject: Terminal Control Table User Area - TCTUA
Hello

Please can someone help me with the following query?

Our system utilizes this area to authenticate each user signed on to an application. It's populated when users sign on to the applicati ...
  Topic: VSAM Key information
rrv

Replies: 6
Views: 3334

PostForum: Application Programming   Posted: Thu Nov 11, 2004 2:51 pm   Subject: VSAM Key information
If File-Aid and/or IAM file dialog is installed at your site, you could look up the KEY information in either of these applications. Otherwise, you need to refer to the KEYS parameters specified when ...
  Topic: COBOL2 Compiler Option - NUMPROC
rrv

Replies: 2
Views: 2286

PostForum: Application Programming   Posted: Thu Nov 11, 2004 2:36 pm   Subject: COBOL2 Compiler Option - NUMPROC
Kolusu

Thanks for your response. That explains it all.

Regards
Ram
  Topic: COBOL2 Compiler Option - NUMPROC
rrv

Replies: 2
Views: 2286

PostForum: Application Programming   Posted: Tue Nov 09, 2004 2:08 pm   Subject: COBOL2 Compiler Option - NUMPROC
Hi There

I was wondering if someone could answer the following query regarding one of the COBOL compiler options (NUMPROC) and its implications vis-a-vis S0C7/ASRA abends in CICS.

Consider the f ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group