| 1. | Data Declaration includes: YIN_XX999_XXXXXXXX_TOP |
YIN_ = Awalan
XX999_ = kode modul
XXXXXXX = penamaan sendiri
TOP = akhiran
Contoh:
| · | YIN_SD001_INVOICELIST_TOP |
| 2. | Subroutines includes: YIN_XX999_XXXXXXXX_FXX |
YIN_ = Awalan
XX999_ = kode modul
XXXXXXXXX = penamaan sendiri
FXX = Nomor Urutan/Sequence (F01, F02, F03, …, F99)
Contoh:
| · | YIN_SD001_INVOICELIST_F01 |
| 3. | Process Before Output includes: YIN_XX999_XXXXXXXX_PBO |
YIN_ = Awalan
XX999_ = kode modul
XXXXXXXXX = penamaan sendiri
PBO = suffix process before output
Contoh:
| · | YIN_SD001_INVOICELIST_PBO |
| 4. | Process After Input includes: YIN_XX999_XXXXXXXX_PAI |
YIN_ = Awalan
XX999_ = kode modul
XXXXXXXX = penamaan sendiri
PAI = suffix process after input
Contoh:
| · | YIN_SD001_INVOICELIST_PAI |
|