$	snumb	macro
$	ident	,kayden
$	comment	create macro library
$	filedit	source,object,initialize,trace
$	limits	20,255k
$	file	k*,null            discard source library
$	file	c*,null            discard macro object deck
$	file	r*,x2s             save object library for sysedit
$	data	*c,,copy           filedit directive file
$	include	source,object
$	sysld	catalog=.gmac,master  ".gmac" must match lodm argument
$	lowload
$	option	nosetu
$      355map  ngmac                                                    macros
$	selectd	macros.map355 -ascii
$	execute
$	endld	                   "sysld" and "endld" delimit a catalog entry
$	endedit	                   logical end of filedit directive file
$	endcopy
$	sysedit
$	limits	20,255k
$	file	r*,x2r             object library is input to sysedit
$	prmfl	q*,w,r,355_macros  dynamic library - sysedit output
$	endjob
