Home > Archive > Cobol > January 2007 > help
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| i'm beginnig now in cobol programming on AS400. i'm working, not
studing!! i'n not able to debug the programs... i have tried to to
STRISDB like rpg programs, but with cobol it doesn't function... is
there someone who can help me?
| |
| Vaclav Snajdr 2007-01-10, 7:55 am |
| Paola,
better you use AS400-Cobol-Forum - the most here do not know RPG
and AS400.
Paola wrote:
> i'm beginnig now in cobol programming on AS400. i'm working, not
> studing!! i'n not able to debug the programs... i have tried to to
> STRISDB like rpg programs, but with cobol it doesn't function... is
> there someone who can help me?
--
Vaclav Snajdr
| |
| sclind@gmail.com 2007-01-10, 6:55 pm |
| This is a great resource:
http://lists.midrange.com/mailman/listinfo/cobol400-l
Also, do you have the compile parameter (I don't recall the name)
specifed to allow debugging?
Scott
Paola wrote:
> i'm beginnig now in cobol programming on AS400. i'm working, not
> studing!! i'n not able to debug the programs... i have tried to to
> STRISDB like rpg programs, but with cobol it doesn't function... is
> there someone who can help me?
| |
| George 2007-01-11, 3:55 am |
| Why don't you use DISPLAY statement to help your simple debugging?
Paola =BCg=B9D=A1G
> i'm beginnig now in cobol programming on AS400. i'm working, not
> studing!! i'n not able to debug the programs... i have tried to to
> STRISDB like rpg programs, but with cobol it doesn't function... is
> there someone who can help me?
| |
|
| thank's ^__^
Vaclav Snajdr ha scritto:
> Paola,
>
> better you use AS400-Cobol-Forum - the most here do not know RPG
> and AS400.
>
> Paola wrote:
>
>
> --
> Vaclav Snajdr
| |
|
| thank's
^__^
scl...@gmail.com ha scritto:
[color=darkred]
> This is a great resource:
>
> http://lists.midrange.com/mailman/listinfo/cobol400-l
>
> Also, do you have the compile parameter (I don't recall the name)
> specifed to allow debugging?
>
> Scott
>
> Paola wrote:
| |
|
| thank's
^__^
George ha scritto:
[color=darkred]
> Why don't you use DISPLAY statement to help your simple debugging?
>
> Paola =BCg=B9D=A1G
>
| |
| Frederico Fonseca 2007-01-11, 3:55 am |
| Top posting corrected.
On Wed, 10 Jan 2007 13:51:25 +0100, Vaclav Snajdr
<snajdr.vaclav@t-online.de> wrote:
>Paola wrote:
>
>Paola,
>
>better you use AS400-Cobol-Forum - the most here do not know RPG
>and AS400.
>
Vaclav, many of us here do use AS400, so this is as good as a place to
question this.
Paola,
For STRISDB to work the COBOL program must be compiled with the
correct option.
If I'm correct the option is *LSTPGM for your particular case.
http://publib.boulder.ibm.com/iseries/ has links for the Information
Center where you can find all type of manuals for the AS400
Frederico Fonseca
ema il: frederico_fonseca at syssoft-int.com
| |
|
| Hi Frederico,
thank's for the suggestion.
the solution it's not as you have said me, but I have had to compile
with:
Source listing options: *SRCDBG
.... I would not have never thought to it alone
(my english makes to cry!!)
Frederico Fonseca ha scritto:
> Top posting corrected.
> On Wed, 10 Jan 2007 13:51:25 +0100, Vaclav Snajdr
> <snajdr.vaclav@t-online.de> wrote:
>
> Vaclav, many of us here do use AS400, so this is as good as a place to
> question this.
>
>
> Paola,
>
> For STRISDB to work the COBOL program must be compiled with the
> correct option.
> If I'm correct the option is *LSTPGM for your particular case.
>
>
> http://publib.boulder.ibm.com/iseries/ has links for the Information
> Center where you can find all type of manuals for the AS400
>
>
> Frederico Fonseca
> ema il: frederico_fonseca at syssoft-int.com
| |
|
| Hi Frederico,
thank's for the suggestion.
the solution it's not as you have said me, but I have had to compile
with:
Source listing options: *SRCDBG
.... I would not have never thought to it alone
(my english makes to cry!!)
Frederico Fonseca ha scritto:
> Top posting corrected.
> On Wed, 10 Jan 2007 13:51:25 +0100, Vaclav Snajdr
> <snajdr.vaclav@t-online.de> wrote:
>
> Vaclav, many of us here do use AS400, so this is as good as a place to
> question this.
>
>
> Paola,
>
> For STRISDB to work the COBOL program must be compiled with the
> correct option.
> If I'm correct the option is *LSTPGM for your particular case.
>
>
> http://publib.boulder.ibm.com/iseries/ has links for the Information
> Center where you can find all type of manuals for the AS400
>
>
> Frederico Fonseca
> ema il: frederico_fonseca at syssoft-int.com
|
|
|
|
|