DJOB is a dynamic job information display program. The
program will display on one screen the most improtant
system maintained data relative to the job specified.
This includes system constants, variable data, (such as
Program name and current Log-in) and, uniquely, a list
of the first 16 memory modules in the job's partition.
It is symilar to Alpha's STATUS program, however it
displays more information and is limited to only one job.
Included on the tape are the three .M68 files composing
the source code for program and a copy of the lit file I
made on my system.
To assemble your own copy, follow these instructions:
First assemble each module:
for AMOS/L 1.2
.M68 DJOB then,
.M68 DJOB2 then,
.M68 DJOB3
for AMOS/L 1.3
.M68 DJOB13 then
.M68 DJOB1 then,
.M68 DJOB2 then,
.M68 DJOB3 then
Second use the system linker LNKLIT to create one
final program file DJOB.LIT
.LNKLIT DJOB,DJOB2,DJOB3 for AMOS/L 1.2
.LNKLIT DJOB13,DJOB1,DJOB2,DJOB3 for AMOS/L 1.3
To use DJOB enter the command name followed by the job name
you wish to monitor.
.DJOB jobnam or .DJOB13 jobnam
this will display the data about {jobnam} .
PLEASE NOTE: I made use of several TCRT codes.
Specifically reverse video and reduced intensity.
It is my hope that this program will be used in the news
letter to teach assembly language.