Format

The following shows the C language arsutbl.
#pragma export(TBLSPCRT)
#include "arscsxit.h"
int TBLSPCRT( ArcCSXitApplGroup appl_grp,
              char tblsp_name,
              char table_name,
              char idx_name,
              char sql,
              int  action,
              int  created
            )
The following shows the COBOL language arsutbl.
identification division.
program-id. "TBLSPCRT" recursive.

linkage section.

copy arscsxic.

procedure division using
                by reference ArcCSXitApplGroup,
                by reference ArsCSXitTblspCrt-tblsp,
                by reference ArsCSXitTblspCrt-table,
                by reference ArsCSXitTblspCrt-idx-name,
                by reference ArsCSXitTblspCrt-sql,
                byvalue      ArsCSXitTblspCrt-action,
                by reference ArsCSXitTblspCrt-created.