-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathCobol.properties
103 lines (83 loc) · 2.81 KB
/
Cobol.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
97
98
99
100
101
102
103
# Application properties used by zAppBuild/language/Cobol.groovy
#
# default COBOL program build rank - used to sort language build file list
# leave empty - overridden by file properties if sorting needed
cobol_fileBuildRank=
#
# COBOL dependencySearch configuration
# searchPath defined in application.properties
cobol_dependencySearch=${copybookSearch}
#
# default COBOL compiler version
# can be overridden by file properties
cobol_compilerVersion=V6
#
# default COBOL maximum RCs allowed
# can be overridden by file properties
cobol_compileMaxRC=4
cobol_linkEditMaxRC=4
#
# lists of properties which should cause a rebuild after being changed
cobol_impactPropertyList=cobol_compilerVersion,cobol_compileParms
cobol_impactPropertyListCICS=cobol_compileCICSParms
cobol_impactPropertyListSQL=cobol_compileSQLParms
#
# default COBOL compiler parameters
# can be overridden by file properties
cobol_compileParms=LIB
cobol_compileCICSParms=CICS
cobol_compileSQLParms=SQL
cobol_compileErrorPrefixParms=ADATA,EX(ADX(ELAXMGUX))
# Compile Options for IBM Debugger. Assuming to keep Dwarf Files inside the load.
# If you would like to separate debug info, additional allocations needed (See COBOL + Debugger libraries)
cobol_compileDebugParms=TEST
#
# default LinkEdit parameters
# can be overridden by file properties
cobol_linkEditParms=MAP,RENT,COMPAT(PM5)
# Optional linkEditStream defining additional link instructions via SYSIN dd
# cobol_linkEditStream= INCLUDE SYSLIB(COBJT) \n
cobol_linkEditStream=
# If using a debug exit for IBM Debug tool, provide the SYSIN instream DD which is appended to SYSIN
# Samp: cobol_linkDebugExit= INCLUDE SYSLIB(EQAD3CXT) \n
cobol_linkDebugExit=
#
# execute link edit step
# can be overridden by file properties
cobol_linkEdit=true
#
# store abbrev git hash in ssi field
# available for buildTypes impactBuild, mergeBuild and fullBuild
# can be overridden by file properties
cobol_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
cobol_identifyLoad=true
#
# default deployType
cobol_deployType=LOAD
#
# deployType for build files with isCICS=true
cobol_deployTypeCICS=CICSLOAD
#
# deployType for build files with isDLI=true
cobol_deployTypeDLI=IMSLOAD
#
# deployType for build files with isIMS=true
cobol_deployTypeIMS=IMSLOAD
#
# scan link edit load module for link dependencies
# can be overridden by file properties
cobol_scanLoadModule=true
#
# additional libraries for compile SYSLIB concatenation, comma-separated
cobol_compileSyslibConcatenation=
#
# additional libraries for linkEdit SYSLIB concatenation, comma-separated
cobol_linkEditSyslibConcatenation=