Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetpjusr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPJUSR()
 Sets or determines the user name of a print job
------------------------------------------------------------------------------
 Syntax

     NNETPJUSR([<cJob>],[<cNewName>],[<cUser>],[<cServer>|
        <nConId>]) --> cName

     Netware: 2.2 and 3.11

 Arguments

     <cJob>  Designates the selected print job definition.  The default
     value designates the default job.

     <cNewName>  Designates an optional parameter that allows you to set
     a new user name for <cJob>.  The name can be up to 12 characters long.

     <cUser>  Designates the name of the user whose print job definition
     is processed.  The default value designates the current user.

     <cServer>  Designates the name of the file server on which the
     operation is processed.  Your workstation must be attached to <cServer>.

     <nConId>  Designates the connection ID of your workstation on
     <cServer>.

 Returns

     NOVELL NET PRINT JOB USER
     NNETPJUSR() returns the user name for the banner page in the job
     definition file <cJob>.

 Description

     NOVELL NET PRINT JOB USER (NAME)
     The banner page of a job contains the user name of the job owner and the
     name of the printed file.  NNETPJUSR() allows you to set or determine
     the user.  If <cUser> is not the current user, access rights for the
     mail system of the user are required.

 Examples

     .  Determine the user name for the banner page in the job
        definition MYJOB:

        ? NNETPJUSR('MYJOB')

     .  Set the user name for the banner page in the job definition
        MYJOB to MICK:

        ? NNETPJBAN('MYJOB', 'MICK')

See Also: NNETJBNAME() NNETPJBAN() NNETPJBNAM()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson