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

Maximum Record length in DB2


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

New User


Joined: 11 Jul 2007
Posts: 54
Location: Chennai

PostPosted: Wed Oct 10, 2007 5:39 pm
Reply with quote

Hi All,

What is maximum record length in DB2? And What the main difference between SPUFI and QMF?




With Regards

Rajesh S
Back to top
View user's profile Send private message
nuthan

Active User


Joined: 26 Sep 2005
Posts: 146
Location: Bangalore

PostPosted: Wed Oct 10, 2007 5:55 pm
Reply with quote

A row has to fit on a page. So it depends on what page size is defined for
the tablespace that the table is utilizing (either explicitly or by
default). The largest page size is about 32K (with room needed for page and
row overhead). Certain kinds of large objects can be stored by DB2 that are
larger than 32K (which I assume you know about), but these not stored in a
normal tablespace.
Back to top
View user's profile Send private message
nuthan

Active User


Joined: 26 Sep 2005
Posts: 146
Location: Bangalore

PostPosted: Wed Oct 10, 2007 5:57 pm
Reply with quote

Differencr between Spufi and QMF is:
SPUFI :

1.you can execute more queries at a time.
2.you know the sqlcode after executing the query.

QMF:
1.you cannot execute more than one query.
2.you can't know the sqlcode of the query.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Oct 10, 2007 7:58 pm
Reply with quote

SPUFI

is a simple command environment to issue sql command and queries
useful for the development environment

QMF

is a an environment with sophisticated reporting features
there are large applications written in QMF
given some organizational assumptions
it is a tool that can be used directly by the end user to produce
highly customized reports
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 Store the data for fixed length COBOL Programming 1
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
Search our Forums:

Back to Top