Jopaz 1.2.0 | Compiling with Jopaz | Compiling on z/OS | Compiling and Running with Jopaz using JZOS | EXECCONF - Execute/Runtime Configuration
 
EXECCONF - Execute/Runtime Configuration
readonly jpzlocation=JPZ_INSTALLATIONPATH

. "$jpzlocation"/jpz-compiler/conf/jvm_default_conf.sh

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# you can comment out a line with '#' if you want to provide your #
# own config or leave a line uncommented to use the default config #
# the default_conf.sh file above in USS can be seen as a #
# reference for your own customizations #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

get_default_lib_path
get_default_db2_conf
get_default_runtime_dependencies
get_default_JVM_execute_conf
//*
RUNOPT - Runtime Properties
# RUNTIME SETTINGS

# DB2
jopaz.jdbc.url=jdbc:db2://db2-url
jopaz.jdbc.driver=com.ibm.db2.jcc.DB2Driver
jopaz.jdbc.options=user=db2-user,password=db2-pw
jopaz.jdbc.auto_connect=1

# TRACELEVEL 15 INCLUDES CONFIG, PROGRAM/PARAGRAPH STARTS/ENDS AND FILE I/O
#jopaz.tracelevel=15

# SETTING THAT LEADING ZEROES ARE SHOWN
jopaz.gui.show_zeroes=1

# OPTION TO ACTIVATE THE CHECK THE DIVISION BY ZERO
jopaz.checkdiv=1

# OPTION TO ACTIVATE THE ARRAY OUT OF BOUNDS CHECK
# (DEFAULT = 0 = NO BOUNDARY CHECK | 1 = BOUNDARY CHECK)
jopaz.array_check=1

# Set SAGSort as "SORT" routine
jopaz.sort=com.softwareag.jopaz.sort.SAGSort