p.s. the source is as follows:
100 PGM /*helloworld*/
200 CALL PGM(PERL5/PERL) PARM('/XXX/cgibin/helloworld.pl')
300 ENDPGM
and the error message is:
* CPD0792 10 No data areas, variables, or labels used in program.
Thanks.
Program HELLOW created in library PERL5 on 05/01/97 at 13:20:37.
Program HELLOW created in library PERL5. Maximum error severity 10.
Also, make sure you are not placing the object in QTEMP. Each job has
it's own QTEMP, and the objects only last until the job ends.
HTH
Randy Belknap <rbel...@islco.com> wrote in article
<3368C9...@islco.com>...
The specified message is only of severity 10 and is no real error, just a
warning. Look at the bottom of the compiler listing and you should see
"Program xxx created in library yyy. Maximum error severity 10."
Kind regards,
Paul
______________
Randy Belknap <rbel...@islco.com> wrote in article
<3368C9...@islco.com>...
> I'm trying to create my first CL program and get an error when I run
> CRTBNDCL. My problem is I can't figure out where to look up what the
> error message means. Is there a book on-line that is cross referenced
> by error message?
>
> p.s. the source is as follows:
>
> 100 PGM /*helloworld*/
> 200 CALL PGM(PERL5/PERL) PARM('/XXX/cgibin/helloworld.pl')
> 300 ENDPGM
>
> and the error message is:
>
> * CPD0792 10 No data areas, variables, or labels used in program.
>
> Thanks.
>
The contents of this message express only the sender's opinion.
This message does not necessarily reflect the policy or views of
my employer, Merck & Co., Inc. All responsibility for the statements
made in this Usenet posting resides solely and completely with the
sender.