Listing parameters on startup with XCOM for z/OS
search cancel

Listing parameters on startup with XCOM for z/OS

book

Article ID: 14922

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - z/OS

Issue/Introduction

Why does XCOM not list it's parameters when starting?

Environment

XCOM™ Data Transport® for z/OS

Resolution

The XCOM started task normally prints its default values to XCOMLOG DD during initialization. Message XCOMM0990I ACTUAL XCOMDFLT PARMS is the very first message printed to XCOMLOG DD

There are only a few possible reasons for a started task not doing that:

  • The defaults in use specify LOG=NO so nothing is written to XCOMLOG DD.
  • The JCL PARM (which overrides defaults) specifies LOG=NO
  • XCOMLOG DD is allocated to DUMMY or to a JES2 class which is not kept so that we don't see its contents.
  • XCOMLOG DD is missing in the JCL so that XCOM dynamically allocates it to a class (as set in LOGCL= default parameter) which is deleted by JES2