REFUSE

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


REFUSE


     Disables jobs/sessions and/or data on a designated device.

SYNTAX


     REFUSE [JOBS,][DATA,]ldev


PARAMETERS


JOBS                Disables the JOB (or HELLO) command from the
                    designated device.

DATA                Disables the DATA command from the designated
                    device.

ldev                The logical device number of the device for which
                    JOB (or HELLO) and DATA commands are refused.


OPERATION


     The REFUSE command prevents a device from automatically
     recognizing and accepting one or more of the three commands
     users execute to introduce jobs or sessions  JOB, HELLO,
     and DATA. The JOBS parameter in the REFUSE command refers
     to both jobs and sessions.  If neither the JOBS or DATA
     parameter is supplied, both JOB (or HELLO) and DATA
     commands are refused. To undo the effect of the REFUSE
     command, use ACCEPT.

     This command may be issued from a session, job, program, or
     in BREAK.  Pressing [Break] has no effect on this command. It
     may be executed only from the console unless it is distributed to
     users with the ALLOW or ASSOCIATE commands.


EXAMPLE(S)


     To prevent logical device 35 from recognizing the DATA
     command, enter

     REFUSE DATA,35

     To prevent both jobs and data recognition on logical device
     35 enter

     REFUSE 35

ADDITIONAL INFORMATION


Commands:   ACCEPT

Manuals :   Performing System Operation Tasks (32650-90137)

Back to Main Index