JCL CN (INTERNAL ERROR)



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

JCL CN (INTERNAL ERROR)

Postby Woot » Sat Jun 10, 2023 12:47 pm

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.
Woot
 
Posts: 2
Joined: Sat Jun 10, 2023 12:39 pm
Has thanked: 1 time
Been thanked: 0 time

Re: JCL CN (INTERNAL ERROR)

Postby dneufarth » Sat Jun 10, 2023 4:29 pm

JESYSMSG should provide clues

These users thanked the author dneufarth for the post:
Woot (Sat Jun 10, 2023 4:52 pm)
dneufarth
 
Posts: 23
Joined: Thu Oct 15, 2009 2:50 am
Has thanked: 1 time
Been thanked: 2 times

Re: JCL CN (INTERNAL ERROR)

Postby Woot » Sat Jun 10, 2023 4:52 pm

Thank you for reply, How can I see JESYSMSG, I am new to programming, Give some hints if possible
Woot
 
Posts: 2
Joined: Sat Jun 10, 2023 12:39 pm
Has thanked: 1 time
Been thanked: 0 time

Re: JCL CN (INTERNAL ERROR)

Postby dneufarth » Sat Jun 10, 2023 4:55 pm

SDSF or EJES
dneufarth
 
Posts: 23
Joined: Thu Oct 15, 2009 2:50 am
Has thanked: 1 time
Been thanked: 2 times

Re: JCL CN (INTERNAL ERROR)

Postby dneufarth » Sat Jun 10, 2023 5:03 pm

did you try searching before posting your question

search.php?keywords=jcl+internal+error
dneufarth
 
Posts: 23
Joined: Thu Oct 15, 2009 2:50 am
Has thanked: 1 time
Been thanked: 2 times

Re: JCL CN (INTERNAL ERROR)

Postby sergeyken » Sat Jun 10, 2023 5:14 pm

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.
User avatar
sergeyken
 
Posts: 409
Joined: Wed Jul 24, 2019 10:12 pm
Has thanked: 6 times
Been thanked: 40 times

Re: JCL CN (INTERNAL ERROR)

Postby enrico-sorichetti » Sat Jun 10, 2023 7:30 pm

when asking a question you shoulfd post the right message ( not a cofusing one as You did ),
something like

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 ...

       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-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: JCL CN (INTERNAL ERROR)

Postby jcdm » Tue Jul 25, 2023 11:57 am

I see 2 typing mistakes.

1.- MSSLEVEL doesnt not exist.
2.- I am not sure if use (*) is ok in jobcard.
jcdm
 
Posts: 18
Joined: Fri Dec 10, 2021 4:39 pm
Has thanked: 1 time
Been thanked: 3 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post