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>nnetpjbnam()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPJBNAM()
 Sets or queries the banner name of a print job
------------------------------------------------------------------------------
 Syntax

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

     Netware: 2.2 and 3.11

 Arguments

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

     <cNewName>  Designates a new banner name that is set for <cJob>.
     The banner 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

     NNETPJBNAM() returns the user name that is printed on the banner page of
     <cJob>.

 Description

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

 Examples

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

        ? NNETPJBNAM('MYJOB')

     .  Set the file name for the banner page in the job definition
        MYJOB to LST:

        ? NNETPJBAN('MYJOB', 'LST')

See Also: NNETJBNAME() NNETPJBAN() NNETPJUSR()

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