|
This is a sample screen shoot of the output generated by executing the STARTMAC edit macro as supplied on this website.
Notice that the DSECT name will be the same name as the member name being created.
This is an ISPF screen capture
File Edit Edit_Settings Menu Utilities Compilers Test Help
-------------------------------------------------------------------------------
EDIT ABBYDALE.DEVL.MACLIB(TESTIT) - 01.00 Columns 00001 00072
Command ===> Scroll ===> CSR
****** ***************************** Top of Data ******************************
000001 TESTIT DSECT
000002 *---------------------------------------------------------------------*
000003 * T E S T I T *
000004 *---------------------------------------------------------------------*
000005 * *
000006 * Description : *
000007 * *
000008 * Created on : 2 Apr 2022 *
000009 * Created by : Kevin Ferguson *
000010 * : Userid(MIT001) *
000011 * *
000012 * Used by : *
000013 * *
000014 * Change Activity : *
000015 * *
000016 *---------------------------------------------------------------------*
000017 * ©Copyright of Abbydale Systems LLC. *
000018 *---------------------------------------------------------------------*
000019 PUSH PRINT
000020 PRINT ON
000021 TESTIT_End EQU *
000022 TESTIT_Length EQU TESTIT_End-TESTIT
000023 POP PRINT
000024 *---------------------------------------------------------------------*
000025 * E N D O F T E S T I T *
000026 *---------------------------------------------------------------------*
****** **************************** Bottom of Data ****************************
|
|
|