net-errors Command

The net-errors BASIC program sets or displays error handling behavior when accessing remote files.

With no options, the current error handling behavior displays with these options:

Remote Error Logging

When enabled, this logs all remote errors to the errors file.

Remote Error Notification

When enabled, all remote errors are displayed on the users terminal.

Remote Error Intervention

When enabled, all remote errors force the user to select an action from a menu.

NOTE—Even with this option disabled, intervention is required when an update operation fails.

If options are specified, then the error handling behavior is changed and then redisplays.

This command affects the current line only unless specified with the g option.

Syntax

net-errors {(options)}

Synonym(s)

remote-errors

Parameter(s)

options

c

Clears all error handling options.

NOTE—If specified in conjunction with the g option, error handling options are only cleared globally when operating from PIB 0. From any other PIB, only local error handling options will be cleared.

g

Sets the options specified with the net-errors command globally for all lines. If no other options are specified, displays the global default options.

l

Enables error logging.

n

Enables user notification.

i

Enables notification and intervention on all errors.

s

Suppresses the option display.

 

WARNING

The selection of any option clears all other options so it is necessary to specify all desired options when changing the behavior.

Example(s)

net-errors

Remote Error Logging

on

Remote Error Notification

on

Remote Error Intervention

on

 

net-errors (i

Remote Error Logging

off

Remote Error Notification

on

Remote Error Intervention

on

 

net-errors (n

Remote Error Logging

off

Remote Error Notification

on

Remote Error Intervention

off

 

net-errors (c

Remote Error Logging

off

Remote Error Notification

off

Remote Error Intervention

off

 

net-errors (l

Remote Error Logging

on

Remote Error Notification

off

Remote Error Intervention

off

See Also

errors File

Super Q-Pointer