Previous Topic: z/VSE JCLNext Topic: User-Written Edit Modules


z/VM JCL

GLOBAL MACLIB IDMSLIB CMSLIB OSMACRO
FILEDEF TEXT DISK ttbl TEXT a3
ASSEMBLE usersrc (NODECK OBJECT PRINT NOTERM
TXTLIB DEL utextlib ttbl
TXTLIB ADD utextlib ttbl
FILEDEF SYSLST PRINTER
FILEDEF SYSLMOD DISK uloadlib LOADLIB a6
                             (RECFM V LRECL 1024 BLKSIZE 1024
FILEDEF objlib DISK utextlib TXTLIB a
FILEDEF objlib1 DISK IDMSLIB1 TXTLIB A2
GLOBAL LOADLIB uloadlib
LKED linkctl (LET LIST MAP XREF NCAL RENT NOTERM PRINT SIZE 512K 64K
linkage editor control statements (linkctl)

INCLUDE objlib (ttbl)
INCLUDE objlib1 (IDMSUTIO)
INCLUDE objlib1 (IDMS)
INCLUDE objlib1 (IDMSDATE)
ENTRY TTBLEP1
NAME RHDCTTBL(R)


FILEDEF CDMSLIB DISK IDMSLIB LOADLIB A6
GLOBAL LOADLIB IDMSLIB
OSRUN RHDCTTBL

ttbl TEXT a3

Filename, filetype, and filemode of the file that contains the generated assembled text

usersrc

Filename of the file containing user source code

utextlib

Filename of the user text library

uloadlib LOADLIB a6

Filename, filetype, and filemode of the user load library

objlib

DDname of the user object library

objlib1

DDname of the first CA IDMS/DB object library

linkctl

Filename of the file that contains the linkage editor control statements