forked from IBM/dbb-zappbuild
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPLI.properties
102 lines (83 loc) · 2.67 KB
/
PLI.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
# Application properties used by zAppBuild/language/PLI.groovy
#
# default PLI program build rank - used to sort language build file list
# leave empty - overridden by file properties if sorting needed
pli_fileBuildRank=
#
# PLI dependencySearch configuration
# searchPath defined in application.properties
pli_dependencySearch=${pliincludeSearch}
#
# default PLI compiler version
# can be overridden by file properties
pli_compilerVersion=V52
#
# default PLI maximum RCs allowed
# can be overridden by file properties
pli_compileMaxRC=4
pli_linkEditMaxRC=0
#
# lists of properties which should cause a rebuild after being changed
pli_impactPropertyList=pli_compilerVersion,pli_compileParms
pli_impactPropertyListCICS=pli_compileCICSParms
pli_impactPropertyListSQL=pli_compileSQLParms
#
# default PLI compiler parameters
# can be overridden by file properties
pli_compileParms=PP(INCLUDE('ID(++INCLUDE)'))
pli_compileCICSParms=SYSTEM(CICS),PP(MACRO,CICS)
pli_compileSQLParms=PP(SQL)
pli_compileErrorPrefixParms=XINFO(XML)
pli_compileDebugParms=TEST
pli_compileIMSParms=SYSTEM(IMS)
#
# default LinkEdit parameters
# can be overridden by file properties
pli_linkEditParms=MAP,RENT,COMPAT(PM5)
pli_linkEditParms=DYNAM(DLL) :: **/testcase/*.pli
# Optional linkEditStream defining additional link instructions via SYSIN dd
# cobol_linkEditStream= INCLUDE SYSLIB(COBJT) \n
pli_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
pli_linkDebugExit=
#
# execute link edit step
# can be overridden by file properties
pli_linkEdit=true
#
# store abbrev git hash in ssi field
# available for buildTypes impactBuild, mergeBuild and fullBuild
# can be overridden by file properties
pli_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
pli_identifyLoad=true
#
# default deployType
pli_deployType=LOAD
#
# deployType for build files with isCICS=true
pli_deployTypeCICS=CICSLOAD
#
# deployType for build files with isDLI=true
pli_deployTypeDLI=IMSLOAD
#
# deployType for build files with isIMS=true
pli_deployTypeIMS=IMSLOAD
#
# scan link edit load module for link dependencies
# can be overridden by file properties
pli_scanLoadModule=true
#
# additional libraries for compile SYSLIB concatenation, comma-separated
pli_compileSyslibConcatenation=
#
# additional libraries for linkEdit SYSLIB concatenation, comma-separated
pli_linkEditSyslibConcatenation=