The INPL utility (Initial Natural Program Load) is used to load or scan Natural objects from data sets (files) supplied by Software AG.
The INPL Utility documentation covers the following topics:
When used in this document, the notation
vrs
or
vr
represents the relevant product
version (see also Version in the
Glossary).
The INPL utility processes Natural objects provided by Software AG.
The following diagram is a basic illustration of the INPL functionality:
The Natural objects are delivered as installation or update data sets (files) which are assigned to Work File 1. The INPL utility loads the Natural objects from Work File 1 into Natural system files.
The Natural objects include cataloged objects and source objects that are contained in libraries in the Natural system files FNAT and FUSER, or in the system file FDIC where DDMs (data definition modules) are stored.
In addition to loading Natural objects, the INPL utility provides
a scan function to check the contents of the dataset assigned to Work File 1 and a Natural Security Recover function which forces initialization of the Natural Security environment.
loading of fixes for Natural Business Services that contain Natural objects,
construct models, construct frames and construct help texts if Natural Business
Services version 5.3.1.8 or above is installed and the INPL function Load All
Objects
is executed.
When fixes for Natural Business Services are loaded, PRINTER(1) is used for the Natural Business Services load report and must be defined accordingly.
If an error occurs during INPL execution, the INPL will be interrupted and terminate abnormally with Condition Code 40.
This section covers the following topics:
You can process only data sets (files) which are marked as "SAG system INPL data set (file)".
In all of the following cases, the INPL command must be specified using the
dynamic Natural profile parameter STACK
:
when an INPL is to be performed on an empty FNAT system file;
when a new upgrade INPL is to be performed;
when an existing product installation is to be replaced;
when an INPL is to be performed in a Natural Security environment.
To invoke the INPL utility
Enter the following Natural system command:
INPL
An INPL menu similar to the example below is displayed:
18:32:19 ***** NATURAL INPL UTILITY ***** 2005-04-21 User: SAG Library: SYSTEM Code Function L Load Libraries Only D Load DDMs Only E Load Error Messages Only B Load All Objects P Replace Product Installation S Scan INPL File R Natural Security Recover ? Help . Exit Code ........ B Replace ..... Y (Y/N/P/O) Load Except . N (Y/N) DDM Name .... Library ..... Object Name . Date ........ (YYYY-MM-DD) Check Date .. N (Y/N) Number ...... 0 |
From the INPL menu, you can choose one of the following functions by entering the corresponding function code in the Code field:
For detailed information on these functions, refer to the corresponding sections.
Modify or complete the remaining input fields as described in Options Available.
Choose ENTER to confirm your entries.
The following section describes the input fields on the INPL menu where you can specify one or more parameters as object selection criteria for the INPL function specified in the Code field. The use of a parameter depends on the respective function as indicated in the relevant documentation sections.
Field | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Replace |
Specifies whether the Natural objects to be processed are to replace any that already exist on the system files. Possible settings are:
See also Check Date to replace only objects that are older than the objects to be processed. If you use the function Natural
Security Recover, you can enter option
|
||||||||
DDM Name |
The name of a DDM or a range of names. If you enter a value that ends with an asterisk (*), each DDM with a name that starts with the specified value is processed. If only an asterisk (*) is entered or if this field is empty, all DDMs are processed. |
||||||||
Library | The name of a library or a range of names.
If you enter a value that ends with an asterisk (*), each library with a name that starts with the specified value is processed. The library name is mandatory if Object Name is specified. |
||||||||
Object Name |
The name of a Natural object (except DDMs) or a range of names. If the value ends with an asterisk (*), each object with a name that starts with the specified value is processed. If this field is empty, all objects contained in the library specified in the Library field are processed. |
||||||||
Check Date |
Specifies whether existing Natural objects are to be replaced depending on their time stamp. This parameter has no effect if Replace is set to Possible settings are:
|
||||||||
Load Except |
Specifies whether to exclude Natural objects from processing. This parameter does not apply to error messages. Possible settings are:
Examples of load exceptions:
All libraries except the library ABC are loaded:
All DDMs with a prefix other than XY are loaded:
All objects contained in libraries with a prefix other than AB and all
DDMs with a prefix other than CD are loaded: |
||||||||
Date |
Restricts processing to Natural objects which were saved or cataloged on or after the date entered in this field. The date must be entered in the format YYYY-MM-DD (YYYY = year, MM = month, DD = day). |
||||||||
Number |
Limits processing of Natural objects to a specified number. All objects are counted which are loaded or scanned according to the selection criteria specified in the INPL menu. If the number of objects processed has reached the value entered in the Number field, processing is terminated with a corresponding message. |
When the selected INPL function is complete, a corresponding INPL report is displayed on the screen.
The INPL utility processes internal check commands which are executed automatically when performing an INPL. Check commands are used to control the load or the scan process and react on certain events. The check commands which are executed during an INPL are written into the INPL report.
The parameters used by the check command to react on an event are, for example,
STOP
, LOAD
, CONTINUE
, SKIP
,
USERLOAD
or USERCONTINUE
. You can display all parameters by
using the Scan INPL File function. These parameters, for example,
are used to verify that the version of a product to be installed is higher than the
version of the product already installed.
You cannot modify a check command but you can influence the effect of the parameters
USERLOAD
and USERCONTINUE
by selecting the function Replace
Product Installation (function code P
) or by setting the
Replace
option to P
.
USERLOAD
(or USERCONTINUE
) means: Load (or
continue loading) only if function code P
has been selected
or if the Replace option is set to P
.
In the example of a check command below, the Natural version currently installed is checked before the INPL is performed:
CHECK VERSION NAT vrs LT USERLOAD EQ LOAD GT USERLOAD
where vrs
is the Natural version of the INPL to
be of loaded.
If the Natural (NAT
) version installed is below (LT
) or above
(GT
) vrs
, the INPL function is
only performed if function code P
has been specified or if
the Replace option has been set to P
. Otherwise, the
INPL utility stops or terminates with Condition Code 40 in batch and writes a
corresponding message into the INPL report.
If the version is equal to vrs
, the INPL
function is always performed, irrespective of whether function code
P
has been specified or the Replace
option has been set to P
.
This function of the INPL utility is used to load Natural cataloged objects and source objects into specified libraries in the Natural system file FNAT or FUSER.
To load libraries
In the INPL menu, enter
function code L
. You can specify parameters to
be valid during execution of this function:
Replace (Y/N)
Load Except (Y/N)
Date (YYYY-MM-DD)
Check Date (Y/N)
For detailed information on these parameters, refer to Options Available in the section Introducing the INPL Utility.
Confirm your entries.
When the function is complete, a corresponding INPL report (see the section Introducing the INPL Utility) is output.
This function of the INPL utility is used to load DDMs into the system file FDIC.
To load DDMs
In the INPL menu, enter
function code D
. You can specify parameters to
be valid during execution of this function:
Replace (Y/N)
Load Except (Y/N)
For detailed information on these parameters, refer to Options Available in the section Introducing the INPL Utility.
Confirm your entries.
When the function is complete, a corresponding INPL report (see the section Introducing the INPL Utility) is output.
This function of the INPL utility is used to load user-defined error messages or system error messages into specified libraries in the Natural system file FUSER or FNAT respectively.
To load error messages
In the INPL menu,
enter function code E
. You can specify
parameters to be valid during execution of this function:
For detailed information on these parameters, refer to Options Available in the section Introducing the INPL Utility.
Confirm your entries.
When the function is complete, a corresponding INPL report (see the section Introducing the INPL Utility) is output.
This function of the INPL utility is used to load all Natural objects (including error messages and DDMs) into the libraries indicated in Work File 1. DDMs are loaded into the system file FDIC.
To load all objects
In the INPL menu, enter
function code B
. You can specify parameters to
be valid during execution of this function:
Replace (Y/N)
Load Except (Y/N)
Date (YYYY-MM-DD)
Check Date (Y/N)
For detailed information on these parameters, refer to Options Available in the section Introducing the INPL Utility.
Confirm your entries.
When the function is complete, a corresponding INPL report (see the section Introducing the INPL Utility) is output.
In addition to the function Load All Object, this function replaces any existing Natural or Natural add-on products installed in the current system environment. The replacement of existing product installations depends on the execution of the corresponding check commands described in the section Introducing the INPL Utility.
To load all objects and replace existing product installations
In the INPL menu, enter function code P
. You can specify
parameters to be valid during execution of this function:
Replace (Y/N)
Load Except (Y/N)
Date (YYYY-MM-DD)
Check Date (Y/N)
For detailed information on these parameters, refer to Options Available in the section Introducing the INPL Utility.
Confirm your entries.
When the function is complete, a corresponding INPL report (see the section Introducing the INPL Utility) is output.
This function of the INPL utility is used to scan the contents of the data set (file) assigned to Work File 1.
To scan an INPL File
In the INPL menu, enter
function code S
. You can specify parameters to
be valid during execution of this function:
Load Except (Y/N)
Date (YYYY-MM-DD)
For detailed information on these parameters, refer to Options Available in the section Introducing the INPL Utility.
Confirm your entries.
When the function is complete, a corresponding INPL report (see the section Introducing the INPL Utility) is output.
This function of the INPL utility is used to force initialization of the Natural Security environment.
The following options are provided:
Warning: Execution of this function will reset the user profile DBA and the library profile SYSSEC as well as the link between these two objects as they were after the initial installation; all other links to the library SYSSEC will be canceled. Other Natural Security profiles and links will not be modified. Contact Software AG technical support for further information. |
To reset the environment
In
the INPL menu, enter function code R
.
To remove owners
In the INPL menu, enter function code R
and enter an
O
in the Replace field to reset the owner
information of specified objects.
An INPL user exit routine is supplied as source object INPLSXnn in the Natural system library SYSLIB where nn denotes the ID of the user exit routine.
To activate a user exit routine
Copy the source code from SYSLIB into a user library.
Catalog it under the name INPLUXnn.
Copy it back into the Natural system library SYSLIB.
Note:
The source object that you might have modified, and the cataloged object of the
user exit routine are renamed to avoid them to be overwritten by an update
installation.
The following user exit routines are available:
Name | Function |
---|---|
INPLUX01 |
Prevent error message texts to be replaced. |
You can use this user exit to define ranges for error messages (user defined or Natural
system error messages) that cannot be replaced during an INPL session. For further
details, see the source of INPLSX01
in the Natural system library
SYSLIB.