Work with Network Job Entries (WRKNETJOBE)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Work with Network Job Entry (WRKNETJOBE) command shows the network job entries. There is one entry for each user or distribution group who can submit jobs to this system.

This entry is used to determine whether the input stream is automatically submitted, placed on the queue of network files for a user, or rejected. This entry also specifies the user profile that is used for checking the authority to the job description referred by the batch job.

Top

Parameters

Keyword Description Choices Notes
OUTPUT Output *, *PRINT Optional, Positional 1
Top

Output (OUTPUT)

Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.

The possible values are:

*
The output is displayed (if requested by an interactive job) or printed with the job's spooled output (if requested by a batch job).
*PRINT
The output is printed with the job's spooled output.
Top

Examples

Example 1: Printing Output

WRKNETJOBE   OUTPUT(*PRINT)

This command allows you to work with the network job entries that are printed with the job's spooled output.

Example 2: Working with Network Job Entries

WRKNETJOBE   OUTPUT(*)

This command, if issued in an interactive job, allows you to work the network job entries at the requesting work station. If the command is issued in a batch job, the network job entries are printed with the job's spooled output.

Top

Error messages

*ESCAPE Messages

CPF1844
Cannot access network attribute &1.
CPF8050
Network job table could not be accessed.
CPF9845
Error occurred while opening file &1.
CPF9846
Error while processing file &1 in library &2.
Top