Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looping issue

Status
Not open for further replies.

bspiegel

Programmer
Feb 1, 2006
2
0
0
US
Input has 100 records.
Output structure is:
File
-GroupA (s)
-Record (s)


I want to create a GroupA for every 25 input records. How would I do this?

Hopefully that makes sense. Thanks for your help.
 
You could use a burst count of 25 for your input card.
 
create the input type tree as the following structure


File (s)
Grp (25)
Rec (s)

Now loop the File level to GroupA

 
Thanks to both responders. Both solutions worked.
Much appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top