Loading...
Select Version
&pagelevel(2)&pagelevel
This chapter illustrates an AID debugging session for a short COBOL program. This sample test is intended to help you understand the application and effect of various AID commands; for the sake of clarity, a relatively uncomplicated approach has been taken.
The compiler was called with the following SDF command:
/START-COBOL2000-COMPILER SOURCE=COB.S.SRCDAT,TEST-SUPPORT=AID- /(PREPARE-FOR-JUMPS=YES),- /LISTING=PARAM(NAME-INFORMATION=YES(SUPPRESS-GENERAT=AT-SEVERE-ERR),- /OUTPUT=*SYSLST),COMPILER-ACTION=MODULE-GEN(MOD-FORM=OM,- /SUPPR-GEN=AT-SEVERE-ERR),- /RUNTIME-OPTIONS=PARAM(ACCEPT-STMT-INPUT=UPPERCASE-CONVERTED)