Good Morning,
We do have a program that need send a Message to other  Terminal .
Does jbase have any easy way to do that?
This is what we are trying to do:
.....Start Prog......
....
LOOP
READU BAD.REC FROM BAD.CHECKS,ID LOCKED
     CRT ID:" locked by port ":SYSTEM(43):" - retrying"
     SLEEP 1; CONTINUE ;
 END THEN
    BEGIN CASE
                   ....
    END CASE
    BREAK ;* Leave the LOOP
 END ELSE
                  ...
 BREAK
 END
...
REPEAT

.....
......... END PROGRAM

When the condition locked occurs, we want to send a Message to the
Terminal specified by SYSTEM(43) function. Can we do that?

Thanks for any suggestions,

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to