Error CEE3512S!

General discussion on the JZOS batch launcher and toolkit
Post Reply
Ashirvad Babu
Posts: 11
Joined: Sat May 20, 2006 2:35 am
Location: Chennai, India
Contact:

Error CEE3512S!

Post by Ashirvad Babu »

hi,
I'm getting this error when I try to open a MVS dataset using jzos ZFile.

CEE3512S An HFS load of module CELHDCPP failed. The system return code was 0000000135; the reason code was 0594003C.
From compile unit /u/sovbld/cm1420/cm1420-20040626/src/wrappers/pfm/atoe.c at entry point atoe_dllload at
statement 2136 at compile unit offset +00000060 at entry offset +00000060 at address 10DB6800.

Can anybody tell me what it means?

Thanks in advance!
Ashirvad Babu
Tata Consultancy Services Limited
Mailto: ashirvad.babu@tcs.com
Website: http://www.tcs.com
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

The return code/reason code means that some component of the path name of the module being loaded is not a directory.

The module being loaded is some LE runtime module (CELHDCPP), which I think is part of the C runtime Library.

My guess is that something is messed up with your environment.
Post Reply