1825316 Members
4214 Online
109679 Solutions
New Discussion

erorr exit code 248

 
aky
Occasional Contributor

erorr exit code 248

Hi,
I am on 11.11 version.

when i run a procobol program and check the exit code it returns 248.
What does this code mean?

Could someone please point me to a list of exit codes and explanations/actions.

Thanks
Akhila
1 REPLY 1
RAC_1
Honored Contributor

Re: erorr exit code 248

Is that error code an OS error code? If yes, it means file name is too long.

#define ENAMETOOLONG 248 /* File name too long */

(from /usr/include/sys/errno.h)
There is no substitute to HARDWORK