
Startup Parameter File
The default startup values for all the screens are set via the
user parameter file. This file is defined in the TOOLKIT
library or in a user library.
When TOOLKIT is started, it will firstly look in a
special library (defined via the user exit TLKXSTN0)
for a specific user parameter file named *USER
(where *USER is the system variable). If this file does
not exist, then TOOLKIT looks for the library specific
parameter file *LIBRARY-ID.
If the user and library parameter files do not exist, then the
site defaults in TLKSTART in the TOOLKIT Library (as
defined by user exit
TLKXTKN0) are used.
This parameter file can be copied and set up by typing .I(TLKSTART)
in line 0010 of your editor (or you could even use the Paste option from the DM function after browsing
the source for TLKSTART) and will look like:
0010 * TOOLKIT's user parameter file for initial site defaults
0020 *
0030 * TOOLKIT checks in the user defined library (as defined by TLKXSTN0)
0040 * for a member called *USER or *LIBRARY-ID to use as the startup, if
0050 * they are not present then "TLKSTART" (in library defined via
0060 * TLKXTKN0) is used for the defaults.
0070 *
0080 * NOTE: Try and keep this file less than 117 lines, more lines will
0090 * result in an extra DB call when TOOLKIT is started.
0100 ***********************************************************************
0110 *
0120 * General Defaults
0130 PF-KEYS = Y /* For Dm and CM (Horizontal)
0140 MEMBER-TO =
0150 SELECT-TYPES =
0160 SELECT-TYPES =
0170 PRINTER-ID =
0180 BATCH-DELIMITER = ` /* Used to separate batch command data
0190 DB-READS-TRACE = 400 /* MADIO Avoidance
0200 DB-READS-LIMIT = 2000 /* Read limit for trace window
0210 REPORT-BANNER = Y /* Produce a banner page for Reports. Can also
0220 * be turned off by command "BANNER OFF".
0230 * 1st or Base environment defaults
0240 BASE-LIBRARY = * /* Current Library
0250 BASE-ENVIRONMENT = DEV1
0260 *
0270 * 2nd or Target environment defaults
0280 TARGET-LIBRARY = MYLIB
0290 TARGET-ENVIRONMENT = TST1
0300 *
0310 * Base DDM details - used by CD function
0320 BASE-DDM = APP-CLIENTS
0330 BASE-DDM-ENVIRONMENT = DEV1
0340 *
0350 * Target DDM details - Used by CD function
0360 TARGET-DDM = APP-CLIENTS
0370 TARGET-DDM-ENVIRONMENT = TST1
0380 *
0390 * CM/C3 defaults
0400 LINE-OR-SPLIT = L
0410 COMPARE-SEARCH-LIMIT = 40
0420 COMPARE-VERT-HORIZ = H
0430 IGNORE-LINE-REFS = Y
0440 IGNORE-COMMENTS = Y /* Also used in CD & LS
0450 IGNORE-ALL-SPACES = N
0460 IGNORE-INDENTATION = Y
0470 *
0480 * CL defaults
0490 DIFFERENCES-ONLY = N
0500 COMPARE-SAVED-INFO = N
0510 COMPARE-CATLG-INFO = N
0520 COMPARE-SOURCE = N
0530 BASE-OR-TARGET = N
0540 BASE-AND-TARGET = Y
0550 BASE-NOT-TARGET = N
0560 TARGET-NOT-BASE = N
0570 *
0580 * C3 Defaults
0590 1ST-ENV-CODE = D
0600 2ND-ENV-CODE = T
0610 3RD-ENV-CODE = P
0620 3RD-LIBRARY = MYLIB
0630 3RD-ENVIRONMENT = DEV1
0640 COMPARE-USING-SIZE = N
0650 CHANGE-DATE = * - 7 /* today - 7 days or YYYYMMDD format
0660 CHANGE-USER = * /* Current user
0670 *
0680 * CP Defaults
0690 OUTPUT-FORMAT = V
0700 FULLY-QUALIFY = Y
0710 IGNORE-WARNINGS = N
0720 CHECK-CALLNAT = Y
0730 CHECK-PERFORM = Y
0740 CHECK-MAP = Y
0750 CHECK-HELPR = Y
0760 IGNORE-HELP-MAPS = N
0770 REPORT-NEWPAGE = N
0780 *
0790 * LS defaults
0800 SCAN-ABSOLUTE-1 = Y
0810 IGNORE-CASE-1 = N
0820 SCAN-ABSOLUTE-2 = Y
0830 IGNORE-CASE-2 = N
0840 LEFT-JUSTIFY = N
0850 SCAN-SUMMARY = N
0860 SCAN-TEXT-COLOUR = RED /* RED,YELLOW,GREEN,PINK,BLUE,WHITE or NONE
0870 *
0880 * DL defaults
0890 SOURCE-ONLY = N
0900 OBJECT-ONLY = N
0910 *
0920 * DH Defaults
0930 DISPLAY-ROUTINES = N
0940 NO-DUPLICATES = N
0950 HIERARCHY-DEPTH = 8
0960 FORMAT-OPTION = D /* Also DL
0970 *
0980 * SV Defaults
0990 COLUMN-DEFINITION = 38
1000 COLUMN-EXTRA = 42
1010 COLUMN-COMMENT = 48
1020 LEADING-ZERO-FORMAT = N
1030 REMOVE-REDUNDANT-INIT = Y
1040 SORT-VARIABLES = Y
1050 SORT-ORDER-CONST = 1
1060 SORT-ORDER-VIEW = 2
1070 SORT-ORDER-REDEFINE = 3
1080 SORT-ORDER-INIT = 5
1090 SORT-ORDER-OTHER = 5
1100 EXCLUDE-GENERATED-CODE = N /* Eg Natural Construct members
|
This text file can then customised for all the defaults for
yourself, your library or the site.
Copyright ©
Southern Cross Computing Pty Ltd 1991-99
All Rights Reserved