Hi Ralph,

>   * How do I do a wild card with angle brackets?
>   SELECT FILE WITH NAME = <<ENTER NAME>>
>   not sure how to get it to do a wild card select?

Something like
   SELECT FILE WITH NAME LIKE "...'<<ENTER NAME>>'..."

> * How do I check a SELECT ?
> I tried the REQUIRE.SELECT which works...
>   But if it doesn't find anything it just continues on to the next line...
>   Any way to check to see if the Select was successful and if not to exit?

Test @SYSTEM.RETURN.CODE...
   SELECT FILE WITH ........
   IF @SYSTEM.RETURN.CODE < 1 THEN GO NO.DATA
   ...process list...
   NO.DATA:


>   * CONTINUATION CHARACTER
>   In Universe it was an underscore...   anything in Unidata?

Use the backslash.


Martin Phillips, Ladybridge Systems
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to