The start command provides the interface to start the
Pacioli/400 Accounting Suite.
===> STRPACIOLI
|
|
|
Default |
|
||
|
Prompt |
Keyword |
Entry |
Choices |
Type |
Length |
|
File library name |
FLIB |
PACIOLIDTA |
|
*CHAR |
10 |
|
Initial menu to be displayed |
MENU |
PACIOLI |
|
*CHAR |
10 |
|
Update access code |
ACCESS |
*NO |
*NO, *YES |
*CHAR |
4 |
The start command calls the program STRALS in the library PACIOLIPGM. If you wish to call the program STRALS directly from your own menu, you must use the type and length of the three parameters as shown. For example:
CALL PGM(PACIOLIPGM/STRALS) PARM('PACIOLIDTA'
'PACIOLI' '*NO')
If you wish to change the default entry for the “File library name” prompt, enter the following from the command line (where XXXXXXXXXX is the new name of the default files library):
CHGCMDDFT
CMD(QGPL/STRPACIOLI) NEWDFT('FLIB(XXXXXXXXXX)')
If you wish to change the name of the library that contains the STRALS program, enter the following from the command line (where YYYYYYYYYY is the new name of the library containing the STRALS program):
CHGCMD
CMD(QGPL/STRPACIOLI) PGM(YYYYYYYYYY/STRALS)