jkpalmer52
IS-IT--Management
I'm attempting to use the feature for IBM-370 USE WITH DEBUGGGING feature where:
if you include:
SOURCE-COMPUTER. IBM-370 USE WITH DEBUGGING.
in the environment and code any statement in your PROCEDURE DIVISION with a 'D' in column 7 , those statements will only be executed if you include the DEBUG parameter on your EXEC statement in your JCL. If you DON'T invoke the DEBUG option, then those statements with a 'D' in column 7 should not be executed. This feature is supposed to eliminate the need to re-compile your program if you want to turn your "debugging trace" on or off.
I can't seem to turn OFF the option. All statements with a 'D' execute no matter what.
Can't find the proper way to turn those statements "off".
if you include:
SOURCE-COMPUTER. IBM-370 USE WITH DEBUGGING.
in the environment and code any statement in your PROCEDURE DIVISION with a 'D' in column 7 , those statements will only be executed if you include the DEBUG parameter on your EXEC statement in your JCL. If you DON'T invoke the DEBUG option, then those statements with a 'D' in column 7 should not be executed. This feature is supposed to eliminate the need to re-compile your program if you want to turn your "debugging trace" on or off.
I can't seem to turn OFF the option. All statements with a 'D' execute no matter what.
Can't find the proper way to turn those statements "off".