Neil,
The specific request was to be able to process each item in a select list from within a Paragraph which is what the 'L' option of inline prompting did in PI/Open, unfortunately this has not been implemented in Universe. Cheers, Andy ----- Original Message ---- From: Neil Richards <[email protected]> To: U2 Users List <[email protected]> Sent: Thu, 10 December, 2009 21:13:08 Subject: Re: [U2] A readnext within a VOC? This capability is in UV 10.2 This example represents a paragraph as it appears in a VOC file: 001 PA 002 RUN BP DUE.LIST 003 DATA <<ENTER DATE>> 004 DATA YES 005 RUN BP VENDORS 006 DATA <<ENTER MONTH>> ________________________________ From: [email protected] [[email protected]] On Behalf Of andy baum [[email protected]] Sent: Thursday, December 10, 2009 1:06 PM To: U2 Users List Subject: Re: [U2] A readnext within a VOC? George, This was possible in PI/Open using PA GET-LIST LISTNAME LOOP IF <<L, ID>> = "" THEN GO NEXT RUN LIB PROGRAMNAME DATA <<ID>> REPEAT NEXT: Unfortunately this never made it in to Universe, don't know about Unidata. I reported this when I beta tested the PI/Open to Universe migration stuff,I think they 'fixed it' by documenting somewhere that it doesn't work. Cheers, Andy ----- Original Message ---- From: George Gallen <[email protected]><mailto:[email protected]>> To: U2 Users List <[email protected]><mailto:[email protected]>> Sent: Thu, 10 December, 2009 19:03:08 Subject: [U2] A readnext within a VOC? I'd like to setup a VOC to select a list, then run a program for each entry in the list (like below...) PA GET-LIST LISTNAME LOOP READNEXT ID ELSE EXIT DATA ID RUN LIB PROGRAMNAME REPEAT I Thought there was a way to do this...but just can't remember how. In the meantime, I pass the list to another program (on another channel) which reads each item and EXECUTEs the PROGRAMNAME George Gallen Senior Programmer/Analyst Accounting/Data Division, EDI Administrator [email protected]<mailto:[email protected]> ph:856.848.9005 Ext 220 The Wyanoke Group http://www.wyanokegroup.com _______________________________________________ U2-Users mailing list [email protected]<mailto:[email protected]> http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected]<mailto:[email protected]> http://listserver.u2ug.org/mailman/listinfo/u2-users ________________________________ Total Control Panel Login<https://asp-6.reflexion.net/login?domain=switp.com> To: [email protected]<https://asp-6.reflexion.net/address-properties?aID=46755898> From: [email protected]<https://asp-6.reflexion.net/address-properties?aID=60327323> Remove<https://asp-6.reflexion.net/FooterAction?ver=1&un-wl-sender-address=1&rID=46755898&aID=60327323> this sender from my allow list You received this message because the sender is on your allow list. _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
