Which is what we did. Except put the GET-LIST into the VOC which run the driver
   program.

I just thought there was a way to do this from a VOC without having to have
   gone the driver program route (kinda like xargs in unix)

George

> -----Original Message-----
> From: [email protected] [mailto:u2-users-
> [email protected]] On Behalf Of Jeff Schasny
> Sent: Thursday, December 10, 2009 2:51 PM
> To: U2 Users List
> Subject: Re: [U2] A readnext within a VOC?
>
> OK, so you write a driver program:
>
> PROGRAM PROGRAMNAME.DRIVER
> GET-LIST LISTNAME
> LOOP
>      READNEXT ID ELSE EXIT
>      DATA ID
>      EXECUTE "RUN LIB PROGRAMNAME"
> REPEAT
> END
>
>
>
>
>
> George Gallen wrote:
> > The program doesn't normally process lists, it just does an input.
> >
> > for a 1x reason, we need to batch-run this program with the contents
> of the list.
> >
> > George
> >
> >
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to