DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦38acfea14⟧ TextFile

    Length: 729 (0x2d9)
    Types: TextFile
    Names: »V«

Derivation

└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦9b46a407a⟧ 
            └─⟦eec0a994f⟧ 
                └─⟦this⟧ 

TextFile

with Machine;
with Default;
procedure Show_Session_Of_Job (Job : Machine.Job_Id := Default.Process);
--
-- Display the Session Id of the specified job.  If no values is
-- specified for the "job" parameter, then the job that is calling this
-- procedure is used.  This procedure displays the job number and name,
-- then the user identity that the job is running under, then the base
-- session name that the job is running under, and finally the full
-- session name that the job is running under.
--
-- Sessions are the basic element of the Rational Environment that jobs
-- and tokens are associated with.  This procedure is useful in
-- determining who started a given job, or under what identity a given
-- job is executing.