473,804 Members | 2,249 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DB2 READLIMIT parameter : where is it documented ?

Hi,
I would like to get information about the db2 paramater READLIMIT,
that was introduced in V7R1. I cannot find the location of a IBM
manula describing the option : who can help me ?
Thanks
Jean-Louis
Nov 12 '05 #1
1 1688

"sbxjld" <sb****@mvs.sas .com> wrote in message
news:34******** *************** ***@posting.goo gle.com...
Hi,
I would like to get information about the db2 paramater READLIMIT,
that was introduced in V7R1. I cannot find the location of a IBM
manula describing the option : who can help me ?


You haven't told us what platform you are using; DB2 V7 exists on both
OS/390 and Windows/Linux/Unix. I believe that DB2 on the AS/400 is still at
Version 5, not Version 7. I'm not sure what the current version of DB2 on
VM/VSE is.

The URL for all of the DB2 manuals is:
http://www-306.ibm.com/software/data/db2/library/

The URL for the manuals for DB2 V7 on z/OS and OS/390 is:
http://www-306.ibm.com/software/data...manualsv7.html
This page contains a search box so I tried searching on READLIMIT; there
were no hits.

The URL for the manuals for DB2 V7 on Windows/Linux/Unix and OS/2 is:
http://www-306.ibm.com/software/data...manualsv7.html
There is no search engine for looking through all of these manuals in a
single search; you'll need to open and search each of the manuals
individually. You should probably try the Adminstration Guide manuals first
but the information may be in one of the many other manuals. (I tried
searching within the V7.1 Admin Guide, Volume 3 (Performance) but didn't
find any hits).

I searched my DB2 V7.2 (Windows/Linux/Unix) manuals using the search engine
provided with installed copies of DB2 but couldn't find any hits on
READLIMIT.

In short, I'm not sure where READLIMIT is documented - or even *if* it is
documented - but you now know where the manuals are so you can start
looking.

I also tried Googling on it in the comp.databases. ibm-db2 newsgroup but
didn't find any hits.

Rhino
Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

49
2635
by: Mark Hahn | last post by:
As we are addressing the "warts" in Python to be fixed in Prothon, we have come upon the mutable default parameter problem. For those unfamiliar with the problem, it can be seen in this Prothon code sample where newbies expect the two function calls below to both print : def f( list= ): print list.append!(1) f() # prints
1
11596
by: Sandie Towers | last post by:
We use a number of similar databases and frequently create a new database using a backup restore of another similar database. We try to keep changes between databases in _Additional tables - like Account Additional, Sale_Additional so most tables stay the same. The latest restored database (I'll call it DBaseA) is behaving differently in VB6 code and I need help trying to make it work. I have been using use an ADODB.Command to execute...
3
16949
by: WGW | last post by:
Though I am a novice to MS SQL server (2000 I believe), I can do almost! everything I need. Maybe not efficiently, but usefully. However, I have a problem -- a complex query problem... I can create a parameter query in a stored procedure, but how do I use the result set of a parameter query in a select query (in the same or another sp)? In short, if a select query contains a result table that is generated as a parameter query, how do I...
4
2295
by: Eric Goforth | last post by:
Hello I'm sure that anyone with VB.NET would be familiar with the msgbox parameter syntax Dim msg As Strin Dim title As Strin Dim style As MsgBoxStyl Dim response As MsgBoxResul msg = "Do you want to continue?" ' Define message style = MsgBoxStyle.DefaultButton2 Or
70
4083
by: py | last post by:
I have function which takes an argument. My code needs that argument to be an iterable (something i can loop over)...so I dont care if its a list, tuple, etc. So I need a way to make sure that the argument is an iterable before using it. I know I could do... def foo(inputVal): if isinstance(inputVal, (list, tuple)): for val in inputVal: # do stuff
0
2645
by: bughunter | last post by:
I found code from java - real bug with secondary parameter, should be Integer but called with String, But procedure completed without any errors and parameter correctly transformed to integer! Is't bug or "feature"? Is that documented? Because SQL0301N
4
9183
by: Chris | last post by:
Suppose I have the following function signature void foo( Bar &myBar); and I want myBar to be an optional parameter, is there a way to do the logical equivalent of void foo( Bar &myBar = myBar() ) when passing by reference? Every method I've tried gives me syntax
4
8574
by: harifajri | last post by:
Hi All, We know that if we want to list down all methods/functions on an unmanaged DLL, we can use command-line tools 'dumpbin' or 'link ' For example, if we want to know method from user32.dll: dumpbin /exports user32.dll OR link /dump /exports user32.dll
6
1446
by: HillBilly | last post by:
One question I have not figured out is how to learn which event parameter list is supported by a control? EventArgs, CommandEventArgs, what?
0
9714
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10599
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10347
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10090
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9173
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6863
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5531
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3832
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.