3. Principle of operation#
This procedure also affects the memory resources necessary for the continuation of the calculation.
The operands in the command are similar to those in procedure DEBUT [U4.11.01]. They make it possible to specify certain resources allocated to the new execution.
The study initiated earlier continues with a set of commands beginning with POURSUITE and ending with FIN [U4.11.02].
The procedure POURSUITE that is executed performs the following tasks:
definition of the logical units of the files used in printing,
allocation of files associated with databases managed by JEVEUX,
reading the order catalogs but not the catalogs of the elements that were copied onto the database during the first execution.
Operands are used to divert the various files to logical unit numbers different from the numbers assigned by default or to adjust certain file parameters.
Simple Python concepts (of variable type) created during a previous run are kept in a file associated with base JEVEUX (pick.*). During the execution of procedure POURSUITE these concepts are regenerated and can therefore be used under the name under which they were created.
Note
Class, function, and type Python objects are not saved in the pickle*, Python objects.*
See the Examples section for a possible way of use.