3. Operands#
3.1. Operand ENTITE#
Possible values for ENTITE are:
“OBJET”: Call to JEIMPO, JEPRAT (values of an object, … ),
“ATTRIBUT”: Call to JEIMPA (attributes of an object or a collection),
“SYSTEME”: Call to JEPRAT (attributes of a collection or system objects),
“MEMOIRE”: Call to JEIMPM (memory status),
“REPERTOIRE”: Call to JEIMPR (directory of one or more classes),
“DISQUE”: Call to JEIMPD (objects written on disk),
“ENREGISTREMENT”: Call to JEPREN (content of the records in the file associated with the database).
The possibilities offered by the various printing routines are described in the paper: Memory Management JEVEUX [D6.02.01].
If ENTITE =” OBJET “:
NOMOBJ: Simple object name or collection name.
NOMOC: Collectible item name.
NUMOC: Collector’s item number.
If ENTITE =” ATTRIBUT “:
NOMOBJ: Name of a simple object or collection.
NOMATR: 8-character attribute name for:
a collection: $$ DESO, $$ IADD, $$ IADM, $$, $$ NOM, $$, $$ LONG, $$ LONO, $$ LUTI, $$ NUM.
If ENTITE =” SYSTEME “:
NOMATR: 8-character attribute name for:
the system: $$ CARA, $$ IADD, $$ GENR, $$, $$ TYPE, $$, $$, $$ MARQ, $$, $$ DOCU, $$ ORIG, $$ RNOM, $$ LTYP, $$ LONG, $$ LONO, $$, $$ DATE, $$, $$, $$ LUTI, $$ HCOD, $$ INDX, $$ TLEC, $$ TECR, $$ IADM, $$, $$ ACCE, $$ USADI.
CLASSE: Name of the class associated with one or more value bases (“G”, “V”). For the entity “SYSTEME” this keyword is mandatory. For the entities” REPERTOIRE “and” DISQUE “, we print by default what concerns all open databases.
3.2. Operand NUMERO#
Allows you to specify the number of the record whose contents are to be examined.
3.3. Operand INFO#
Allows you to specify the level of printing to be done.
INFO =1 we just print the list of the names of the JEVEUX objects on the record.
INFO =2 we also print the content of the recording. This printing is carried out in full format, the storage of the image from memory JEVEUX being carried out under this type, it is therefore impossible to interpret the other types.
3.4. Operands IMPRESSION and UNITE#
The keyword factor IMPRESSION allows you to choose the file or the logical unit for printing the information.
NOM: Internal file name, value “MESSAGE” or “RESULTAT”.
UNITE: Logical unit number.
3.5. Operand COMMENTAIRE#
Text appearing as the title of the prints requested.