Valid in: | Client session |
0 | indicates that the sign-off was successful. |
1 | indicates that the sign-off failed. |
0 | indicates that all sign-offs were successful. |
1 | indicates that at least one sign-off failed. |
0 | indicates that the sign-off was successful. |
1 | indicates that the sign-off failed. |
2 | indicates that the sign-off was unnecessary. |
0 | indicates that all sign-offs were successful. |
1 | indicates that at least one sign-off failed. |
/* Sign-on successful, rhost1 will be */ /* set to 0 to indicate success, and */ /* macro variable rhost1 is now */ /* associated with this server */ /* session. */ signon rhost cmacvar=rhost1; /* Sign-off will fail, and rhost2 */ /* will be set to 1 to indicate this, */ /* but because it was unsuccessful, */ /* rhost1 is still the default macro */ /* variable associated with this */ /* server session. */ signoff rhost cmacvar=rhost2 cscript='noexist.scr';
/* No macro variable associated with */ /* server session */ signon rhost; /* Sign-off will fail, and ABC will */ /* be set to 1 to indicate this, */ /* but because it was unsuccessful, */ /* the default of no macro variable */ /* will go into effect for this */ /* server session. */ signoff rhost cmacvar=abc cscript='noexist.scr';