#
# Batch Node.
# Default (example of) batch jobs profile file ($PACK/btshrc).
# This should contain the minimum requirements for all jobs.
#
# This will activate the MicroFocus COBOL animator when a job is submitted
# using the subjob/unikixjob -a option
#
if ( "$EBMANIM" != "0" ) then
  setenv COBSW "+A"
endif
