Previous Topic: IDMSRSTCNext Topic: FASTLOAD Format Program Sample Listing


IDMSRSTT

Assemble and link an IDMSRSTT module

GLOBAL MACLIB idmslib
ASMAHL rsttmac (RENT

   Optionally add the rstt module into a txtlib.

TXTLIB ADD userlib idmsrstt

   Optionally link the rstt module into a loadlib.

FILEDEF idmsrstt DISK idmsrstt TEXT A

   If linking NUPROCS= procedures from TEXT files
   add a FILEDEF for each procedure.  If linking from
   a TXTLIB add a filedef for the txtlib.

   Note: linking procedures is not required.
   They will be dynamically loaded if not linked.

FILEDEF SYSLMOD DISK idmsload LOADLIB A (RECFM V LRECL 1024 BLKSIZE 1024
LKED linkctl (RMODE ANY LIST MAP XREF PRINT

Linkage editor control statements in linkctl file:

INCLUDE idmsrstt

   Optionally add an INCLUDE statement for each procedure
   named in the NUPROCS= clause here.
   If not included any procedures will be dynamically loaded.

NAME idmsrstt(R)

idmsrstt

Module name of the IDMSRSTT table

rsttmac

Filename of the card-image file containing the IDMSRSTT macro statement

userlib

Filename of the user text library

idmslib

Filename of the library containing the IDMSRSTT macro

idmsload

Filename of the loadlib to store the rstt module

linkctl

Filename of TEXT file used as input to LKED

Note: For more information about the SYSIDMS parameter file, see the CA IDMS Common Facilities Guide.