forked from IBM/dbb-zappbuild
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Transfer.properties
25 lines (22 loc) · 981 Bytes
/
Transfer.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
# Releng properties used by language/Transfer.groovy
# Comma separated list of required build properties for Cobol.groovy
transfer_requiredBuildProperties=transfer_srcPDS,transfer_dsOptions,\
transfer_deployType
#
# Transfer source data sets
# Add additional dataset definitions, depending on your requirements
#
# Please note, that files in the repository require to be mapped by a PropertyMapping in file.properties
# to one of the dataset definitions. See samples/application-conf/file.properties
#
transfer_srcPDS=${hlq}.SOURCE
transfer_jclPDS=${hlq}.JCL
transfer_xmlPDS=${hlq}.XML
#
# dataset creation options
#
# This is using the DBB PropertyMapping syntax allowing multiple mappings of
# target source dataset definitions to the required options
#
transfer_dsOptions=cyl space(1,1) lrecl(80) dsorg(PO) recfm(F,B) dsntype(library) :: transfer_srcPDS, transfer_jclPDS
transfer_dsOptions=cyl space(1,1) lrecl(144) dsorg(PO) recfm(F,B) dsntype(library) :: transfer_xmlPDS