View previous topic :: View next topic |
Author |
Message |
priyam Beginner
Joined: 05 Jul 2006 Posts: 16 Topics: 12
|
Posted: Thu Jan 17, 2008 1:11 am Post subject: IBM1917S - Compile using PL/I Enterprise compiler |
|
|
Hi,
We are using PLI Optimizer compiler for PL/I Programs.
Now we are migrating to PLI Enterprise Compiler(IBMZPLI).
Am getting the following error when I tried to compile a simple PL/I program using the Enterprise compiler.
IBM1917I S Program contains no valid source lines.
Source code is present in the library. When I compiled with compiler option NOOBJECT am getting MAXRC = 0. But no object module has created.
Can any one help me on this. |
|
Back to top |
|
 |
abhinav343 Beginner
Joined: 12 Jun 2007 Posts: 23 Topics: 12
|
Posted: Thu Jan 17, 2008 8:41 am Post subject: |
|
|
can you share your jcl? |
|
Back to top |
|
 |
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Thu Jan 17, 2008 9:32 am Post subject: |
|
|
Check you comments in the program and make sure they are all terminated. |
|
Back to top |
|
 |
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Sat Jan 19, 2008 5:24 pm Post subject: |
|
|
Did you find the problem? |
|
Back to top |
|
 |
priyam Beginner
Joined: 05 Jul 2006 Posts: 16 Topics: 12
|
Posted: Tue Jan 22, 2008 2:12 am Post subject: |
|
|
Am not using ny JCL for compilation.We are using SCLM and SCLM Translators for compilation.
Still am facing the same problem. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Jan 22, 2008 2:29 pm Post subject: |
|
|
Do the sclm translators work at all? It could be that the input is defined incorrectly in the translator.
Otherwise, start with a small program and if it works, gradually add parts of your program until you find an error. Check for extra @PROCESS cards that have no program after them. Or, as mentioned before, there may be unterminated comments or strings in the program. Use the HILITE command in the editor to check for that. Use HILITE LOGIC to check for matched and unmatched DO/ENDs etc (though these would produce other error messages, it is a good technique to know). _________________ New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html. |
|
Back to top |
|
 |
|
|