JCL CN (INTERNAL ERROR)
JCL CN (INTERNAL ERROR)
When try to submit the job i am getting the error as $HASH165 AT MVS - JCL CN(INTERNAL ERROR) Please see the attachment and provide some hints
You do not have the required permissions to view the files attached to this post.
Re: JCL CN (INTERNAL ERROR)
JESYSMSG should provide clues
Re: JCL CN (INTERNAL ERROR)
Thank you for reply, How can I see JESYSMSG, I am new to programming, Give some hints if possible
Re: JCL CN (INTERNAL ERROR)
SDSF or EJES
- sergeyken
- Posts: 458
- Joined: Wed Jul 24, 2019 10:12 pm
- Skillset: Assembler, JCL, Utilities, PL/I, C/C++, DB2, SQL, REXX, COBOL, etc. etc. etc.
- Referer: Internet search
Re: JCL CN (INTERNAL ERROR)
Woot wrote:When try to submit the job i am getting the error as $HASH165 AT MVS - JCL CN(INTERNAL ERROR) Please see the attachment and provide some hints
When try to launch the starship to Mars i am getting some internal error within my construction. Please see the picture and provide some hints.
Now I can see there was some fire. I am new to rocket science. Give some hints if possible.
Javas and Pythons come and go, but JCL and SORT stay forever.
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: JCL CN (INTERNAL ERROR)
when asking a question you shoulfd post the right message ( not a cofusing one as You did ),
something like
the error was JCL ERROR
You should use sdsf to look at your job output to find out the cause of the error
YOU should see something like ...
the IEF212I ( or something similar ) will tell the error found
the CN(INTERNAL) does not mean an internal error
the text goes back to when HASP/JES2 used internal pseudo-consoles to write messages
something like
Code: Select all
JOB08668 $HASP165 ENRICO1 ENDED AT N1 - JCL ERROR CN(INTERNAL)
the error was JCL ERROR
You should use sdsf to look at your job output to find out the cause of the error
YOU should see something like ...
Code: Select all
1 //ENRICO1 JOB (@),'A',NOTIFY=ENRICO,
// CLASS=A,MSGCLASS=X,MSGLEVEL=(1,1)
//* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
//*
2 //G EXEC PGM=IEFBR14
3 //DD DD DISP=SHR,DSN=NOT.FOUND
...
...
...
IEF212I ENRICO1 G DD - DATA SET NOT FOUND
IEF272I ENRICO1 G - STEP WAS NOT EXECUTED.
the IEF212I ( or something similar ) will tell the error found
the CN(INTERNAL) does not mean an internal error
the text goes back to when HASP/JES2 used internal pseudo-consoles to write messages
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
Re: JCL CN (INTERNAL ERROR)
I see 2 typing mistakes.
1.- MSSLEVEL doesnt not exist.
2.- I am not sure if use (*) is ok in jobcard.
1.- MSSLEVEL doesnt not exist.
2.- I am not sure if use (*) is ok in jobcard.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 1473
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 1
- 4686
-
by jcdm
View the latest post
Mon Jul 17, 2023 3:48 pm
-
- 0
- 1212
-
by mehi1353
View the latest post
Tue May 28, 2024 2:42 pm
-
- 9
- 4635
-
by steve-myers
View the latest post
Sat Nov 13, 2021 12:17 am
-
- 4
- 2111
-
by willy jensen
View the latest post
Tue Apr 20, 2021 1:26 pm