Name
|
Description
|
INDEXIT | Creates an Index member of for the current dataset. By default the name will be $$$INDEX. |
|
JOBCARD | Add a JCL JOB card to the top of a dataset member. This will require tailoring to use your own site jobcard standards. |
|
ONLY | Displays only lines containing the passed string. |
|
PRINTIT | This edit macro will print the member (or the dataset if it is sequential) to any printer.
You can change printer name, output dest and number of copies
Note: This Edit Macro call the IBM supplied program PRINTDS |
|
REXXIT | Add a comment boilerplate and some standard recovery code. |
|
RUNJCL | RUNJCL is a REXX Edit macro that will submit a job for processing from a partitioned dataset. |
|
SETLANG | Sets the correct highlighting for the member being edited. |
|
STARTASM | Builds skeleton Assembler code for a program. This will need to be tailored to use your sites macros etc. Sample output is here |
|
STARTCOB | Builds skeleton Cobol code for a program complete with all the required program division definitions. Sample output is here |
|
STARTMAC | Builds a boilerplate for an assembler DSECT.
Sample output is here |
|