<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=""</div>
<div>Then: input fa(4,#,g) "From Client Number "</div>
<div> </div>
<div>If: fb=""</div>
<div>Then: input fb(4,#,g) "From "<fa<"to number "</div>
<div> </div>
<div>If: ff=""</div>
<div>Then: input ff "Enter 1st date"</div>
<div> </div>
<div>If: ll=""</div>
<div>Then: input ll "From"<ff<"to what ending date"</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/)="12/31/79"</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>