Go to LeighWeb Home Page            

Back To LeighWeb Mainframe Utilities Page

View the module associated with this documentation

 This utility will allow you to build, delete, or list generation data group
 indexes interactively.  This is done via a panel where you enter the dataset
 index base name and other parameters.  Additionally, this utility can be
 invoked from another CLIST with passed parameters that will allow an SE to
 incorporate the bldg utility in other operations without having to go to the
 panel at each execution.
 
 The keyword parameters available are FUNC (valid) values of B, D, and L for
 function, ENT for the number of entries when building a GDG, DSN to specify the
 GDG base name, and SYSPRINT to specify that the IDCAMS SYSPRINT is to be
 displayed on the terminal.  There are no positional parameters.  TOP SECRET
 controls what indexes you are able to build.
 
 An example of calling BLDG from a CLIST would be as follows:
 
 %BLDG DSN(dataset.name.with.no.quotes) FUNC(B) ENT(3)