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