View previous topic :: View next topic |
Author |
Message |
coolguy2005 Beginner
Joined: 22 Mar 2005 Posts: 22 Topics: 16
|
Posted: Tue Mar 22, 2005 3:19 am Post subject: what does 'D' in column 7 indicate ? |
|
|
I have a cobol statement looking like this ?
=COLS> ----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
000433 D DISPLAY 'ENTERING 200-DECLARE-CURSOR'.
can we specify anything other than - / * in column 7 .What does 'D' in column 7 indicate ? |
|
Back to top |
|
 |
bob_buxton Beginner

Joined: 20 Dec 2002 Posts: 44 Topics: 0 Location: Hampshire, England
|
Posted: Tue Mar 22, 2005 4:14 am Post subject: |
|
|
A D in column 7 indicates a Debugging line which will be active if you specify
SOURCE-COMPUTER. name WITH DEBUGGING MODE. _________________ Bob Buxton
Ex Websphere MQ for zOS development |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|