PLI MACRO PASS RC = 16

IBM's cross-platform compiler PL/I for MVS, VM & VSE, OS/390 and Enterprise PL/I for z/OS
surime72
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Skillset: cobol,jcl,db2,vsam,cics
Referer: friend

PLI MACRO PASS RC = 16

Postby surime72 » Fri Jun 22, 2012 9:50 am

while i was compiling program

IEC141I 013-18,IGG0191B,$ISPTEST,SYSIN,C988,GENJ22,T4608SA.SHIP.PLI(SHI101)


IBM1984I U File DD:SYSIN could not be opened.

DSNH740I ======= PLI MACRO PASS FINISHED, RC = 16 ======= LISTING IN TEMP.LIST
=============================
DSNH759I DSNH TERMINATING, PLI MACRO PASS RC = 16
***

NicC
Global moderator
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
Referer: Google
Location: Pushing up the daisies (almost)

Re: compilation error

Postby NicC » Fri Jun 22, 2012 12:19 pm

So? As usual, a poorly defined post and a lack of analysis. What did you gather from the 2 error messages here? Mind you, if you are using your company' standard procedure for compiling then this would not have happened. If you do insist on using your own JCL then, at least, refer to the PL/1 user guide to make sure you get the all the JCL statements in your job that are required. And why not just ask the person sitting next to you?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: compilation error

Postby dick scherrer » Fri Jun 22, 2012 7:15 pm

Hello,

Code: Select all

IEC141I 013-18,IGG0191B,$ISPTEST,SYSIN,C988,GENJ22,T4608SA.SHIP.PLI(SHI
101)
You Did learn what causes this abend - right?

If not, you need to look in the z/OS Messages and Codes to learn what causes an 013-18.

This error could happen with the standard compile JCL . . . Once you read what is wrong, you will probably see the error.
Hope this helps,
d.sch.


  • Similar Topics
    Replies
    Views
    Last post