I have a paragraph that does...

SELECT FILE WITH @ID = <<TARGET>>
RUN PROGRAM

   {Program}
   LOOPS THROUGH READNEXT ID'S
   IF ID IS IN FILE IGNORE OTHERWISE PUT IN FILE

This works fine if <<TARGET>> exists in the FILE.

How would can I force the <<TARGET>> to be in an
active select list if it's not in the file?

Keeping in mind this is in a paragraph.

I tried:

0001: PA
0002: * <<A,Enter ID>>
0003: EDIT-LIST
0004: DATA I
0005: DATA <<Enter ID>>
0006: DATA FI
0007: GET-LIST
0008: LIST FILE

But I'm stuck at the EDIT-LIST. How do I tell it a unique listname
, unique for the PID anyway.

For Instance, If you say SAVE-LIST (noname), it saves it using a unique name
   for the PID, and GET-LIST (noname) will get this list. But is there
   anyway to get this uniquename for EDIT-LIST?

George
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to