Page 1 of 2

JCL internal error

PostPosted: Sun Sep 15, 2019 1:43 am
by abhisenpai
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

Re: JCL internal error

PostPosted: Sun Sep 15, 2019 3:08 am
by NicC
Post your JCL. And do not use images - a simple cut and paste will do (and use the code tags)

Re: JCL internal error

PostPosted: Sun Sep 15, 2019 5:15 am
by steve-myers
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.

Re: JCL internal error

PostPosted: Mon Sep 16, 2019 12:55 am
by abhisenpai
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

Re: JCL internal error

PostPosted: Mon Sep 16, 2019 12:56 am
by abhisenpai
This is a masterthemainframe part 3 challenge 4

Re: JCL internal error

PostPosted: Mon Sep 16, 2019 1:50 am
by willy jensen
To confirm that it is the submit process, submit the following
//A EXEC PGM=IEFBR14

Anything in the syslog?

How can i delete my previous messages

PostPosted: Mon Sep 16, 2019 9:12 am
by abhisenpai
I forgot that you said to not post screenshots..only the code
How can i edit it

Re: JCL internal error

PostPosted: Mon Sep 16, 2019 1:18 pm
by NicC
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.

Re: JCL internal error

PostPosted: Mon Sep 16, 2019 1:39 pm
by willy jensen
How about asking a colleague / a sys admin / your boss for a sample of a valid job stmt?

Re: JCL internal error

PostPosted: Mon Sep 16, 2019 2:04 pm
by enrico-sorichetti
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