=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2006.04.18 15:32:23 =~=~=~=~=~=~=~=~=~=~=~=
help
For help in logging into the system, type HELP HELLO or HELP LOGIN.
You'll need a user-ID and password to log in. Ask your system manager.
Help is available on the following MCR commands:
ABORT ACD ACS ACTIVE ALL
ALTER ASN ATL BLK BOOT
BRK BRO BYE CANCEL CBD
CLI CLQ DCL DEA DEBUG
DEV DFL DMO FIX FLAG
HELLO HELP HOME INI INS
LOAD LOGIN LUN MOUNT OPEN
PAR REA RED REMOVE RESUME
RUN SAVE SET SSM SWR
TAL TAS TIME UFD UNB
UNFIX UNLOAD UNSTOP Dates
For information on help for utilities and other system features, type
HELP MORE. For information on a command, type HELP commandname.
>help acd
ACD [function]
The ANCILLARY CONTROL DRIVER (ACD) command loads and unloads character
translation routines so that the terminal driver can translate between
different character sets. Character translation in the terminal driver
allows terminals that conform to other standards to use the DIGITAL
Multinational Character Set.
Functions:
INSTALL filename AS NUMBER ident [ASSIGN LOGICAL] (Privileged function)
REMOVE NUMBER ident (Privileged function)
LINK term TO NUMBER ident (Nonprivileged function)
UNLINK term (Nonprivileged function)
For more information on these functions, type:
HELP ACD INSTALL
HELP ACD REMOVE
HELP ACD LINK
HELP ACD UNLINK
>help abort
ABO[RT] [taskname][/PMD][/TERM=TTnn:]
The ABORT command terminates execution of a specified task.
taskname The name of the task to abort. If taskname is not specified,
the task started by a RUN command from the issuing terminal
(task TTnn) is aborted. The variable nn is the octal unit
number of the issuing terminal.
/PMD Forces a Postmortem Dump of the task. See also HELP PMD.
/TERM=TTnn: (Privileged keyword.) Aborts a task requested from the
specified terminal. The variable TTnn: can be a logical
name assigned to the terminal (such as MYTERM), or it can
be a physical device name and unit number (such as TT17:).
Nonprivileged users can abort tasks requested from the issuing terminal.
Privileged users can abort any tasks.
>help alter
ALT[ER] taskname/keyword(s)
/PRI=n
/RPRI=n
/TERM=ttnn:
The ALTER command changes the static or running priority of an
installed task.
Parameters:
taskname Specifies the name of the task that is to have its running,
or running and static priorities changed to n.
n Specifies a priority in the range 1 to 250(decimal).
The system assumes the specified value is octal unless you
append a period to the number.
For more information on the ALTER command keywords, type HELP ALT keyword.
>help brk
BRK
The BREAKPOINT TO XDT (BRK) command passes control to the Executive Debugging
Tool (XDT), if it is currently loaded in your system. If XDT has not been
loaded, the BRK command has no effect.
If XDT is loaded in your system, all system activity halts and XDT
prints a message on the console terminal in the following form:
BE:nnnnn
XDT>
To return control to your CLI, type P. Proceeding from a breakpoint usually
restores the system to the state that existed when you entered the BRK command.
To enter the crash dump routine, type X at the XDT> prompt.
The BRK command is privileged and must be issued from the console terminal.
>help cli
The CLI command establishes a command line interpreter other
than MCR. Except for the /SHOW keyword, the command is privileged.
The format and valid keywords for the CLI command are:
CLI (/keyword)
/DISABLE=cliname
/ELIM=cliname or ELIM=*
/ENABLE=cliname
/INIT
/MESSAGE=cliname:"message-text"
/SHOW
/UNOVR
For more information, type HELP CLI keyword.
The CLI /INIT command also accepts subkeywords that set various
characteristics for the CLI. For more information, type:
HELP CLI INIT.
>help dev
DEV[ICES] [/switch] Displays information about all devices.
DEV[ICES] dd:[/switch] Displays information about units of device type dd:.
DEV[ICES] dev:[/switch] Displays information about the specified device. The
parameter dev: can be either a physical or a logical
device name (for example, DB3: or MYDEV).
DEV[ICES] /LOG Displays a list of all logged-in terminals.
The DEVICES display includes the symbolic names of all devices, the names of
all devices of a particular type, the name of a specific device, or all
logged-in terminals.
Additional help is available for;
SWITCHES
>help hello
To log in on this system, you must have an account on the system. If
you do not have an account, ask your system manager to create one for
you. In addition to your last name or account number, you will also
need to know the appropriate password. Log in to the system by
typing HELLO (or LOGIN).
Formats:
HELLO System prompts for your name or
account and password.
HELLO name[/password] If you do not specify your
password, the system prompts you
for it.
HELLO [grp,mem]/password Displays system messages after
login.
HELLO [grp/mem]/password Displays short form of system
messages after login.
The arguments g and m are the group and member numbers of your account
UIC. The square brackets are optional.
>help load
LOA[D] [dd:][/keyword(s)]
/CTB=cca[,b...]
/EXP=expname
/FLAGS
/HIGH
/PAR=parname
/SIZE=parsize
/VEC
The LOAD command reads a nonresident (loadable) device driver into memory.
The parameter dd: represents a two-character ASCII loadable device driver name.
For help on the LOAD command keywords, type HELP LOAD keyword.
>help par
PAR[TITIONS]
The PARTITION DEFINITIONS command displays on the entering terminal a
description of each memory partition in the system.
For each partition in the system, the name, octal address of the
Partition Control Block, octal starting address, octal size, partition
type, and description of partition occupant are displayed.
>help run
The RUN command initiates the execution of a task.
The RUN command has five general forms, depending on the
scheduling parameters and whether or not the task is installed. The
five forms are as follows:
1. RUN immediately (HELP RUN NOW)
2. RUN at a time increment from now (HELP RUN LATER)
3. RUN at a time increment from clock unit synchronization
(HELP RUN CLOCK)
4. RUN at an absolute time of day (HELP RUN ABSOLUTE)
5. Install, run immediately, and remove on exit (HELP RUN INSTALL)
>help tal
TAL [taskname]
The TAL command displays the names and status of all tasks or
of a specific task installed in the system.
If taskname is not specified, information is displayed for all tasks
installed in the system. The display format is the same as that of the
ATL command.
For more information, type HELP ATL.
>help unfix
UNF[IX] taskname[/keyword]
/REG
/RON
The UNFIX command frees a fixed task from memory, thus allowing tasks
that are waiting for the partition in which the fixed task resides to compete
for the partition. (If a fixed task exits or aborts, it still occupies the
physical memory in the partition.)
Keywords:
/REG Unfixes a common region.
/RON Unfixes the common, read-only segment of a multiuser task.
The UNFIX command is the complement of the FIX command.
>help asn
The ASSIGN (ASN) command defines, deletes, or displays logical
assignments on systems that select extended logical name
support during system generation. Logical device assignments
associate logical names with physical devices, pseudo devices,
or other logical devices.
Formats:
ASN ppnn:=ll[nn]:[/keyword(s)] ! Creates assignments
ASN [logicalname][/keyword] ! Displays assignments
ASN =[ll[nn]:][/keyword] ! Deletes assignments
Keywords:
/ALL /GR
/TERM /GBL or /SYSTEM
/LOGIN /FINAL
The keywords are privileged options. For more information on the keywords,
type HELP ASN keyword.
For help on the ASN command formats, type: HELP ASN CREATE
HELP ASN DISPLAY
HELP ASN DELETE
>help bro
The BROADCAST command displays a specified message at one or more
terminals.
The general formats of the BROADCAST command are:
BRO ttnn:message ! Sends a message to one terminal
BRO ALL:message ! Sends a message to all terminals
BRO LOG:message ! Sends a message to logged-in terminals
BRO user-name message ! Sends a message to the user name of
the person to receive it. (Systems with
Resource Accounting only)
BRO @filespec ! Sends a message contained in an indirect
command file
ALL and LOG are privileged options.
If an indirect command file is used, each line has one of the following
formats:
ttnn:message
ALL:message
LOG:message
user-name message
>help clq
CLQ[UEUE]
The CLOCK QUEUE command displays on the entering terminal information
about tasks currently in the clock queue. The information consists of
the task names, the next time each task is to be run, and each task's
reschedule interval (if one was specified).
Any pending time-based schedule requests are displayed.
>help dfl
The DEFINE LOGICALS (DFL) command assigns, deletes, and displays
logical name assignments. Logical names can be assigned to devices,
all or part of a file specification, and to other logical names.
Formats:
DFL = ! Deletes all local logical assignments
DFL ens=lns[/keyword(s)] ! Creates logical name assignments
DFL =[lns][/keyword] ! Deletes logical name assignments
DFL [logicalname][/keyword(s) ! Displays logical name assignments
Keywords:
/ALL /LOGIN
/FINAL /SYSTEM
/GBL /TERM
/GR
For more information on the keywords, type: HELP DFL keyword
For help on the DFL command formats, type: HELP DFL CREATE
HELP DFL DISPLAY
HELP DFL DELETE
>help login
To log in on this system, you must have an account on the system. If
you do not have an account, ask your system manager to create one for
you. In addition to your last name or account number, you will also
need to know the appropriate password. Log in to the system by
typing LOGIN (or HELLO).
Formats:
LOGIN System prompts for name and password.
LOGIN name[/password] If you do not specify your password,
the system prompts you for it.
LOGIN [g,m]/password Displays system messages after login.
LOGIN [g/m]/password Displays short form of system messages
after login.
The arguments g and m are the group and member numbers of your account
UIC. The square brackets are optional.
>help rea
REA[SSIGN] taskname lun ddnn:
The REASSIGN command reassigns a task's logical unit numbers (LUNs)
from one physical device unit to another.
Parameters:
taskname The name of the installed task whose static assignment is
to be modified.
lun The logical unit number to be reassigned.
ddnn: The new device unit, which can be a physical, logical, or
pseudo device name.
>help save
SAV[E] [/keyword(s)]
/WB[:n]
/MOU="string"
/SFILE="filespec"
/CSR=x
/BOOT=Dx
The SAVE command copies the current RSX-11M-PLUS system image (the contents
of main memory) into the system image file from which the current image was
booted. The command saves the image so that a hardware bootstrap or the BOOT
command can later be used to reload and restart it.
For help on the SAVE command keywords, type HELP SAVE keyword.
>help tas
TAS[KLIST] [taskname][/DEV=ddnn:]
The TASKLIST command displays a description of each installed task.
taskname The name of a specific task.
/DEV=ddnn: Displays the names and status of all tasks installed from
the specified device.
If you specify both taskname and /DEV, the systems displays
information about the task installed from that device.
For information on the display contents, type HELP TAS CONTENTS.
>help unload
UNL[OAD] dd: [/keyword]
/EXP=expname
/VEC
The UNLOAD command removes a loadable device driver or extended Executive
partition (EXP) from memory. Note that loadable databases are not unloaded
when a driver with a loadable database is unloaded.
The parameter dd: represents the 2-character ASCII name of the device whose
driver is to be unloaded.
For information on the UNLOAD keywords, type HELP UNLOAD keyword.
>help acs
ACS ddnn:/BLKS=n
The ALLOCATE CHECKPOINT SPACE (ACS) command allocates or discontinues
a checkpoint file on disk for systems that support dynamic
allocation of checkpoint space. ACS is a privileged command.
The variable n is the number of blocks to be allocated on device ddnn:.
If n is zero, the use of the file is discontinued after all of the tasks
checkpointed to it can be brought into memory and checkpointed elsewhere.
>help atl
ATL [taskname]
The ACTIVE TASK LIST command displays on the entering terminal the
names and status of all active tasks in the system, or the status of
a particular task.
If taskname is not specified, information is displayed for all active
tasks in the system. If taskname is specified, only information for
that (active) task is displayed.
For information on task status codes, type HELP ATL STATUS.
>help bye
BYE
The BYE command logs you out of the system and disconnects the line (if you are
logged in via a remote or DECnet line).
BYE [/HOLD][/SILENT]
The BYE /HOLD command also logs you out of the system; however, if you are
logged in via a remote or DECnet line, the system holds the line so that you
can log into another account.
The BYE /SILENT command also logs you out of the system; however, many of the
messages output to the user terminal are supressed.
The switches may be combined.
When BYE logs you out of the system, devices allocated to you are deallocated
and your privately mounted devices are dismounted. All nonprivileged tasks and
certain privileged tasks active on your terminal are aborted.
If [1,2]SYSLOGOUT.CMD exists and a silent logout has not been requested,
BYE executes the command file.
>help dcl
DCL command-line
The DCL command allows you to issue DCL commands from a terminal
that is set to MCR. Instead of MCR processing the command line, DCL
processes it.
Note that the command-line must follow DCL syntax rules.
For more help on DCL, type HELP/DCL.
>help dmp
The File Dump Utility (DMP) enables the user to examine the contents of a
specific file or volume of files. The output may be formatted in ASCII,
octal, decimal, hexadecimal, or Radix-50 form and dumped to any suitable
output device such as a line printer, terminal, magnetic tape, DECtape, or
disk.
You can dump the header and/or virtual blocks of a file, portions of blocks,
or the virtual records of a file.
DMP operates in two basic modes: file mode and device mode. File mode is
used to dump virtual records or virtual blocks, and device mode is used to
dump logical blocks (the /BL switch is a required parameter in device mode).
The command line for DMP is shown next.
Format
[outfile][/switch[...]][=inspec][/switch[...]]
Parameters
outfile
Specifies the output file. The format for entering file specifications is
as follows:
ddnn:[directory]filename.type;version
switch
Specifies any of the DMP switches.
inspec
Specifies the input device and file or input device only.
Type HELP DMP SWITCHES for a description of the DMP switches.
>help dmo
DMO ddnn:[["]volume-label["]][/keyword(s)]
/DEV
/TERM=term:
/LOCK=option
DMO /USER [/keyword(s)]
/DEV
/TERM=term:
/LOCK=option
The DISMOUNT command requests the file system to mark a volume for dismount and
release its control blocks. The DISMOUNT /USER command dismounts all volumes
that you have mounted.
If you specify a volume-label, it is checked against the label on the volume
to ensure that the proper volume is being dismounted. Privileged users can
dismount any volume.
For more information on the DISMOUNT keywords, type HELP DISMOUNT keyword.
>help home
HOM[E] ddnn:volume-label/keyword[s]
Keywords:
/DENS=density /EXT=block-count /FPRO=[file protection]
/LRU=directory-count /MXF=file-count /NAME=volume-label
/OVR (P) /OWNER=[group,member] /PRO=[volume protection]
/UIC=[group,member] /VI /WIN=retrieval-pointer-count
Parameters:
ddnn: The volume whose home block you want to modify.
volume-label The current label for the volume.
The HOME command allows you to modify certain fields in the home block
of a Files-11 disk volume. For more information about the keywords, type:
HELP HOME keyword.
>help lun
LUN[S] taskname
The LUN command displays the static logical unit number assignments for a
specified task. The display consists of a list of physical device units in one
column and their corresponding LUNs in an adjoining column.
Taskname is the name of the task for which the assignments are to be displayed.
If a task is initiated by the install-run-remove option of the RUN
command, the task has no static LUN assignments. Also, when a task is running,
the display does not necessarily reflect the running task's assignments. (For
example, the Executive directive ALUN$ issued from within the task can alter
the LUN assignments.)
>help red
RED[IRECT] nddnn:=oddnn:
The REDIRECT command redirects all I/O requests previously directed to
one physical device unit to another physical device unit.
Parameters:
nddnn: The new device unit to which subsequent requests will go.
oddnn: The old device unit from which requests have been redirected.
You can specify the logical names assigned to the devices or the physical
device names and unit numbers (in the form ddnn:).
>help set
SET /keyword=values
The SET command dynamically changes characteristics of and displays
information about the system, tasks, and devices.
Only one keyword per command line is permitted. The valid keywords for the
SET command are grouped according to the functions they perform, as follows:
1. Setting Device Characteristics (Type HELP SET DEVICE)
2. Establishing Directories (Type HELP SET DIRECTORY)
3. Controlling I/O Operations (Type HELP SET MAXPKT)
4. Modifying Memory Allocation (Type HELP SET MEMORY)
5. Networking (Type HELP SET HOST)
6. Using System Tasks and Utilities (Type HELP SET UTILITY)
7. Ensuring System Protection (Type HELP SET PROTECT)
8. Tuning the System (Type HELP SET SYSTEM)
For help on individual keywords, type HELP SET keyword.
>help time
TIM[E] [hrs:mins[:secs]] [m1/day/year] [/switch]
TIM[E] [hrs:mins[:secs]] [day-m2-year] [/switch]
TIM[E] [hrs:mins[:secs]] [year4-m1-day] [/switch]
The TIME command sets the current time of day, the current date, or both.
If you do not specify a time or date, the system displays the current time and
date on the entering terminal.
Additional help is available for;
PARAMETERS SWITCHES
>help unstop
UNS[TOP] [taskname][/TERM=TTnn:]
The UNSTOP command continues execution of a task that has been stopped
internally by the Executive.
Parameters:
taskname The name of the task. If taskname is not specified,
the command unstops the task being run from the issuing
terminal (task TTnn).
/TERM=TTnn: (Privileged keyword.) Unstops the task requested from the
specified terminal.
>help active
ACT[IVE] [/keyword]
/ALL
/TERM=TTnn:
The ACTIVE command displays at the entering terminal the names of
all active tasks that have that terminal as their TI:. The display includes
the octal number of the terminal that initiated each task.
If you do not specify a keyword, the names of all active tasks for TI:
are displayed.
For more information, type HELP ACT keyword.
>help blk
BLK [taskname][/TERM=term:]
The BLOCK command blocks an installed task, making it ineligible to
execute or to compete for memory.
taskname The name of the task to be blocked. If taskname is not
specified, the task started by a RUN command from the
issuing terminal (task TTnn) is blocked.
/TERM=term: (Privileged keyword.) Blocks a task requested from the
specified terminal. Term can be a logical name assigned
to the terminal, or it can be a physical device and unit
number for the terminal (in the form TTnn:).
>help cancel
CAN[CEL] taskname
The CANCEL command cancels time-based initiation requests for a task.
These requests result from the Executive directive Run Task (RUN$) or any of
the time-synchronized variations of the MCR command RUN that are placed in the
clock queue.
If any time-based schedule requests for the task exist, they are
removed. However, if the task is currently active, its execution is not
affected.
Only a privileged user can enter a CANCEL command for a task not initiated from
the issuing terminal.
>help dea
DEA[LLOCATE] [ddnn:]
The DEALLOCATE command releases a private (allocated) device, thereby allowing
other users to access it.
The parameter ddnn: can be a logical name assigned to the device (such as
MYDEV) or the physical device name and unit number.
Privileged users may deallocate devices assigned to other than the issuing
terminal. If no device is specified, all devices allocated to the issuing
terminal are deallocated.
>help fix
FIX taskname[/RON]
FIX regionname[/REG]
The FIX command loads and locks a task or region into a partition in memory.
The specified task or region must be installed, inactive, and not
checkpointable. Fixed tasks remain physically in memory even after they exit.
They do not have to be loaded when a request is made to run them.
Keywords:
/REG Fixes a common task region in memory.
/RON Fixes a common, read-only segment of a
multiuser task in memory.
>help ini
INI[TVOLUME] ddnn:["]volume-label["][/keyword(s)]
Keywords: /ACCESS /BAD /DENS /EXT
/FPRO /INDX /INF /LRU
/MXF /OWNER /POS /PRO
/SDI /UIC /VI /WIN
The INITIALIZE VOLUME command produces a Files-11 formatted volume.
ddnn: Specifies the device name and unit number of the volume to be
initialized.
volume-label Specifies a name for the volume being initialized. This is a
required parameter. Specify up to 12 characters for disks and
DECtape and up to 6 characters for magnetic tapes.
For a summary of the INI command keywords, type HELP INI SUMMARY.
For a summary of default values, type HELP INI DEFAULTS.
For additional help on individual keywords, type HELP INI keyword.
>help mount
The MOUNT command logically connects devices to Ancillary Control
Processors (ACPs). There are two forms of the MOUNT command,
depending on the device being mounted.
Files-11 Disk or DECtape Format:
MOU[NT] dev:[volume-label][/keyword(s)]
Files-11 (ANSI) Magnetic Tape Format:
MOU[NT] device-list:[file-set-ID] [/keyword(s)]
For more information on these formats, type:
HELP MOUNT FILES11 ! For help on Files-11 format.
HELP MOUNT MAGTAPE ! For help on Magnetic Tape format.
HELP MOUNT EXAMPLE ! For examples of command usage.
>help remove
REM[OVE] taskname Deletes an entry (a task name) from the System
Task Directory (STD) and thereby removes the
task from the system.
REM[OVE] region-name/REG Removes a region from the Common Block
Directory (CBD).
If a task is fixed in memory, the REMOVE command unfixes the task and
then removes it. To remove a task that is currently executing, you must first
abort the task.
Note that a region cannot be removed if there are tasks installed in the
system that reference that region.
>help ssm
SSM message
The SSM command inserts text into the Error Logging file (LB:[1,6]LOG.ERR).
The text appears in the error log reports produced by the error log report
generator.
The message is a text string up to a maximum of 79 characters.
>help ufd
UFD ddnn:[volume-label][g,m][/keyword(s)]
/ALLOC=number
/DEL
/OWNER=[uic]
/PRO=[system,owner,group,world]
The USER FILE DIRECTORY command creates a User File Directory on
a Files-11 volume and enters its name into the Master File Directory (MFD).
Before creating a UFD, you must first initialize and mount the volume.
ddnn: Device unit containing the volume on which the UFD being
created will reside.
volume-label If specified, the volume-label is compared to the label on the
volume. If the names match, a UFD can be created.
[g,m] The UIC for the UFD, which establishes the owner of the
UFD. The variables g and m represent group and member
numbers, respectively, and can be in the range 1 to 377(8).
The square brackets are required.
For information on the keywords, type HELP UFD keyword.
>help dates
System Date formats
Dates may be input to/from the system in one of three ways:
DD-MMM-YY, example 12-JUN-98, 29-FEB-00
This method implies century inferencing, and allows a valid range
between 1965 through 2064.
DD-MMM-YYYY, example 12-JUN-1998, 29-FEB-2000
This method is used to explicitly specify the century the date
will fall into.
YYYY-MM-DD, example 1998-06-12, 2000-02-28
This method allows for ISO 8601 Compliant dates to be given to the
system.
>help all
ALL[OCATE] dd[nn:] [=llnn:] [/keyword]
/TERM=term:
/TYPE=dev
The ALLOCATE command establishes a specified device as your private device.
Parameters:
dd The 2-letter device mnemonic.
nn: The unit number of the device (optional). If you omit
nn:, the system allocates the first available logical
unit of the dd-type device.
llnn: The name of a logical device, which the system
creates and assigns to the physical device being
allocated (optional).
For information on the ALLOCATE keywords, type HELP ALLOCATE keyword.
>help boot
BOO [filespec]
(Privileged command.) The BOOT command bootstraps a system that exists as a
task image file on a Files-11 volume. It provides a convenient means of
terminating one system and initiating another, especially on minimum hardware
configurations.
Note that the BOOT command immediately terminates the system currently in
operation and destroys any work in progress on the system. Therefore, you
should not enter this command unless you are certain that you want to stop
using your current system.
The file specification (filespec) indicates where the bootstrappable system
image resides. If you do not include a file specification, the BOOT command
bootstraps the current system. For more information on the file specification
format and default values, type: HELP BOOT FILE
>help cbd
CBD [common-region-name [/TASKS]]
The COMMON BLOCK DIRECTORY command displays information about all
entries or a specific entry in the Common Block Directory. The
directory is a table of all named common regions and libraries installed
in the system.
Parameters:
common-region-name The name of a specific common region in the Common
Block Directory.
/TASKS Displays the name of each task attached to a
specific common region and the number of times the
task has mapped to the region (mapping count).
>help debug
DEB[UG] [taskname]
The DEBUG command forces a task to trap to a debugging aid by setting
the T-bit in the task's Processor Status Word (PSW). To debug a task,
it must have been built with the /DA switch or have issued the Executive
directive Specify SST Vector Table for Debugging Aid (SVDB$).
Nonprivileged users can debug any nonprivileged task that was initiated
from their own terminals (TI:). Privileged users can debug any task.
Parameter:
taskname Specifies the name of the task to be debugged. If you do not
specify a task name, DEBUG searches for the task currently
running from the issuing terminal (task TTnn).
>help flag
FLA [[ggg]/keyword]
/CRE
/ELIM
The FLA command creates, eliminates, or displays group global
event flags.
If the group number is omitted, the system defaults to the login
UIC group number of the issuing terminal. If you omit the group
number and keyword specification, all the group global event
flags are displayed.
For more information, type HELP FLA keyword.
>help ins
The INSTALL command makes a specified task known to the system.
INS[TALL] [$]filespec[/keyword(s)]
filespec ddnn:[g,m]filename.type;version
$ Indicates the system or library UIC
The INSTALL command supports the following keywords:
/AFF /IOP /RON /TIME
/CKP /PAR /ROPAR /UIC
/CLI /PMD /SEC /URT
/DFB /PRI /SLV /WB
/FMAP /PRO /SYNC /XHR
/INC /PRV /TASK
For a description of individual keywords, type HELP INSTALL keyword.
>help open
OPE[N] memory-address [+ n] [/keyword]
OPE[N] memory-address [- n] [/keyword]
Keywords: /AFF=[CPx,UBy] /CPU=CPx
/DRV=dd: /KNL
/KNLD /KNLI
/REG=region-name /TASK=taskname
/TASKD=taskname /TASKI=taskname
+ or - n One or more optional octal numbers to be added to or
subtracted from the memory address.
The OPENREGISTER command allows you to examine and modify a word of memory.
To open a location within a task, the task must be fixed in memory.
This is a privileged command.
For information on the keywords, type HELP OPEN keyword.
For help on the OPEN command display format, type HELP OPEN DISPLAY.
>help resume
RES[UME] taskname[/TERM=TTnn:]
The RESUME command continues execution of a previously suspended task.
Parameters:
taskname The name of the task that is to resume executing. If you omit
the task name, the command attempts to resume task TTnn (where
nn is the octal unit number of the issuing terminal).
/TERM=term: (Privileged keyword.) Resumes a task initiated from the
specified terminal. Term can be a logical name assigned to the
terminal, or it can be the physical device and unit number for
the terminal (in the form ttnn:).
>help swr
SWR Displays the current value in the switch register.
SWR value Deposits an octal number in the switch register.
SWR bitposition/keyword
/SET Sets the bit in the specified bit position.
/CLEAR Clears the bit in the specified bit position.
/DISPLAY Displays the bit in the specified bit position.
Diagnostic functions use the values in the switch register to interrupt
diagnostic processing and to select specific diagnostics to execute.
For processors that do not have a console switch register, the Executive
directive Get Sense Switches (GSSW$) accesses the software switch register
(SWR$) in the Executive module SYSCM. To allow a task to access or modify $SWR,
use the SWR command.
>help unb
UNB[LOCK] [taskname][/TERM=term:]
The UNBLOCK command continues the execution of a blocked task.
UNBLOCK is the complement of the BLOCK command.
A nonprivileged user can unblock only those tasks whose TI: is the same
as the issuing terminal. A privileged user can unblock any blocked task.
Parameters:
taskname The name of the task to be unblocked. If taskname is not
specified, the command unblocks the task that was running
from the issuing terminal (task TTnn).
/TERM=term: (Privileged keyword.) Unblocks a task requested from the
specified terminal. Term can be a logical name assigned to
the terminal, or it can be the physical device and unit number
for the terminal (in the form ttnn:).
>directory
MCR -- Not logged in
>login
Account or name: guest
Password:
RSX-11M-PLUS V4.6 BL87mP [1,54] System MIM
18-APR-06 13:32 Logged on Terminal TT7: as GST21
Good Afternoon
*****************************************************************
* *
* Welcome to RSX-11M-PLUS *
* *
* Version 4.6 Base level 87 *
* *
* This is Mim.Update.UU.SE *
* (Running on E11) *
*****************************************************************
If you have any problems, or want to ask questions, don't
be afraid to write me a mail.
MIM is a E11 replacement for Magica, which can't be run 24/7 right now
because of costs. Magica is still around, and occasionally online.
The E11 license for MIM was kindly donated by John Wilson of DBIT.
(Check out www.dbit.com for more information).
*** Try HELP FUN for more fun ***
*** Try HELP LOCAL for information about compilers and stuff on MIM ***
*** A small FAQ have been written. Do "MORE FAQ" ***
*** Note that help on compiling and linking are available at HELP LOCAL ***
Johnny ([email protected])
Last interactive login on Tuesday, April 18, 2006 13:29:44 (TT4:)
Last batch login on Saturday, August 9, 1997 17:36:13
$ @LB:[1,2]SYSLOGIN.CMD
Z
What is your name? Mike
RSX-11M-PLUS BL87mP (MIM ) 1920K PDP-11/74 at 13:33:43.5, 18-APR-06
Users=3 Idle=97% Task=.IDLE. Up: 3 days, 11:47. Ticks=6 Errseq=0.
user task uic pri where state size(K) ioc par
MIKE AT.T7 * [ Self ] 64 TT7 Stopped 4/23 GEN
J Billquist MCET5 [ Oper ] 50 _TT5 Stopped 2/8 GEN
MIKE WHOT7 * [ Self ] 50 TT7 Running 1/3 GEN
ANDREW (In DCL) [ Self ] TT4
Welcome to Magica.
This is a guest account. Please behave.
If you'd like an account of you own, write an email to
Johnny Billquist <[email protected]> saying so.
Please also include the following information about you:
1) Your full name.
2) A working email address to you. (Not an anonymous one)
3) A line or two about who you are.
4) A password for your account.
If you have any other requests or wishes, just include them too, and
we'll see what can be fixed.
/Johnny
$ directory
Directory DU4:[GUEST]
18-APR-06 13:33
MOO.C;2 1. 17-SEP-96 04:26
LLIST.C;1 2. 18-SEP-96 02:09
CAIRO1.OBJ;1 3. 11-OCT-03 22:25
MOO.OBJ;4 1. 10-MAR-97 04:39
MYTEST.;1 1. 20-JAN-97 02:00
HELLO.OBJ;4 1. 09-OCT-02 15:07
MOO.TSK;10 41. C 10-MAR-97 04:39
AT2.TSK;1 3. C 19-MAR-97 06:17
TYPE.CMD;2 2. 23-APR-97 16:33
ATN.TSK;4 4. C 29-JUN-97 08:24
FLUM.C;2 1. 01-JUL-97 01:48
ABRT.MAC;1 1. 01-JUL-97 13:12
ABRT.TSK;1 4. C 01-JUL-97 13:15
PROG.C;2 1. 11-DEC-97 10:17
PROG.TSK;1 41. C 11-DEC-97 14:01
WHY2.B2S;1 1. 13-DEC-97 12:49
WHY1.B2S;2 1. 13-DEC-97 12:51
WHY3.B2S;1 1. 13-DEC-97 12:54
DIRECT.CMD;15 3. 11-JAN-98 00:30
HELLO.TSK;3 20. C 09-OCT-02 15:08
HELLO.OBJ;11 1. 11-SEP-05 12:49
DAVE.OUT;1 5. 20-MAR-98 10:30
LAK.JOU;2 57. 25-AUG-05 12:11
FREDDY.OBJ;1 1. 09-DEC-03 12:50
QQQ1.DMP;1 19. 21-MAR-98 04:38
QQQ2.DMP;1 19. 21-MAR-98 04:38
Q.;1 1. 24-AUG-05 13:10
DAVE.TSK;1 41. C 23-MAR-98 17:58
TEST.;1 0. 24-MAY-03 02:29
DAVE.C;4 1. 27-MAR-98 15:36
CLECOMTAB.DAT;1 3. 30-MAR-98 20:22
WHY4.B2S;1 1. 03-APR-98 18:08
TYPE.B2S;2 1. 04-APR-98 16:08
FILTR.MAC;2 3. 10-APR-98 19:06
HELLO.TSK;18 36. C 11-SEP-05 12:49
CAIRO1.BAS;1 1. 10-APR-98 21:11
YAVHE.B2S;1 1. 10-APR-98 21:53
PASLIB.LST;1 3. 17-APR-98 10:59
UNT.B2S;16 17. 16-MAY-98 16:09
PAC3.TSK;3 77. C 06-SEP-01 05:53
PAC3.INF;2 1. 06-SEP-01 06:20
SUBNEXT.CMD;1 1. 24-SEP-01 03:49
RESET.SEQ;1 1. 24-SEP-01 03:57
T.OBJ;2 0. 10-SEP-03 15:09
UNT.CMD;2 1. 26-SEP-01 12:10
UNT.ODL;3 1. 26-SEP-01 12:10
UNT.TSK;12 23. C 26-SEP-01 12:11
JHE.LOG;1 1. 21-NOV-01 11:05
HELLO.PAS;6 1. 09-OCT-02 15:07
3.ZSG;4 6. 29-JAN-02 09:58
4.ZSG;1 6. 29-JAN-02 10:06
1.ZSG;6 6. 29-JAN-02 10:11
2.ZSG;6 7. 29-JAN-02 10:29
EDTINI.EDT;1 1. 19-FEB-02 05:31
2.PAS;5 1. 21-FEB-02 10:26
YAHVE.BAS;2 1. 26-FEB-02 08:48
BADPTR.C;4 1. 01-MAR-02 11:39
BADPTR.S;2 1. 01-MAR-02 11:39
YAHVE.OBJ;1 5. 09-AUG-05 18:35
BADPTR.TSK;2 40. C 01-MAR-02 11:42
NEW.OBJ;1 0. 10-SEP-03 15:09
ZZZTEST.;1 1. 21-MAR-02 17:20
SENDVT3.TMP;1 0. 28-DEC-05 02:41
PROG.EXE;1 1. 22-MAR-02 10:53
VELNER1.ZSG;1 5. 01-APR-02 19:17
HH1.ZSG;1 4. 21-APR-02 17:10
HH2.ZSG;1 4. 21-APR-02 17:12
HITCHHIKE.ZSG;1 5. 21-APR-02 17:32
HH3.ZSG;2 5. 21-APR-02 18:18
HH4.ZSG;1 5. 21-APR-02 18:28
HH5.ZSG;1 5. 21-APR-02 18:40
HH6.ZSG;1 6. 21-APR-02 19:39
TRANCE.B2S;1 1. 26-APR-02 23:23
TEST.TXT;1 1. 25-AUG-05 11:53
BJH21.SAV;1 4. 01-APR-03 01:27
FREDDY.C;1 1. 09-DEC-03 12:49
1.EXE;1 1. 11-MAY-02 14:10
PATRICK.TMP;1 30. 06-JAN-06 10:40
FOO.;1 1. 04-DEC-05 20:07
BLAH.C;1 1. 07-JUL-02 02:59
V.JOU;1 1. 29-MAR-04 00:57
TEST5.PAS;1 1. 07-JUL-02 05:09
FOO.ZSG;1 6. 07-JUL-02 05:31
BBK.B2S;1 1. 16-JUL-02 01:14
FOO.C;2 1. 17-FEB-03 16:57
CAIRO1.B2S;1 1. 11-MAR-03 23:16
HELP.;1 1. 07-AUG-02 08:47
PETER.C;5 1. 04-SEP-02 22:31
PETER.LOG;1 1. 04-SEP-02 22:49
MIG.;1 1. 04-SEP-02 22:51
OUTPUT.;4 1. 09-OCT-02 15:07
TEST1.MAC;1 1. 23-JAN-06 19:34
1.CMD;1 1. 29-MAR-03 11:21
XX.TXT;1 20. 21-JAN-04 00:05
N.ZSG;1 3. 17-OCT-02 01:05
KEN.TSK;1 38. C 20-FEB-03 11:51
TEST1.OBJ;1 1. 25-JAN-06 19:41
HELLO.C;1 1. 10-SEP-05 15:26
TEST1.TSK;1 4. C 25-JAN-06 19:42
ASMHOW.JOU;1 1. 25-JAN-06 19:46
DANALST.;1 22. 16-MAR-06 16:25
IFCONFIG.LOG;1 1. 01-NOV-02 23:34
LAK.;9 1. 25-AUG-05 14:00
TESTTEST.B2S;1 1. 10-FEB-03 19:22
KUK.C;2 1. 05-NOV-02 23:42
KUK.;2 1. 05-NOV-02 23:50
LLIST.TSK;2 5. C 09-DEC-03 12:54
KUK.PAS;8 1. 06-NOV-02 00:08
SAVAGE.PAS;5 1. 06-NOV-02 00:11
Z2.OBJ;1 1. 04-APR-03 05:08
SAVAGE.TSK;2 10. C 06-NOV-02 00:13
KUK.TSK;4 10. C 06-NOV-02 00:30
HELLO.OBJ;10 1. 11-SEP-05 12:10
DRT.B2S;1 1. 15-MAR-03 16:33
LALA.C;1 1. 10-FEB-03 19:21
LLIST.TDS;1 2. 06-NOV-02 00:51
DIME01.;1 1. 24-NOV-03 13:33
DRT.OBJ;1 3. 15-MAR-03 16:34
SAVAGE.LOG;1 1. 06-NOV-02 01:15
HELLO.TSK;17 36. C 11-SEP-05 12:10
ASMHOW.HLP;1 1. 25-JAN-06 19:49
ROBERT.LST;2 3. 22-OCT-03 22:40
DASEIN.;1 0. 10-APR-03 04:56
POKUS.;2 1. 24-SEP-03 14:04
FOR001.DAT;1 1. 16-NOV-02 08:57
DOD.;1 1. 19-APR-03 09:47
MAIL.MAI;1 4. 19-MAR-06 12:58
ABC.Z;2 1. 01-DEC-02 05:56
DOD.C;1 1. 19-APR-03 09:54
MACGYVER.JOU;1 1. 21-MAR-06 14:44
2.;1 1. 04-DEC-02 09:39
TMP326TT.TMP;1 333. C 29-APR-03 19:03
AJJ.C;1 1. 24-APR-03 11:58
LOGIN.CMD;32 1. 07-DEC-03 02:35
TEST.C;1 1. 18-APR-06 13:25
AJJ.OBJ;2 1. 24-APR-03 12:03
AJJ.TSK;3 4. C 24-APR-03 12:05
BJH21A.SAV;1 5. 24-MAY-03 13:42
TEST.JOU;2 1. 18-APR-06 13:26
BJH21B.SAV;1 5. 24-MAY-03 18:55
BJH21C.SAV;1 6. 24-MAY-03 20:05
Z4.C;1 1. 02-JUN-03 11:58
WELCOME.TXT;3 1. 07-DEC-03 02:35
Z.FOR;2 1. 04-DEC-02 19:55
FILTER.OBJ;1 0. 27-JUN-03 14:55
Z2.FOR;1 1. 04-DEC-02 20:02
FILTR.OBJ;1 1. 27-JUN-03 14:55
DIRECTORY.;1 1. 27-JUN-03 14:58
TEST.TXT;2 0. L 18-APR-06 13:27
Z2.TSK;2 4. C 04-DEC-02 20:04
Z3.C;1 1. 04-DEC-02 20:24
FREDDY.TSK;5 4. C 09-DEC-03 13:07
FOOGLE.C;2 1. 25-DEC-03 11:21
Q.OBJ;1 0. 28-JUN-03 04:28
MOO.C;3 1. 27-JUN-03 15:08
D.DES;1 2. 12-FEB-03 06:10
HELLO.MAC;7 1. 25-DEC-03 11:37
FILE.;1 1. 07-DEC-02 07:56
QQQ.OBJ;1 1. 28-JUN-03 04:28
LLIST.OBJ;4 2. 19-JAN-04 20:52
FILE.TSK;2 40. C 07-DEC-02 08:03
QQQ.TSK;3 10. C 28-JUN-03 04:29
ROBERT.FOR;1 1. 11-DEC-02 16:43
QQQ.MAC;7 1. 30-JUN-03 19:28
JJT.OBJ;2 1. 20-JAN-04 08:39
MOO.OBJ;13 1. 20-JAN-04 12:23
JJT.C;2 1. 20-JAN-04 08:38
MYPROG.OBJ;1 3. 04-JUL-03 15:52
TST.OBJ;1 2. 07-JUL-03 10:06
TST.TSK;33 40. C 07-JUL-03 10:07
JJT.TSK;4 4. C 20-JAN-04 08:39
ZZ.B2S;4 1. 05-JAN-03 01:16
FOOGLE.OBJ;3 1. 20-JAN-04 20:52
MOO.TSK;16 4. C 20-JAN-04 12:24
T.TSK;1 25. C 07-JUL-03 10:09
ROBERT.OBJ;6 1. 21-JAN-04 10:38
EFREET.;1 1. 20-JAN-03 16:31
NONAME.B2S;1 1. 08-FEB-03 20:22
FOOGLE.TSK;1 4. C 20-JAN-04 20:52
ROBERT.TSK;3 4. C 21-JAN-04 10:40
PAVEL.TSK;1 4. C 21-JAN-04 10:41
PAVEL.MAP;1 4. 21-JAN-04 10:41
PAVEL.STB;1 1. 21-JAN-04 10:41
PK.OBJ;1 1. 21-JAN-04 10:48
PK.LST;1 3. 21-JAN-04 10:48
PKO.TSK;1 4. C 21-JAN-04 10:49
.JOU;1 1. 23-JAN-04 21:42
E.JOU;1 1. 22-JAN-04 21:24
MY.C;4 1. 26-JAN-04 02:08
ZZ.OBJ;1 3. 02-FEB-04 14:03
ZZ.CMD;1 1. 02-FEB-04 14:04
PIPPO.;1 1. 28-AUG-03 20:20
ZZ.ODL;1 1. 02-FEB-04 14:04
ZZ.TSK;1 15. C 02-FEB-04 14:04
TESTF77.FTN;1 3. 04-FEB-04 18:20
MACGYVER.;2 1. 28-AUG-03 23:43
TESTF771.FTN;1 3. 04-FEB-04 18:28
TEST.OBJ;4 2. 04-FEB-04 18:31
T.LST;3 5. 04-FEB-04 18:31
TEST.TSK;1 4. C 04-FEB-04 18:32
MY.MAC;1 1. 19-FEB-04 20:20
MY.LST;1 4. 23-FEB-04 15:40
SENDVT5.TMP;1 0. 24-FEB-04 16:59
TEST.JOU;1 0. 03-MAR-04 04:38
GIGI.;1 1. 15-MAR-04 21:26
1.;2 1. 11-MAR-04 00:15
GG.;1 1. 16-MAR-04 10:48
GUESTBOOK.;2 1. 11-MAR-04 00:17
HELP.JOU;1 1. 15-JUN-05 12:07
FOO.OBJ;2 1. 01-AUG-05 11:31
MY.OBJ;7 1. 01-AUG-05 11:34
MY.TSK;2 40. C 01-AUG-05 11:35
Total of 1448./1505. blocks in 212. files
$ help directory
DIRECTORY[/format-qual][/destination-qual][/other-qual] [filespec[,s]]
/ATTRIBUTES /OUTPUT[:filespec] /DATE:date
/BRIEF /PRINTER /SINCE:date
/FREE [ddnn:] /THROUGH:date
/FULL /TODAY
/NOWARNINGS /EXCLUDE:filespec
/REWIND
/SUMMARY
The DIRECTORY command displays information about files in a directory. By
default, this command lists the following information for each file: the full
file specification, the number of blocks used by the file, and the creation
date of the file. At the end of this listing is a summary of the number of
files and the space that they use.
Format qualifiers control the type of information in the directory listing.
Destination qualifiers control where the command output is sent. Other
qualifiers list directory files according to the date created or what you want
to exclude from the listing.
Date may be of the form "dd-mmm-yy[yy]", or "yyyy-mm-dd".
If you do not supply a filespecification, a complete directory is displayed.
However, this optional filespecification allows you to specify a particular
subset of your files. You can also obtain a listing of another directory by
supplying the appropriate directory in the filespec.
For information on the above qualifiers, type HELP DIRECTORY qualifier.
Command abbreviation: D
$ directory /
Qualifier? a
DU4:[GUEST]MOO.C;3
Size: 1./1. Created: 27-JUN-2003 15:08
Owner: [066,066] Revised: 27-JUN-2003 15:08
File ID: (2253,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:R, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]LLIST.C;1
Size: 2./2. Created: 18-SEP-1996 02:09
Owner: [066,066] Revised: 18-SEP-1996 02:09
File ID: (2017,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=2, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]CAIRO1.OBJ;1
Size: 3./5. Created: 11-OCT-2003 22:25
Owner: [066,066] Revised: 11-OCT-2003 22:25
File ID: (2020,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, maximum 128 bytes
Record attributes: Carriage return
DU4:[GUEST]MOO.OBJ;13
Size: 1./1. Created: 20-JAN-2004 12:23
Owner: [066,066] Revised: 20-JAN-2004 12:23
File ID: (2275,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]MYTEST.;1
Size: 1./1. Created: 20-JAN-1997 02:00
Owner: [066,066] Revised: 20-JAN-1997 02:00
File ID: (2022,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]HELLO.OBJ;11
Size: 1./1. Created: 11-SEP-2005 12:49
Owner: [066,066] Revised: 11-SEP-2005 12:49
File ID: (32,24,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]MOO.TSK;16
Size: 4./4. Created: 20-JAN-2004 12:24
Owner: [066,066] Revised: 20-JAN-2004 12:24
File ID: (2307,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]AT2.TSK;1
Size: 3./3. Created: 19-MAR-1997 06:17
Owner: [066,066] Revised: 19-MAR-1997 06:18
File ID: (2025,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=3, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]TYPE.CMD;2
Size: 2./2. Created: 23-APR-1997 16:33
Owner: [066,066] Revised: 23-APR-1997 16:55 (3)
File ID: (2026,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:R, Group:, World:
File organization: Sequential
File attributes: Allocation=2, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]ATN.TSK;4
Size: 4./4. Created: 29-JUN-1997 08:24
Owner: [066,066] Revised: 29-JUN-1997 08:24
File ID: (2027,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]FLUM.C;2
Size: 1./1. Created: 01-JUL-1997 01:48
Owner: [066,066] Revised: 01-JUL-1997 01:50
File ID: (2030,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]ABRT.MAC;1
Size: 1./1. Created: 01-JUL-1997 13:12
Owner: [066,066] Revised: 01-JUL-1997 13:14
File ID: (2031,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]ABRT.TSK;1
Size: 4./4. Created: 01-JUL-1997 13:15
Owner: [066,066] Revised: 01-JUL-1997 13:15
File ID: (2032,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]PROG.C;2
Size: 1./1. Created: 11-DEC-1997 10:17
Owner: [066,066] Revised: 11-DEC-1997 10:17
File ID: (2033,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]PROG.TSK;1
Size: 41./41. Created: 11-DEC-1997 14:01
Owner: [066,066] Revised: 11-DEC-1997 14:01
File ID: (2034,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=41, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]WHY2.B2S;1
Size: 1./1. Created: 13-DEC-1997 12:49
Owner: [066,066] Revised: 13-DEC-1997 12:49
File ID: (2035,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]WHY1.B2S;2
Size: 1./1. Created: 13-DEC-1997 12:51
Owner: [066,066] Revised: 13-DEC-1997 12:51
File ID: (2036,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]WHY3.B2S;1
Size: 1./1. Created: 13-DEC-1997 12:54
Owner: [066,066] Revised: 13-DEC-1997 12:54
File ID: (2037,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]DIRECT.CMD;15
Size: 3./3. Created: 11-JAN-1998 00:30
Owner: [066,066] Revised: 11-JAN-1998 00:30
File ID: (2040,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=3, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]HELLO.TSK;18
Size: 36./36. Created: 11-SEP-2005 12:49
Owner: [066,066] Revised: 11-SEP-2005 12:49
File ID: (11,13,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=36, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]DAVE.OUT;1
Size: 5./5. Created: 20-MAR-1998 10:30
Owner: [066,066] Revised: 20-MAR-1998 10:30
File ID: (2043,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]LAK.JOU;2
Size: 57./60. Created: 25-AUG-2005 12:11
Owner: [066,066] Revised: 25-AUG-2005 12:11
File ID: (104,2,0) Expires: <none_specified>
File protection: System:RD, Owner:RWED, Group:, World:
File organization: Sequential
File attributes: Allocation=60, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]FREDDY.OBJ;1
Size: 1./1. Created: 09-DEC-2003 12:50
Owner: [066,066] Revised: 09-DEC-2003 12:50
File ID: (2045,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]QQQ1.DMP;1
Size: 19./19. Created: 21-MAR-1998 04:38
Owner: [066,066] Revised: 21-MAR-1998 04:38
File ID: (2046,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=19, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]QQQ2.DMP;1
Size: 19./19. Created: 21-MAR-1998 04:38
Owner: [066,066] Revised: 21-MAR-1998 04:38
File ID: (2047,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=19, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]Q.;1
Size: 1./1. Created: 24-AUG-2005 13:10
Owner: [066,066] Revised: 24-AUG-2005 13:10
File ID: (22,2,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]DAVE.TSK;1
Size: 41./41. Created: 23-MAR-1998 17:58
Owner: [066,066] Revised: 23-MAR-1998 17:58
File ID: (2051,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=41, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]TEST.;1
Size: 0./0. Created: 24-MAY-2003 02:29
Owner: [066,066] Revised: 24-MAY-2003 02:29
File ID: (2052,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=0, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]DAVE.C;4
Size: 1./1. Created: 27-MAR-1998 15:36
Owner: [066,066] Revised: 27-MAR-1998 15:36
File ID: (2053,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]CLECOMTAB.DAT;1
Size: 3./3. Created: 30-MAR-1998 20:22
Owner: [066,066] Revised: 30-MAR-1998 20:22
File ID: (2054,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=3, Extend=0
Record format: Undefined
Record attributes: None
DU4:[GUEST]WHY4.B2S;1
Size: 1./1. Created: 03-APR-1998 18:08
Owner: [066,066] Revised: 03-APR-1998 18:08
File ID: (2055,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]TYPE.B2S;2
Size: 1./1. Created: 04-APR-1998 16:08
Owner: [066,066] Revised: 04-APR-1998 16:08
File ID: (2056,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]FILTR.MAC;2
Size: 3./3. Created: 10-APR-1998 19:06
Owner: [066,066] Revised: 10-APR-1998 19:06
File ID: (2057,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=3, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]CAIRO1.BAS;1
Size: 1./1. Created: 10-APR-1998 21:11
Owner: [066,066] Revised: 10-APR-1998 21:11
File ID: (2061,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]YAVHE.B2S;1
Size: 1./1. Created: 10-APR-1998 21:53
Owner: [066,066] Revised: 10-APR-1998 21:53
File ID: (2062,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]PASLIB.LST;1
Size: 3./3. Created: 17-APR-1998 10:59
Owner: [066,066] Revised: 17-APR-1998 10:59
File ID: (2063,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=3, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]UNT.B2S;16
Size: 17./17. Created: 16-MAY-1998 16:09
Owner: [066,066] Revised: 16-MAY-1998 16:09
File ID: (2064,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=17, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]PAC3.TSK;3
Size: 77./77. Created: 06-SEP-2001 05:53
Owner: [066,066] Revised: 06-SEP-2001 06:02 (2)
File ID: (2065,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=77, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]PAC3.INF;2
Size: 1./1. Created: 06-SEP-2001 06:20
Owner: [066,066] Revised: 06-SEP-2001 06:20
File ID: (2066,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]SUBNEXT.CMD;1
Size: 1./1. Created: 24-SEP-2001 03:49
Owner: [066,066] Revised: 24-SEP-2001 03:49
File ID: (2067,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]RESET.SEQ;1
Size: 1./1. Created: 24-SEP-2001 03:57
Owner: [066,066] Revised: 24-SEP-2001 03:57
File ID: (2070,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]T.OBJ;2
Size: 0./0. Created: 10-SEP-2003 15:09
Owner: [066,066] Revised: 10-SEP-2003 15:09
File ID: (2071,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=0, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]UNT.CMD;2
Size: 1./1. Created: 26-SEP-2001 12:10
Owner: [066,066] Revised: 26-SEP-2001 12:10
File ID: (2072,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]UNT.ODL;3
Size: 1./1. Created: 26-SEP-2001 12:10
Owner: [066,066] Revised: 26-SEP-2001 12:10
File ID: (2073,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]UNT.TSK;12
Size: 23./23. Created: 26-SEP-2001 12:11
Owner: [066,066] Revised: 26-SEP-2001 12:11
File ID: (2074,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=23, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]JHE.LOG;1
Size: 1./5. Created: 21-NOV-2001 11:05
Owner: [066,066] Revised: 21-NOV-2001 11:05
File ID: (2075,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]HELLO.PAS;6
Size: 1./5. Created: 09-OCT-2002 15:07
Owner: [007,014] Revised: 09-OCT-2002 15:07
File ID: (2076,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]3.ZSG;4
Size: 6./6. Created: 29-JAN-2002 09:58
Owner: [066,066] Revised: 29-JAN-2002 09:58
File ID: (2077,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=6, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]4.ZSG;1
Size: 6./6. Created: 29-JAN-2002 10:06
Owner: [066,066] Revised: 29-JAN-2002 10:06
File ID: (2100,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=6, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]1.ZSG;6
Size: 6./6. Created: 29-JAN-2002 10:11
Owner: [066,066] Revised: 29-JAN-2002 10:11
File ID: (2101,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=6, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]2.ZSG;6
Size: 7./7. Created: 29-JAN-2002 10:29
Owner: [066,066] Revised: 29-JAN-2002 10:29
File ID: (2102,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=7, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]EDTINI.EDT;1
Size: 1./1. Created: 19-FEB-2002 05:31
Owner: [066,066] Revised: 19-FEB-2002 05:31
File ID: (2103,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]2.PAS;5
Size: 1./1. Created: 21-FEB-2002 10:26
Owner: [066,066] Revised: 21-FEB-2002 10:26
File ID: (2104,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]YAHVE.BAS;2
Size: 1./1. Created: 26-FEB-2002 08:48
Owner: [066,066] Revised: 26-FEB-2002 08:48
File ID: (2105,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]BADPTR.C;4
Size: 1./1. Created: 01-MAR-2002 11:39
Owner: [066,066] Revised: 01-MAR-2002 11:39
File ID: (2106,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]BADPTR.S;2
Size: 1./1. Created: 01-MAR-2002 11:39
Owner: [066,066] Revised: 01-MAR-2002 11:39
File ID: (2107,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]YAHVE.OBJ;1
Size: 5./5. Created: 09-AUG-2005 18:35
Owner: [066,066] Revised: 09-AUG-2005 18:35
File ID: (6545,4,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, maximum 128 bytes
Record attributes: Carriage return
DU4:[GUEST]BADPTR.TSK;2
Size: 40./40. Created: 01-MAR-2002 11:42
Owner: [066,066] Revised: 01-MAR-2002 11:43
File ID: (2111,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=40, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]NEW.OBJ;1
Size: 0./0. Created: 10-SEP-2003 15:09
Owner: [066,066] Revised: 10-SEP-2003 15:09
File ID: (2112,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=0, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]ZZZTEST.;1
Size: 1./1. Created: 21-MAR-2002 17:20
Owner: [066,066] Revised: 21-MAR-2002 17:20
File ID: (2113,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]SENDVT3.TMP;1
Size: 0./1. Created: 28-DEC-2005 02:41
Owner: [066,066] Revised: 28-DEC-2005 02:42
File ID: (2277,4,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]PROG.EXE;1
Size: 1./1. Created: 22-MAR-2002 10:53
Owner: [066,066] Revised: 22-MAR-2002 10:53
File ID: (2115,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]VELNER1.ZSG;1
Size: 5./5. Created: 01-APR-2002 19:17
Owner: [066,066] Revised: 01-APR-2002 19:17
File ID: (2116,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]HH1.ZSG;1
Size: 4./4. Created: 21-APR-2002 17:10
Owner: [066,066] Revised: 21-APR-2002 17:10
File ID: (2117,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]HH2.ZSG;1
Size: 4./4. Created: 21-APR-2002 17:12
Owner: [066,066] Revised: 21-APR-2002 17:12
File ID: (2120,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]HITCHHIKE.ZSG;1
Size: 5./5. Created: 21-APR-2002 17:32
Owner: [066,066] Revised: 21-APR-2002 17:32
File ID: (2121,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]HH3.ZSG;2
Size: 5./5. Created: 21-APR-2002 18:18
Owner: [066,066] Revised: 21-APR-2002 18:18
File ID: (2122,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]HH4.ZSG;1
Size: 5./5. Created: 21-APR-2002 18:28
Owner: [066,066] Revised: 21-APR-2002 18:28
File ID: (2123,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]HH5.ZSG;1
Size: 5./5. Created: 21-APR-2002 18:40
Owner: [066,066] Revised: 21-APR-2002 18:40
File ID: (2124,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]HH6.ZSG;1
Size: 6./6. Created: 21-APR-2002 19:39
Owner: [066,066] Revised: 21-APR-2002 19:39
File ID: (2125,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=6, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]TRANCE.B2S;1
Size: 1./1. Created: 26-APR-2002 23:23
Owner: [066,066] Revised: 26-APR-2002 23:23
File ID: (2126,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
?DSP-F-OPNINP, Error opening DU4:[GUEST]TEST.TXT;2 as input
-RMS-E-ER$ACC, Access error
-RSX-E-IE.CLO, File was not properly closed
DU4:[GUEST]BJH21.SAV;1
Size: 4./4. Created: 01-APR-2003 01:27
Owner: [066,066] Revised: 01-APR-2003 01:27
File ID: (2130,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]FREDDY.C;1
Size: 1./1. Created: 09-DEC-2003 12:49
Owner: [066,066] Revised: 09-DEC-2003 12:49
File ID: (2131,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]1.EXE;1
Size: 1./1. Created: 11-MAY-2002 14:10
Owner: [066,066] Revised: 11-MAY-2002 14:10
File ID: (2132,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]PATRICK.TMP;1
Size: 30./30. Created: 06-JAN-2006 10:40
Owner: [066,066] Revised: 06-JAN-2006 10:40
File ID: (2331,3,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=30, Extend=0
Record format: Variable length, maximum 16384 bytes
Record attributes: Carriage return
DU4:[GUEST]FOO.;1
Size: 1./1. Created: 04-DEC-2005 20:07
Owner: [066,066] Revised: 04-DEC-2005 20:07
File ID: (561,5,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]BLAH.C;1
Size: 1./1. Created: 07-JUL-2002 02:59
Owner: [066,066] Revised: 07-JUL-2002 02:59
File ID: (2135,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]V.JOU;1
Size: 1./5. Created: 29-MAR-2004 00:57
Owner: [066,066] Revised: 29-MAR-2004 01:03
File ID: (2136,1,0) Expires: <none_specified>
File protection: System:RD, Owner:RWED, Group:, World:
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]TEST5.PAS;1
Size: 1./1. Created: 07-JUL-2002 05:09
Owner: [066,066] Revised: 07-JUL-2002 05:10
File ID: (2137,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]FOO.ZSG;1
Size: 6./6. Created: 07-JUL-2002 05:31
Owner: [066,066] Revised: 07-JUL-2002 05:31
File ID: (2140,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=6, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]BBK.B2S;1
Size: 1./1. Created: 16-JUL-2002 01:14
Owner: [066,066] Revised: 16-JUL-2002 01:14
File ID: (2141,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]FOO.C;2
Size: 1./1. Created: 17-FEB-2003 16:57
Owner: [066,066] Revised: 17-FEB-2003 16:57
File ID: (2142,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]CAIRO1.B2S;1
Size: 1./1. Created: 11-MAR-2003 23:16
Owner: [066,066] Revised: 11-MAR-2003 23:16
File ID: (2143,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]HELP.;1
Size: 1./1. Created: 07-AUG-2002 08:47
Owner: [066,066] Revised: 07-AUG-2002 08:47
File ID: (2144,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]PETER.C;5
Size: 1./1. Created: 04-SEP-2002 22:31
Owner: [066,066] Revised: 04-SEP-2002 22:31
File ID: (2145,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]PETER.LOG;1
Size: 1./5. Created: 04-SEP-2002 22:49
Owner: [066,066] Revised: 04-SEP-2002 22:49
File ID: (2146,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]MIG.;1
Size: 1./1. Created: 04-SEP-2002 22:51
Owner: [066,066] Revised: 04-SEP-2002 22:51
File ID: (2147,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]OUTPUT.;4
Size: 1./1. Created: 09-OCT-2002 15:07
Owner: [007,014] Revised: 09-OCT-2002 15:07
File ID: (2150,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:R, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]TEST1.MAC;1
Size: 1./1. Created: 23-JAN-2006 19:34
Owner: [066,066] Revised: 23-JAN-2006 19:34
File ID: (6377,11,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]1.CMD;1
Size: 1./1. Created: 29-MAR-2003 11:21
Owner: [066,066] Revised: 29-MAR-2003 11:21
File ID: (2152,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]XX.TXT;1
Size: 20./20. Created: 21-JAN-2004 00:05
Owner: [066,066] Revised: 21-JAN-2004 00:06
File ID: (2153,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=20, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]N.ZSG;1
Size: 3./3. Created: 17-OCT-2002 01:05
Owner: [066,066] Revised: 17-OCT-2002 01:05
File ID: (2154,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=3, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]KEN.TSK;1
Size: 38./38. Created: 20-FEB-2003 11:51
Owner: [066,066] Revised: 20-FEB-2003 11:51
File ID: (2155,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=38, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]TEST1.OBJ;1
Size: 1./1. Created: 25-JAN-2006 19:41
Owner: [066,066] Revised: 25-JAN-2006 19:41 (2)
File ID: (6407,4,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]HELLO.C;1
Size: 1./1. Created: 10-SEP-2005 15:26
Owner: [066,066] Revised: 10-SEP-2005 15:26
File ID: (122,30,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]TEST1.TSK;1
Size: 4./4. Created: 25-JAN-2006 19:42
Owner: [066,066] Revised: 25-JAN-2006 19:42
File ID: (6507,6,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]ASMHOW.JOU;1
Size: 1./1. Created: 25-JAN-2006 19:46
Owner: [066,066] Revised: 25-JAN-2006 19:49
File ID: (6527,5,0) Expires: <none_specified>
File protection: System:RD, Owner:RWED, Group:, World:
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]DANALST.;1
Size: 22./22. Created: 16-MAR-2006 16:25
Owner: [066,066] Revised: 16-MAR-2006 16:25
File ID: (7436,4,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=22, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]IFCONFIG.LOG;1
Size: 1./5. Created: 01-NOV-2002 23:34
Owner: [066,066] Revised: 01-NOV-2002 23:35
File ID: (2163,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]LAK.;9
Size: 1./1. Created: 25-AUG-2005 14:00
Owner: [066,066] Revised: 25-AUG-2005 14:00
File ID: (226,2,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]TESTTEST.B2S;1
Size: 1./1. Created: 10-FEB-2003 19:22
Owner: [066,066] Revised: 10-FEB-2003 19:22
File ID: (2165,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]KUK.C;2
Size: 1./1. Created: 05-NOV-2002 23:42
Owner: [066,066] Revised: 05-NOV-2002 23:45
File ID: (2166,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]KUK.;2
Size: 1./1. Created: 05-NOV-2002 23:50
Owner: [066,066] Revised: 05-NOV-2002 23:50
File ID: (2167,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]LLIST.TSK;2
Size: 5./5. Created: 09-DEC-2003 12:54
Owner: [066,066] Revised: 09-DEC-2003 12:54
File ID: (2170,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]KUK.PAS;8
Size: 1./1. Created: 06-NOV-2002 00:08
Owner: [066,066] Revised: 06-NOV-2002 00:09
File ID: (2171,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]SAVAGE.PAS;5
Size: 1./1. Created: 06-NOV-2002 00:11
Owner: [066,066] Revised: 06-NOV-2002 00:11
File ID: (2172,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]Z2.OBJ;1
Size: 1./1. Created: 04-APR-2003 05:08
Owner: [066,066] Revised: 04-APR-2003 05:08
File ID: (2173,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]SAVAGE.TSK;2
Size: 10./10. Created: 06-NOV-2002 00:13
Owner: [066,066] Revised: 06-NOV-2002 00:13
File ID: (2174,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=10, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]KUK.TSK;4
Size: 10./10. Created: 06-NOV-2002 00:30
Owner: [066,066] Revised: 06-NOV-2002 00:30
File ID: (2175,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=10, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]DRT.B2S;1
Size: 1./1. Created: 15-MAR-2003 16:33
Owner: [066,066] Revised: 15-MAR-2003 16:34 (2)
File ID: (2177,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]LALA.C;1
Size: 1./1. Created: 10-FEB-2003 19:21
Owner: [066,066] Revised: 10-FEB-2003 19:21
File ID: (2200,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]LLIST.TDS;1
Size: 2./2. Created: 06-NOV-2002 00:51
Owner: [066,066] Revised: 06-NOV-2002 00:51
File ID: (2201,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=2, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]DIME01.;1
Size: 1./1. Created: 24-NOV-2003 13:33
Owner: [066,066] Revised: 24-NOV-2003 13:33
File ID: (2202,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]DRT.OBJ;1
Size: 3./5. Created: 15-MAR-2003 16:34
Owner: [066,066] Revised: 15-MAR-2003 16:34
File ID: (2203,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, maximum 128 bytes
Record attributes: Carriage return
DU4:[GUEST]SAVAGE.LOG;1
Size: 1./5. Created: 06-NOV-2002 01:15
Owner: [066,066] Revised: 06-NOV-2002 01:15
File ID: (2204,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]ASMHOW.HLP;1
Size: 1./1. Created: 25-JAN-2006 19:49
Owner: [066,066] Revised: 25-JAN-2006 19:49
File ID: (6530,5,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]ROBERT.LST;2
Size: 3./3. Created: 22-OCT-2003 22:40
Owner: [066,066] Revised: 22-OCT-2003 22:40
File ID: (2207,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=3, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]DASEIN.;1
Size: 0./0. Created: 10-APR-2003 04:56
Owner: [066,066] Revised: 10-APR-2003 04:56
File ID: (2210,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=0, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]POKUS.;2
Size: 1./1. Created: 24-SEP-2003 14:04
Owner: [066,066] Revised: 24-SEP-2003 14:13
File ID: (2211,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]FOR001.DAT;1
Size: 1./1. Created: 16-NOV-2002 08:57
Owner: [066,066] Revised: 16-NOV-2002 08:57
File ID: (2212,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Fortran carriage control
DU4:[GUEST]DOD.;1
Size: 1./1. Created: 19-APR-2003 09:47
Owner: [066,066] Revised: 19-APR-2003 09:49
File ID: (2213,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]MAIL.MAI;1
Size: 4./4. Created: 19-MAR-2006 12:58
Owner: [066,066] Revised: 19-MAR-2006 12:58 (4)
File ID: (11560,5,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:, World:
File organization: Sequential
File attributes: Allocation=4, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]ABC.Z;2
Size: 1./1. Created: 01-DEC-2002 05:56
Owner: [066,066] Revised: 01-DEC-2002 05:56
File ID: (2215,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]DOD.C;1
Size: 1./1. Created: 19-APR-2003 09:54
Owner: [066,066] Revised: 19-APR-2003 09:56
File ID: (2216,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]MACGYVER.JOU;1
Size: 1./1. Created: 21-MAR-2006 14:44
Owner: [066,066] Revised: 21-MAR-2006 14:45
File ID: (6606,7,0) Expires: <none_specified>
File protection: System:RD, Owner:RWED, Group:, World:
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]2.;1
Size: 1./1. Created: 04-DEC-2002 09:39
Owner: [066,066] Revised: 04-DEC-2002 09:39
File ID: (2220,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]TMP326TT.TMP;1
Size: 333./333. Created: 29-APR-2003 19:03
Owner: [066,066] Revised: 29-APR-2003 19:03 (2)
File ID: (2221,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=333, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]AJJ.C;1
Size: 1./1. Created: 24-APR-2003 11:58
Owner: [066,066] Revised: 24-APR-2003 11:58
File ID: (2222,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]LOGIN.CMD;32
Size: 1./1. Created: 07-DEC-2003 02:35
Owner: [007,014] Revised: 07-DEC-2003 02:35
File ID: (2223,1,0) Expires: <none_specified>
File protection: System:R, Owner:R, Group:R, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]TEST.C;1
Size: 1./1. Created: 18-APR-2006 13:25
Owner: [066,066] Revised: 18-APR-2006 13:26
File ID: (6632,76,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]AJJ.OBJ;2
Size: 1./1. Created: 24-APR-2003 12:03
Owner: [066,066] Revised: 24-APR-2003 12:03
File ID: (2225,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]AJJ.TSK;3
Size: 4./4. Created: 24-APR-2003 12:05
Owner: [066,066] Revised: 24-APR-2003 12:05
File ID: (2226,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]BJH21A.SAV;1
Size: 5./5. Created: 24-MAY-2003 13:42
Owner: [066,066] Revised: 24-MAY-2003 13:42
File ID: (2227,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]TEST.JOU;2
Size: 1./1. Created: 18-APR-2006 13:26
Owner: [066,066] Revised: 18-APR-2006 13:26
File ID: (6633,72,0) Expires: <none_specified>
File protection: System:RD, Owner:RWED, Group:, World:
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]BJH21B.SAV;1
Size: 5./5. Created: 24-MAY-2003 18:55
Owner: [066,066] Revised: 24-MAY-2003 18:56
File ID: (2231,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]BJH21C.SAV;1
Size: 6./6. Created: 24-MAY-2003 20:05
Owner: [066,066] Revised: 24-MAY-2003 20:05
File ID: (2232,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=6, Extend=0
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]Z4.C;1
Size: 1./1. Created: 02-JUN-2003 11:58
Owner: [066,066] Revised: 02-JUN-2003 11:58
File ID: (2233,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]WELCOME.TXT;3
Size: 1./1. Created: 07-DEC-2003 02:35
Owner: [007,014] Revised: 07-DEC-2003 02:35
File ID: (2234,1,0) Expires: <none_specified>
File protection: System:R, Owner:R, Group:R, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]Z.FOR;2
Size: 1./1. Created: 04-DEC-2002 19:55
Owner: [066,066] Revised: 04-DEC-2002 19:55
File ID: (2235,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]FILTER.OBJ;1
Size: 0./0. Created: 27-JUN-2003 14:55
Owner: [066,066] Revised: 27-JUN-2003 14:55
File ID: (2236,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=0, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]Z2.FOR;1
Size: 1./1. Created: 04-DEC-2002 20:02
Owner: [066,066] Revised: 04-DEC-2002 20:02
File ID: (2237,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]FILTR.OBJ;1
Size: 1./1. Created: 27-JUN-2003 14:55
Owner: [066,066] Revised: 27-JUN-2003 14:55 (2)
File ID: (2240,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]DIRECTORY.;1
Size: 1./1. Created: 27-JUN-2003 14:58
Owner: [066,066] Revised: 27-JUN-2003 14:58
File ID: (2241,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]Z2.TSK;2
Size: 4./4. Created: 04-DEC-2002 20:04
Owner: [066,066] Revised: 04-DEC-2002 20:04
File ID: (2243,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]Z3.C;1
Size: 1./1. Created: 04-DEC-2002 20:24
Owner: [066,066] Revised: 04-DEC-2002 20:24
File ID: (2244,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]FREDDY.TSK;5
Size: 4./4. Created: 09-DEC-2003 13:07
Owner: [066,066] Revised: 09-DEC-2003 13:07
File ID: (2245,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]FOOGLE.C;2
Size: 1./1. Created: 25-DEC-2003 11:21
Owner: [066,066] Revised: 25-DEC-2003 11:21
File ID: (2250,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]Q.OBJ;1
Size: 0./0. Created: 28-JUN-2003 04:28
Owner: [066,066] Revised: 28-JUN-2003 04:28
File ID: (2251,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=0, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]D.DES;1
Size: 2./5. Created: 12-FEB-2003 06:10
Owner: [066,066] Revised: 12-FEB-2003 06:10
File ID: (2254,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]HELLO.MAC;7
Size: 1./1. Created: 25-DEC-2003 11:37
Owner: [066,066] Revised: 25-DEC-2003 11:37
File ID: (2255,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:R, World:RWED
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]FILE.;1
Size: 1./1. Created: 07-DEC-2002 07:56
Owner: [066,066] Revised: 07-DEC-2002 07:56
File ID: (2256,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]QQQ.OBJ;1
Size: 1./1. Created: 28-JUN-2003 04:28
Owner: [066,066] Revised: 28-JUN-2003 04:29 (2)
File ID: (2257,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]LLIST.OBJ;4
Size: 2./2. Created: 19-JAN-2004 20:52
Owner: [066,066] Revised: 19-JAN-2004 20:52
File ID: (2260,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=2, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]FILE.TSK;2
Size: 40./40. Created: 07-DEC-2002 08:03
Owner: [066,066] Revised: 07-DEC-2002 08:03
File ID: (2261,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=40, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]QQQ.TSK;3
Size: 10./10. Created: 28-JUN-2003 04:29
Owner: [066,066] Revised: 28-JUN-2003 04:29
File ID: (2265,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=10, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]ROBERT.FOR;1
Size: 1./1. Created: 11-DEC-2002 16:43
Owner: [066,066] Revised: 11-DEC-2002 16:43
File ID: (2267,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]QQQ.MAC;7
Size: 1./1. Created: 30-JUN-2003 19:28
Owner: [066,066] Revised: 30-JUN-2003 19:28
File ID: (2271,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]JJT.OBJ;2
Size: 1./1. Created: 20-JAN-2004 08:39
Owner: [066,066] Revised: 20-JAN-2004 08:39
File ID: (2272,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]JJT.C;2
Size: 1./1. Created: 20-JAN-2004 08:38
Owner: [066,066] Revised: 20-JAN-2004 08:38
File ID: (2276,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]MYPROG.OBJ;1
Size: 3./5. Created: 04-JUL-2003 15:52
Owner: [066,066] Revised: 04-JUL-2003 15:52
File ID: (2300,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, maximum 128 bytes
Record attributes: Carriage return
DU4:[GUEST]TST.OBJ;1
Size: 2./2. Created: 07-JUL-2003 10:06
Owner: [066,066] Revised: 07-JUL-2003 10:06
File ID: (2301,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=2, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]TST.TSK;33
Size: 40./40. Created: 07-JUL-2003 10:07
Owner: [066,066] Revised: 07-JUL-2003 10:07
File ID: (2302,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=40, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]JJT.TSK;4
Size: 4./4. Created: 20-JAN-2004 08:39
Owner: [066,066] Revised: 20-JAN-2004 08:39
File ID: (2303,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]ZZ.B2S;4
Size: 1./1. Created: 05-JAN-2003 01:16
Owner: [066,066] Revised: 05-JAN-2003 01:16
File ID: (2304,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]FOOGLE.OBJ;3
Size: 1./1. Created: 20-JAN-2004 20:52
Owner: [066,066] Revised: 20-JAN-2004 20:52
File ID: (2305,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]T.TSK;1
Size: 25./25. Created: 07-JUL-2003 10:09
Owner: [066,066] Revised: 07-JUL-2003 10:09
File ID: (2310,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=25, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]ROBERT.OBJ;6
Size: 1./1. Created: 21-JAN-2004 10:38
Owner: [066,066] Revised: 21-JAN-2004 10:38
File ID: (2311,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]EFREET.;1
Size: 1./1. Created: 20-JAN-2003 16:31
Owner: [066,066] Revised: 20-JAN-2003 16:31
File ID: (2312,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]NONAME.B2S;1
Size: 1./1. Created: 08-FEB-2003 20:22
Owner: [066,066] Revised: 19-JAN-2004 22:24 (4)
File ID: (2313,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]FOOGLE.TSK;1
Size: 4./4. Created: 20-JAN-2004 20:52
Owner: [066,066] Revised: 20-JAN-2004 20:52
File ID: (2314,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]ROBERT.TSK;3
Size: 4./4. Created: 21-JAN-2004 10:40
Owner: [066,066] Revised: 21-JAN-2004 10:40
File ID: (2315,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]PAVEL.TSK;1
Size: 4./4. Created: 21-JAN-2004 10:41
Owner: [066,066] Revised: 21-JAN-2004 10:41
File ID: (2316,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]PAVEL.MAP;1
Size: 4./4. Created: 21-JAN-2004 10:41
Owner: [066,066] Revised: 21-JAN-2004 10:41
File ID: (2317,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]PAVEL.STB;1
Size: 1./1. Created: 21-JAN-2004 10:41
Owner: [066,066] Revised: 21-JAN-2004 10:41
File ID: (2321,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]PK.OBJ;1
Size: 1./1. Created: 21-JAN-2004 10:48
Owner: [066,066] Revised: 21-JAN-2004 10:48 (2)
File ID: (2322,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]PK.LST;1
Size: 3./3. Created: 21-JAN-2004 10:48
Owner: [066,066] Revised: 21-JAN-2004 10:48 (2)
File ID: (2323,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=3, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]PKO.TSK;1
Size: 4./4. Created: 21-JAN-2004 10:49
Owner: [066,066] Revised: 21-JAN-2004 10:49
File ID: (2324,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST].JOU;1
Size: 1./5. Created: 23-JAN-2004 21:42
Owner: [066,066] Revised: 23-JAN-2004 21:46
File ID: (2325,1,0) Expires: <none_specified>
File protection: System:RD, Owner:RWED, Group:, World:
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]E.JOU;1
Size: 1./1. Created: 22-JAN-2004 21:24
Owner: [066,066] Revised: 22-JAN-2004 21:27
File ID: (2326,1,0) Expires: <none_specified>
File protection: System:RD, Owner:RWED, Group:, World:
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]MY.C;4
Size: 1./1. Created: 26-JAN-2004 02:08
Owner: [066,066] Revised: 26-JAN-2004 02:08
File ID: (2332,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]ZZ.OBJ;1
Size: 3./5. Created: 02-FEB-2004 14:03
Owner: [066,066] Revised: 02-FEB-2004 14:03
File ID: (2333,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, maximum 128 bytes
Record attributes: Carriage return
DU4:[GUEST]ZZ.CMD;1
Size: 1./1. Created: 02-FEB-2004 14:04
Owner: [066,066] Revised: 02-FEB-2004 14:04
File ID: (2335,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]PIPPO.;1
Size: 1./1. Created: 28-AUG-2003 20:20
Owner: [066,066] Revised: 28-AUG-2003 20:20
File ID: (2336,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]ZZ.ODL;1
Size: 1./1. Created: 02-FEB-2004 14:04
Owner: [066,066] Revised: 02-FEB-2004 14:04
File ID: (2337,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, maximum 132 bytes
Record attributes: Carriage return
DU4:[GUEST]ZZ.TSK;1
Size: 15./15. Created: 02-FEB-2004 14:04
Owner: [066,066] Revised: 02-FEB-2004 14:04
File ID: (2340,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=15, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]TESTF77.FTN;1
Size: 3./5. Created: 04-FEB-2004 18:20
Owner: [066,066] Revised: 04-FEB-2004 18:21
File ID: (2341,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, maximum 512 bytes
Record attributes: Carriage return
DU4:[GUEST]MACGYVER.;2
Size: 1./1. Created: 28-AUG-2003 23:43
Owner: [066,066] Revised: 28-AUG-2003 23:43
File ID: (2342,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]TESTF771.FTN;1
Size: 3./5. Created: 04-FEB-2004 18:28
Owner: [066,066] Revised: 04-FEB-2004 18:28
File ID: (2346,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, maximum 512 bytes
Record attributes: Carriage return
DU4:[GUEST]TEST.OBJ;4
Size: 2./2. Created: 04-FEB-2004 18:31
Owner: [066,066] Revised: 04-FEB-2004 18:31
File ID: (2347,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=2, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]T.LST;3
Size: 5./5. Created: 04-FEB-2004 18:31
Owner: [066,066] Revised: 04-FEB-2004 18:31
File ID: (2350,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]TEST.TSK;1
Size: 4./4. Created: 04-FEB-2004 18:32
Owner: [066,066] Revised: 04-FEB-2004 18:32
File ID: (2351,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
DU4:[GUEST]MY.MAC;1
Size: 1./1. Created: 19-FEB-2004 20:20
Owner: [066,066] Revised: 19-FEB-2004 20:20
File ID: (2352,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]MY.LST;1
Size: 4./4. Created: 23-FEB-2004 15:40
Owner: [066,066] Revised: 23-FEB-2004 15:40 (2)
File ID: (2356,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=4, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]SENDVT5.TMP;1
Size: 0./1. Created: 24-FEB-2004 16:59
Owner: [066,066] Revised: 24-FEB-2004 17:01
File ID: (2357,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]GIGI.;1
Size: 1./1. Created: 15-MAR-2004 21:26
Owner: [066,066] Revised: 15-MAR-2004 21:31
File ID: (2362,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]1.;2
Size: 1./1. Created: 11-MAR-2004 00:15
Owner: [066,066] Revised: 11-MAR-2004 00:15
File ID: (2363,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]GG.;1
Size: 1./1. Created: 16-MAR-2004 10:48
Owner: [066,066] Revised: 16-MAR-2004 10:49
File ID: (2364,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]GUESTBOOK.;2
Size: 1./1. Created: 11-MAR-2004 00:17
Owner: [066,066] Revised: 11-MAR-2004 00:17
File ID: (2366,1,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]HELP.JOU;1
Size: 1./5. Created: 15-JUN-2005 12:07
Owner: [066,066] Revised: 15-JUN-2005 12:11
File ID: (6504,4,0) Expires: <none_specified>
File protection: System:RD, Owner:RWED, Group:, World:
File organization: Sequential
File attributes: Allocation=5, Extend=0
Record format: Variable length, no maximum defined
Record attributes: Carriage return
DU4:[GUEST]FOO.OBJ;2
Size: 1./1. Created: 01-AUG-2005 11:31
Owner: [066,066] Revised: 01-AUG-2005 11:31
File ID: (560,4,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]MY.OBJ;7
Size: 1./1. Created: 01-AUG-2005 11:34
Owner: [066,066] Revised: 01-AUG-2005 11:34
File ID: (556,13,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=1, Extend=0
Record format: Variable length, no maximum defined
Record attributes: None
DU4:[GUEST]MY.TSK;2
Size: 40./40. Created: 01-AUG-2005 11:35
Owner: [066,066] Revised: 01-AUG-2005 11:35
File ID: (570,10,0) Expires: <none_specified>
File protection: System:RWED, Owner:RWED, Group:RWED, World:R
File organization: Sequential
File attributes: Allocation=40, Extend=0, Contiguous
Record format: Fixed length 512 byte records
Record attributes: None
$ bye
$ @LB:[1,2]SYSLOGOUT.CMD
$
Connect time: 0 hrs 1 mins 55 secs
CPU time used: 0 hrs 0 mins 43 secs
Task total: 35
Have a Good Afternoon
18-APR-06 13:34 TT7: logged off MIM
$