IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Creation of tables


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
anadhamohan

New User


Joined: 27 Sep 2005
Posts: 25
Location: india

PostPosted: Wed Sep 28, 2005 10:34 am
Reply with quote

hi,
can anyone help me, i just want to create a table using QMF, what is the procedure should i follow to create a table.
also is there any option to create table from TSO/ISPF then which is the option to do so?

Thanks in advance
regards
anadha
Back to top
View user's profile Send private message
anadhamohan

New User


Joined: 27 Sep 2005
Posts: 25
Location: india

PostPosted: Wed Sep 28, 2005 3:27 pm
Reply with quote

anadhamohan wrote:
hi,
can anyone help me, i just want to create a table using QMF, what is the procedure should i follow to create a table.
also is there any option to create table from TSO/ISPF then which is the option to do so?

Thanks in advance
regards
anadha
Back to top
View user's profile Send private message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 131
Location: Chennai

PostPosted: Thu Sep 29, 2005 3:59 pm
Reply with quote

hi,

Suppose in ur project more than one region is thre , first
u hve to use SET CURRENT command,

For example (in qmft just give this command)


SET CURRENT SQLID=regionname
CREATE TABLE regionname.tablename
(fieldname CHAR(4),
fieldname CHAR(4),
fieldname CHAR(7),
in databasename.tablespacename
AUDIT NONE
DATA CAPTURE NONE
CCSID EBCDIC;
commit;



Karthi G.
Back to top
View user's profile Send private message
anadhamohan

New User


Joined: 27 Sep 2005
Posts: 25
Location: india

PostPosted: Thu Sep 29, 2005 4:24 pm
Reply with quote

thanks kathir..
i'll try this one and let you know within two days..
can you suggest me for some Good books for db2 admin person..it'll be gr8 helpfull for me..
thanks again..
Back to top
View user's profile Send private message
anadhamohan

New User


Joined: 27 Sep 2005
Posts: 25
Location: india

PostPosted: Thu Sep 29, 2005 4:27 pm
Reply with quote

hi,
can any one tell me how to do this table creation and creation of load cards using JCL segment
thanks in advance
Back to top
View user's profile Send private message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 131
Location: Chennai

PostPosted: Thu Sep 29, 2005 5:29 pm
Reply with quote

Hi Mohan,


If u search in this Forum u can find the name of
good books for db2 admin.

Thnks

Karthi G.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Need to fetch data from so many DB2 t... DB2 9
No new posts JCL sort card for file creation condi... DFSORT/ICETOOL 4
No new posts VSAM KSDS CREATION AND LOAD WITH RAND... JCL & VSAM 1
No new posts DataSet member creation failed with B... Java & MQSeries 15
No new posts panel creation question TSO/ISPF 12
Search our Forums:

Back to Top