subbuy2k Beginner
Joined: 12 Aug 2004 Posts: 29 Topics: 18
|
Posted: Sun Mar 06, 2005 6:00 am Post subject: Any limit in including conditions |
|
|
Hi,
I'm using Fileaid utility in sysin I have included many conditions. When i Run the job it throws a abend saying "condition exceeds the Limit".
What can i do, Is there any limit to give the condition?
Thanks
Subbu |
|
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Sun Mar 06, 2005 9:38 pm Post subject: |
|
|
subbuy2k,
The no: of sysin control cards for file-aid depends on the MAXENT parameter. The MAXENT parameter changes the default maximum entry of 1,024 parameters permitted per execution of File-AID. MAXENT must be coded as the first entry of a control card after the function identifier, unless the IOEXIT parameter is also specified. If the IOEXIT parameter is specified, it must be coded as the first entry of the control card followed by MAXENT. The MAXENT parameter can be used only once per execution.
When modifying the MAXENT parameter, keep in mind that File-AID allocates 32 bytes of storage space for each condition coded in an IF parameter. A single IF parameter coded with 3 conditions (for example, IF=(1,0,C _________________ Kolusu
www.linkedin.com/in/kolusu |
|