| 1. | Data Declaration includes: ZIN_XX999_XXXXXXXX_TOP |
ZIN_ = Awalan
XX999_ = kode modul
XXXXXXX = penamaan sendiri
TOP = akhiran
Contoh:
| · | ZIN_SD001_INVOICELIST_TOP |
| 2. | Subroutines includes: ZIN_XX999_XXXXXXXX_FXX |
ZIN_ = Awalan
XX999_ = kode modul
XXXXXXXXX = penamaan sendiri
FXX = Nomor Urutan/Sequence (F01, F02, F03, …, F99)
Contoh:
| · | ZIN_SD001_INVOICELIST_F01 |
| 3. | Process Before Output includes: ZIN_XX999_XXXXXXXX_PBO |
ZIN_ = Awalan
XX999_ = kode modul
XXXXXXXXX = penamaan sendiri
PBO = suffix process before output
Contoh:
| · | ZIN_SD001_INVOICELIST_PBO |
| 4. | Process After Input includes: ZIN_XX999_XXXXXXXX_PAI |
ZIN_ = Awalan
XX999_ = kode modul
XXXXXXXX = penamaan sendiri
PAI = suffix process after input
Contoh:
| · | ZIN_SD001_INVOICELIST_PAI |
|