Shouldn't the DATA statement in your paragraph come before the RUN statement? I think that's your problem.
Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL PROTECTED] wrote on 11/01/2005 01:46:20 PM: > This is UV v9.6.1.3 on Windows. > I have a paragraph which in part looks like this: > RUN BPCUST B$SOD16AE > DATA <<2>> > Inside the program B$SOD16AE, I have a line like this: > IF SYSTEM(10) THEN INPUT XML.TYPEX, 1 > The problem is that the program halts at the INPUT as if it is waiting for > input which has already been provided via the DATA <<2>>. I can see the "2" > on my screen, and if I press ENTER the program continues, but does not seem > to get the "2". > I must be doing something stupidly wrong, but I don't have it fixed yet <g>. > Anybody got an idea as to where I've lamed-out? > P.S. the reason for the IF SYSTEM(10) is that the program gets called from > other paragraphs that do not have the extra DATA statement. > Barry Brevik > ------- > u2-users mailing list > [email protected] > To unsubscribe please visit http://listserver.u2ug.org/ This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
