Scripting › Web Option Scripting Control Values › The GOTO and LABEL commands › Examples
# Drop back to main screen (identified by C2E0001042) :LOOP1 SEND 03 IF *SID C2E0001042 QUIT END-IF GOTO LOOP1