Products Downloads


French version


 


ADELIA

VADELIA

      

WADELIA


(I/B)

(I/B) (C/S)


(I/B) (C/S)



Section for use

All


Syntax

END_STD


Description

End of the section where standard code is generated during Level 2 generation.

All instructions placed outside the BEGIN_STD (or BEGIN_STD_B or BEGIN_STD_E) and END_STD instructions are retained during Level 2 generation.


Example

IF     Z_ITEM_CODE = *BLANK

: these lines will be retained

PREPARE_MSG 0022 Z_ITEM_CODE

: as they are, even after a new

ERROR

: Level 2 generation

END

:

*

:

BEGIN_STD

:

CHAIN ITEM

: these lines will be deleted

IF     ITEM DOES_NOT_EXIST

: and replaced when

PREPARE_MSG 0024 Z_ITEM_CODE

: a new Level 2 generation

INIT_MSG Z_ITEM_CODE

: is requested

ANOMALY

:

END

:

END_STD

:

*

:

IF     ITEM_LOCK_CODE = 'L'

: these lines will be retained

PREPARE_MSG 0024 Z_ITEM_CODE

: as they are, even after a new

ERROR

: Level 2 generation

END

:

↑ Top of page

  • Aucune étiquette