This document discusses using the common space in Unidata to pass arguments between programs and subroutines. It introduces XMIK.COM, a subroutine that populates a named common space called /XMIKCOM/ with data. It also introduces XMIK.GETCOM, a subroutine that retrieves data from the /XMIKCOM/ common space. Using these subroutines allows passing data between programs without customizing i-descriptors. The common space provides a way to share data within a single login or process.