JCL internal error



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

JCL internal error

Postby abhisenpai » Sun Sep 15, 2019 1:43 am

1.JPG


I get this error whenever i submit a job... The job is not getting created after i add suffix for jobname... Also there are no jobs getting created whenever i submit the jobs
Below is the sdsf status display of all classes
2.JPG

Please help me
You do not have the required permissions to view the files attached to this post.
abhisenpai
 
Posts: 4
Joined: Sun Sep 15, 2019 1:36 am
Has thanked: 2 times
Been thanked: 0 time

Re: JCL internal error

Postby NicC » Sun Sep 15, 2019 3:08 am

Post your JCL. And do not use images - a simple cut and paste will do (and use the code tags)
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic

These users thanked the author NicC for the post:
abhisenpai (Mon Sep 16, 2019 12:56 am)
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: JCL internal error

Postby steve-myers » Sun Sep 15, 2019 5:15 am

From the description, it seems to me it's an issue in SUBMIT. As NicC says, please post at least the first few lines of the input. I suspect it may be something like
----+----1----+----2
 data
 data
or
----+----1----+----2
 //xxx
 //yyyy

(blanks in column 1)

Frankly I've always found it safer to provide my own JOB JCL statement than use the SUBMIT provided JOB statement.

These users thanked the author steve-myers for the post:
abhisenpai (Mon Sep 16, 2019 12:56 am)
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: JCL internal error

Postby abhisenpai » Mon Sep 16, 2019 12:55 am

Here is the code which is suposed to run cblhello(cobol) and chello(c) programs

3.JPG

After i press submit and type job suffix..i get a jcl error
You do not have the required permissions to view the files attached to this post.
abhisenpai
 
Posts: 4
Joined: Sun Sep 15, 2019 1:36 am
Has thanked: 2 times
Been thanked: 0 time

Re: JCL internal error

Postby abhisenpai » Mon Sep 16, 2019 12:56 am

This is a masterthemainframe part 3 challenge 4
abhisenpai
 
Posts: 4
Joined: Sun Sep 15, 2019 1:36 am
Has thanked: 2 times
Been thanked: 0 time

Re: JCL internal error

Postby willy jensen » Mon Sep 16, 2019 1:50 am

To confirm that it is the submit process, submit the following
//A EXEC PGM=IEFBR14

Anything in the syslog?
willy jensen
 
Posts: 455
Joined: Thu Mar 10, 2016 5:03 pm
Has thanked: 0 time
Been thanked: 69 times

How can i delete my previous messages

Postby abhisenpai » Mon Sep 16, 2019 9:12 am

I forgot that you said to not post screenshots..only the code
How can i edit it
abhisenpai
 
Posts: 4
Joined: Sun Sep 15, 2019 1:36 am
Has thanked: 2 times
Been thanked: 0 time

Re: JCL internal error

Postby NicC » Mon Sep 16, 2019 1:18 pm

You need a job card - tailored to the machine that you are running on. The submit process may provide one but you will have to provide one or two identifying characters when prompted and these have to be vaild characters - try AA to start with.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: JCL internal error

Postby willy jensen » Mon Sep 16, 2019 1:39 pm

How about asking a colleague / a sys admin / your boss for a sample of a valid job stmt?
willy jensen
 
Posts: 455
Joined: Thu Mar 10, 2016 5:03 pm
Has thanked: 0 time
Been thanked: 69 times

Re: JCL internal error

Postby enrico-sorichetti » Mon Sep 16, 2019 2:04 pm

it is not an internal error,

the CN(INTERNAL) is a residual from old times where HASP/JES2 used <internal> dummy consoles for issuing 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

Next

Return to JCL

 


  • Related topics
    Replies
    Views
    Last post