OnDemand Users Group

Support Forums => CMOD for z/OS Server => Topic started by: JCI on October 08, 2009, 03:58:13 PM

Title: LIMIT REACHED
Post by: JCI on October 08, 2009, 03:58:13 PM
I 'm using OD Client CICS thru 3270 emulation.
When I have several documents to retrieve I saw this message "Limit Reaches only xx documents can be listed".
Then, how and where could i change this xx variable  ?

Thanks,

JCI

Title: Re: LIMIT REACHED
Post by: Ed_Arnold on October 09, 2009, 06:08:07 PM
Hello J - I think you're looking for the MAXHITS parm.

Starting with Version 7.1.2.6,  the start-up parameter maxhits is available to set the maximum number of search results that can be listed

The start-up parameters are at the beginning of the file ARCHIVE.ARSHELP.

Also, the maximum number of hits (and the maximum number of pages to print) can be entered on the command line when the transaction ARS1 is started. Values entered on the command line will override values in the start-up parameters.

Information about the maxhits parameter and its usage is documented in the readme file for the OnDemand CICS Client.
Title: Re: LIMIT REACHED
Post by: JCI on October 14, 2009, 03:12:58 PM
Thanks, Ed..
I can set maxhits thru the program logon.. thanks!