DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Wang WCS documentation floppies

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

See our Wiki for more about CR80 Wang WCS documentation floppies

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦62a412664⟧ Wang Wps File

    Length: 4044 (0xfcc)
    Types: Wang Wps File
    Notes: FIKS s/w Configuration    
    Names: »3098A «

Derivation

└─⟦507b19fd6⟧ Bits:30006135 8" Wang WCS floppy, CR 0282A
    └─ ⟦this⟧ »3098A « 

WangText




…02…FIX/1000/EWP/0080

…02…HFJ/821201…02……02…
FIKS S/W CONFIGURATION CONTROL LIBRARY
DESCRIPTION DOCUMENT (SCCLDD)…02……02…FK 7809









                                       T̲A̲B̲L̲E̲ ̲O̲F̲ ̲C̲O̲N̲T̲E̲N̲T̲S̲



    1 SCOPE .............................................     
      1.1  Introduction ..................................     
      1.2 Abbreviations .................................     

    2 APPLICABLE DOCUMENTS ..............................     

    3 OVERVIEW OF FIXLIB ................................     

    4 PREPARATIONS FOR DELIVERY .........................     

    5 INDEX FOR APPENDIX A ..............................     



1        S̲C̲O̲P̲E̲

1.1      I̲n̲t̲r̲o̲d̲u̲c̲t̲i̲o̲n̲

         The purpose of this document is to describe to the manner in which s/w is held under configuration
         control in FIKS and to give a complete list of s/w items.


1.2      A̲b̲b̲r̲e̲v̲i̲a̲t̲i̲o̲n̲s̲

         Please refer to FIKS DATA INTERFACE FIX/0100/MAN/0004.



2        A̲P̲P̲L̲I̲C̲A̲B̲L̲E̲ ̲D̲O̲C̲U̲M̲E̲N̲T̲S̲





















3        O̲V̲E̲R̲V̲I̲E̲W̲ ̲O̲F̲ ̲F̲I̲X̲L̲I̲B̲

         The s/w configuration control library FIXLIB is directly under the Main Directory split up
         into 5 Master Directories, 4 Prefix Directories, and 2 Boot  Work Directories.

         Master Directories:

                 FIX ̲SOURCE.D
                 FIX ̲CODE.D
                 FIX ̲FILES.D
                 FIX ̲BOOT.D
                 FIX ̲TEST.D

         The Directory FIX-FILES.D. is subdivided into 3 Directories:

                 MSG ̲LOGFILES.D
                 CONFIG ̲FILES.D
                 CONST ̲FILES.D

         Prefix Directories:

                 GENS.D*SWELLPREFIX.D
                 GENS.D*  ASSEMBLER PREFIX's  
                 FIX ̲PREFIX.D
                 SCCNAMES.D

         Boot Work Directories:

                 FIKS ̲USER ̲BOOT.D
                 FIKS ̲FILE ̲BOOT.D


         For further subdirectories please refer to Appendix A (deliveries to FIXLIB).



4        P̲R̲E̲P̲A̲R̲A̲T̲I̲O̲N̲S̲ ̲F̲O̲R̲ ̲D̲E̲L̲I̲V̲E̲R̲Y̲

         Please observe the following when delivering to FIXLIB:

         a)  First a CPECR and CPECO have to be issued

         b)  Fetch the directory, including the modules or procedures to be changed, from FIXLIB.

         c)  Check and update in source-file:
                 VERSION
                 RELEASE
                 Include the changes

         d)      Check and update command-files:
                 XXXX.CR1: include new modules, if any
                 XXXX.CP: include new modules, if any
                 XXXX.L0: and 
                 XXXX.L1: include new modules, if any            
             update VER:

                 XXXX.PP: Include new modules, if any

         e) Each "complex" of source files that leads to one       subject file must be delivered
                                                                   in a directory named COMPLEX.D

         f) This directory should only contain source files and    command files. Standard prefix
                                                                   files should not be included.

         g)  All source files must have names ending on .S.



         h)  The following command files must be included:

             1) COMPLEX.CR0 and COMPLEX.CR1
                 These command file creates all necessary link-, code- and printfiles to be used for
                 compilation and linking. The file names must correspond with those of the source
                 files with endings of .L,.C,.P and .LP respectively.

             2) COMPLEX.CP
                 Compiles all source files and lists them in the corresponding printfiles .P. Any
                 standard prefixes merged into the source should not be listed.

             3) COMPLEX.L0 and L1
                 Links the complex into one object file and lists the code and process areas in a
                 print file .LP.

             4)  COMPLEX.PP
                 Outputs all print files .P and .LP to the line printer.
                 The delivery is done on a form called FIXLIB DELIVERY NOTICE, which is handed over
                 to the Librarian, who then performs the actual installation on the S/W Library FIXLIB.

             5)  Index for Appendix A.