In the context of the entry point :
The following tables are on line :
Table | Significant content | Table description |
---|---|---|
ADOVAL [ADW] | No | Parameter values |
The principal variables available are :
The class [F:ADS] contains the record of the ADOSSIER table of the current folder.
The class [M:DIA] contains the integration parameters.
The entry point PATCH is used to not integrate a patch in a folder for example if the level of the list is less than that of the folder.
The entry point is located in the folder loop defined in the patch integration screen.
By setting the variable GPE to 1 in this entry point, the patch is not integrated in the current folder and the process moves to the next folder.
This entry point is only executed if the INTEG variable is equal to 2.
In the context of the entry point :
The following tables are on line :
Table | Significant content | Table description |
---|---|---|
ADOVAL [ADW] | No | Parameter values |
The principal variables available are :
The class [F:ADS] contains the record of the ADOSSIER table of the current folder.
The class [M:DIA] contains the integration parameters.
The PATCHVERIF entry point is used not to integrate a patch list
In the context of the entry point :
The following tables are on line :
Table | Significant content | Table description |
---|---|---|
ADOVAL [ADW] | No | Parameter values |
The entry point is called before the PATCH entry point and it is used during the checking of the patches of a list, inside a folder loop defined in the patch integration screen and in the patch loop.
The principal variables available are :
D = Number of the checked folder
NBDOS = Total number of folders to be checked
DOSSIER(D) = Name of the checked current folder
P = Number of the checked patch
NBTRAIT = Total number of patches to be checked
TRAIT(P) = Name of the checked patch
INTEG = Value of the "Integration" checkbox (Yes/No)
ERR = integrated patch list (ERR=0) patch list not integrated (ERR=1)
This entry point is only executed if the INTEG variable is equal to 2.
The class [F:ADS] contains the entry in the ADOSSIER table of the current folder
The class [M:DIA] contains the integration parameters.