In case anyone has a better idea I am documenting my solution... I see no way
to set a break point before starting the program, so what I am doing is as
follows:
LOAD INITPGM;
LDD INITPGM;
AT ENTRY INITPGM BEGIN;
set break points;
END;
Note (these are assembler programs)
So far it seems to be working.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN