|
VENU YAMAJALA wrote:
>
> Hi All,
>
> I am facing a RPG compile error and am not able to determine the cause. We
>have
> a CL program that runs in batch. This pgm compiles a ILE RPG program in QTEMP
> library. Then it calls the ILE pgm. When I found that the ILE RPG pgm is not
> executing, I did some study. I ran the CL interactively. The CL is failing at
> the CRTBNDRPG. My command is as follows :
>
> CRTBNDRPG PGM(QTEMP/&FILE) SRCFILE(&DALIB/&SRCFL) +
> DFTACTGRP(*NO) ACTGRP(*NEW) +
> BNDDIR(Y2KTOOLS/DATEBNDDIR) DBGVIEW(*ALL) +
> OUTPUT(*NONE) OPTIMIZE(*BASIC) INDENT('| ') FIXNBR(*ZONED)
> TGTRLS(*CURRENT)
>
> MONMSG MSGID(RNS9310) EXEC(GOTO CMDLBL(END))
>
> I am encountering RNS9310 message and the pgm is ending. I am getting the
> message "Starting Scan source for Member
> xxxxx'. And after this the compile is failing. I am not even getting any spool
> file to see what is the error. I tried to look for
> RNS9310 but I could not locate this message in any of the message files. I am
> struck. Can anyone help me. Thanx in advance for
> any suggestions.
>
> Venu
If you change the output option on the CRTBNDRPG command in your CL
program to *PRINT it will produce a compile listing for you. It was
probably set to *NONE so the user doesn't see it.
--
___________________________________________________________
Jerry R. Keppler Pattonville School District
Computer Programmer 11097 St. Charles Rock Road
(314) 213-8045 Voice St. Ann, MO 63074-1509
(314) 213-8650 Fax mailto:kepplerj@pattonville.k12.mo.us
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.