[strong]Hi, I need to generate a separate spool file,I have 10 records displayed in subfile,if i enter option 6 in subfile,for five records,these five records should generate a separate spool file... each record separate spool file[/strong]
Software/Hardware used:
AS400
ASKED:
April 6, 2011 7:24 AM
UPDATED:
April 7, 2011 12:32 AM
BigCat – He has it right on the money.
In more detail:
Loop for testing subfile options
.
> OPEN Spool file
> .
> calculations for printing the spool file
> .
> CLOSE Spool file
.
End Loop
Simple as that.
Enjoy,
MIS