1 $         snumb     macro
 2 $         ident     ,grady
 3 $         comment   create macro library
 4 $         filedit   source,object,initialize,trace
 5 $         file      k*,null            discard source library
 6 $         file      c*,null            discard macro object deck
 7 $         file      r*,x2s             save object library for sysedit
 8 $         data      *c,,copy           filedit directive file
 9 $         include   source,object
10 $         sysld     catalog=.gmac,master  ".gmac" must match lodm argument
11 $         lowload
12 $         option    nosetu
13 $      355map  ngmac                                                    macros
14 $         selectd   utility_macros.map355 -ascii
15 $         execute
16 $         endld                        "sysld" and "endld" delimit a catalog entry
17 $         endedit                      logical end of filedit directive file
18 $         endcopy
19 $         sysedit
20 $         file      r*,x2r             object library is input to sysedit
21 $         prmfl     q*,w,r,utility_macros  dynamic library - sysedit output
22 $         endjob