<div>I have output processing that asks the user for beginning client number, ending client number, beginning action date and ending action date.</div>
<div> </div>
<div>Recently it stopped working?</div>
<div> </div>
<div>I have PFCMARK=80</div>
<div> </div>
<div>the output looks like this:</div>
<div> </div>
<div>If: fa=&quot;&quot;</div>
<div>Then: input fa(4,#,g) &quot;From Client Number &quot;</div>
<div> </div>
<div>If: fb=&quot;&quot;</div>
<div>Then: input fb(4,#,g) &quot;From &quot;&lt;fa&lt;&quot;to number &quot;</div>
<div> </div>
<div>If: ff=&quot;&quot;</div>
<div>Then: input ff &quot;Enter 1st date&quot;</div>
<div> </div>
<div>If: ll=&quot;&quot;</div>
<div>Then: input ll &quot;From&quot;&lt;ff&lt;&quot;to what ending date&quot;</div>
<div> </div>
<div>If: 18 lt ff</div>
<div>Then: lookup -  k=ff    i=h -ng</div>
<div> </div>
<div>If: 18 gt ll</div>
<div>Then: dl(8,mdy/)=&quot;12/31/79&quot;</div>
<div> </div>
<div>If: 18 gt ll</div>
<div>Then: lookup - k=dl i=h -nl</div>
<div> </div>
<div>If: 18 lt ff</div>
<div>Then: end</div>
<div> </div>
<div>If: 18 gt ll</div>
<div>Then: end</div>
<div> </div>
<div>If: 1 ge fa and 1 le fb</div>
<div>Then: select</div>
<div> </div>
<div>This has worked for years but we recently upgraded to 5.6 and not it just quickly ends, without selecting any records??</div>
<div> </div>
<div>Any insight why that might be?</div>
<div> </div>
<div>thanks</div>
<div> </div>
<div>Scott</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div>If: 18 lt ll</div>
<div> </div>