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

Equivalent DB2 Query for select * from tab


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

New User


Joined: 25 Mar 2006
Posts: 15
Location: pune(India)

PostPosted: Fri Mar 31, 2006 4:17 pm
Reply with quote

could anybody tell me a query for selecting list of tables have been created.
for eg.In oracle we can write a query
select * from tab;
which list the table names which hav been created.
Back to top
View user's profile Send private message
thanooz

New User


Joined: 28 Jun 2005
Posts: 99

PostPosted: Fri Mar 31, 2006 4:42 pm
Reply with quote

hi ysuryawanshi_mcs,

you can try with this query

select * from sysibm.systables;

thank's
thanooz.
Back to top
View user's profile Send private message
ysuryawanshi_mcs
Warnings : 1

New User


Joined: 25 Mar 2006
Posts: 15
Location: pune(India)

PostPosted: Fri Mar 31, 2006 5:57 pm
Reply with quote

THANKS TANOOZ
CAN U TELL ME WHERE FROM WE GET SUCH TYPES QUERIES.
I MEAN ANY BOOK OR WEB .
Back to top
View user's profile Send private message
ysuryawanshi_mcs
Warnings : 1

New User


Joined: 25 Mar 2006
Posts: 15
Location: pune(India)

PostPosted: Fri Mar 31, 2006 6:01 pm
Reply with quote

I WANT TO EXECUTE A COBOL WITH MAPS
I HAV DONE EXECUTION OF MAPS THEN DEFINE,INS PROGRAM
THEN DEFINE TRANS AND INS TRANS THEN HOW CAN I INITIATE MY TRANSACTION.
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Fri Mar 31, 2006 6:05 pm
Reply with quote

hy ysuryawanshi_mcs,

the post regarding your query is correct,
but waht exactly you want to know,
reagrding your last question...?

martin9
Back to top
View user's profile Send private message
ysuryawanshi_mcs
Warnings : 1

New User


Joined: 25 Mar 2006
Posts: 15
Location: pune(India)

PostPosted: Fri Mar 31, 2006 6:14 pm
Reply with quote

EXACTLY I WANT TO RUN AN APPLICATION OF ADDITION OF TWO NUMBERS USING CICS MAP
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Fri Mar 31, 2006 6:20 pm
Reply with quote

hy ysuryawanshi_mcs,

if i undertood right,
this is not any further sql question...
you need some additional cics answer...

how you want to use a cics map for any addition...?
pls, provide more details...

martin9
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 RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts SELECT from data change table DB2 5
Search our Forums:

Back to Top