[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: http_close(): entered



ILE RPG didn't exist when the system was called Silverlake.  ILE was 
first available in 1994.

ILE introduced the idea of errors propagating from one procedure to 
another, and only issuing an exception message when a "control boundary" 
was hit.

When that happened, programs started ending with messages like "the call 
to PROCEDURE_NAME_HERE ended in error".  Any time you write a program 
that uses ILE concepts, in particular, subprocedures, you will get this 
any time an error occurs in your program.  All it tells you is that an 
error occurred in a particular routine -- it doesn't tell you WHAT the 
error was.

To find out what the error was, you look back at the preceding messages 
in the job log.

So any ILE program that you write, will have this same symptom, and 
you'd find out more information the same way.  That's what I mean by 
"ILE RPG Programming 101".  If you've ever debugged an error in an ILE 
RPG program, you'd have already encountered this error, and you'd know 
that to find out more information, you'd have to look in the job log.

I didn't say anything about you being new to the platform.  Just new to ILE.


Karl Woods wrote:
> I know what ILE RPG debugging 101 is. I've been programming on IBM
> midrange computers for over 30 years now, on the 400 since it was called
> Silverlake. 
> 
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------