Author Topic: LIMIT REACHED  (Read 3423 times)

JCI

  • Guest
LIMIT REACHED
« on: October 08, 2009, 08:58:13 AM »
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


Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1206
    • View Profile
Re: LIMIT REACHED
« Reply #1 on: October 09, 2009, 11:08:07 AM »
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.
#zOS #ODF

JCI

  • Guest
Re: LIMIT REACHED
« Reply #2 on: October 14, 2009, 08:12:58 AM »
Thanks, Ed..
I can set maxhits thru the program logon.. thanks!