Invoke the CTMTLB utility internally from another program.
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
The parameters passed to CTMTLB are shown in Table 158.
Table 158 Parameters passed to CTMTLB when invoked from another program
Parameter  | 
Description  | 
|---|---|
SCHAREA  | 
An address which points to an area containing a table  | 
#CARDS  | 
the number of 80-byte records contained in the area pointed to by SCHAREA  | 
TBLNM  | 
An 8-character table name  | 
Note: When invoking CTMTLB as shown above, unless you want to make use of pass-through parameters, the DAINPRM file should be coded as DUMMY.
If you want to create the CTMTLB DASCHD output file as an in-memory internal table, you should modify the above example as follows:
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
In this modification
Parent Topic |