-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathAssembler.properties
96 lines (79 loc) · 2.65 KB
/
Assembler.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Application properties used by zAppBuild/language/Assembler.groovy
#
# default Assemble program build rank - used to sort language build file list
# leave empty - overridden by file properties if sorting needed
assembler_fileBuildRank=
#
# default Assembler parameters
# can be overridden by file properties
assembler_pgmParms=LIST
assembler_linkEditParms=MAP,RENT,COMPAT(PM5)
assembler_debugParms=ADATA
assembler_compileErrorPrefixParms=ADATA,EX(ADX(ELAXHASM))
assembler_eqalangxParms=(ASM ERROR LOUD
assembler_db2precompilerParms=HOST(ASM)
assembler_cicsprecompilerParms=
#
# (optional) ASMAOPT dataset defining the assembler option list
# can be overridden by file properties
assembler_asmaOptFile=
# Optional linkEditStream defining additional link instructions via SYSIN dd
# cobol_linkEditStream= INCLUDE SYSLIB(COBJT) \n
assembler_linkEditStream=
#
# execute link edit step
# can be overridden by file properties
assembler_linkEdit=true
#
# default Assembler maximum allowed return codes for each step
# can be overridden by file properties
assembler_maxSQLTranslatorRC=4
assembler_maxCICSTranslatorRC=4
assembler_maxRC=4
assembler_maxIDILANGX_RC=8
assembler_linkEditMaxRC=4
#
# lists of properties which should cause a rebuild after being changed
assembler_impactPropertyList=assembler_pgmParms
assembler_impactPropertyListCICS=assembler_db2precompilerParms
assembler_impactPropertyListSQL=assembler_cicsprecompilerParms
#
# ASM dependencySearch configuration
# searchPaths defined in app-properties file
assembler_dependencySearch=${asmMacroSearch}${asmCopySearch}
#
# store abbrev git hash in ssi field
# available for buildTypes impactBuild, mergeBuild and fullBuild
# can be overridden by file properties
assembler_storeSSI=true
#
# flag to generate IDENTIFY statement during link edit phase
# to create an user data record (IDRU) to "sign" the load module with
# an identify String: <application>/<abbreviatedGitHash>
# to increase traceability
#
# can be overridden by file properties
# default: true
assembler_identifyLoad=true
#
# default deployType
assembler_deployType=LOAD
#
# deployType for build files with isCICS=true
assembler_deployTypeCICS=CICSLOAD
#
# deployType for build files with isDLI=true
assembler_deployTypeDLI=IMSLOAD
#
# deployType for build files with isIMS=true
assembler_deployTypeIMS=IMSLOAD
#
# scan link edit load module for link dependencies
# can be overridden by file properties
assembler_scanLoadModule=true
#
# additional libraries for assembler SYSLIB concatenation, comma-separated
assembler_assemblySyslibConcatenation=
#
# additional libraries for linkEdit SYSLIB concatenation, comma-separated
assembler_linkEditSyslibConcatenation=