Function
Allows a single file to be LISTFILEd
in NO USER context. Allows allows a cafeteria or spooling system to produce
listings which, as far as debatching and accounting are concerned, are as if
produced by the individual user.
(Mend Exchange Scheme modification M253).
Format
LIST :username.jobname,filename,listfile parameters
Forbidden contexts
USER
Execution
The effect will be as if the LISTFILE command was issued (with the first parameter omitted) in the job jobname run by user :username. If :username is a pseudo-user, the effect is as for a job run by the corresponding proper user, with current directory set to :username. The .jobname part of the first parameter is optional, with the default .MOPNOUSERLF (which will appear in headings or can be used in the STOPLIST command, etc.). The proper user's password must be given if it is HIGH security, or NORMAL security in MOP context. Note that filename can be any file; the specified user can be anyone with READ access to it.
Examples
LIST :REALUSER.MOPNOUSERLF,PSEUDO.FILE,*LP,NUMBER
LL :PSEUDO,FILE,*LP,NU
LL :MYUSER,:MACROS.COMPILE
(Note: the first two examples are equivalent)