JCL internal error
-
- Posts: 4
- Joined: Sun Sep 15, 2019 1:36 am
- Skillset: cobol,rexx
- Referer: internet
JCL internal error
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
Please help me
You do not have the required permissions to view the files attached to this post.
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: JCL internal error
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
Regards
Nic
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: JCL internal error
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 likeor
(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.
Code: Select all
----+----1----+----2
data
data
Code: Select all
----+----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.
-
- Posts: 4
- Joined: Sun Sep 15, 2019 1:36 am
- Skillset: cobol,rexx
- Referer: internet
Re: JCL internal error
Here is the code which is suposed to run cblhello(cobol) and chello(c) programs
After i press submit and type job suffix..i get a jcl error
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.
-
- Posts: 4
- Joined: Sun Sep 15, 2019 1:36 am
- Skillset: cobol,rexx
- Referer: internet
Re: JCL internal error
This is a masterthemainframe part 3 challenge 4
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: JCL internal error
To confirm that it is the submit process, submit the following
//A EXEC PGM=IEFBR14
Anything in the syslog?
//A EXEC PGM=IEFBR14
Anything in the syslog?
-
- Posts: 4
- Joined: Sun Sep 15, 2019 1:36 am
- Skillset: cobol,rexx
- Referer: internet
How can i delete my previous messages
I forgot that you said to not post screenshots..only the code
How can i edit it
How can i edit it
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: JCL internal error
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
Regards
Nic
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: JCL internal error
How about asking a colleague / a sys admin / your boss for a sample of a valid job stmt?
-
- 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 internal error
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
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
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
-
- Similar Topics
- Replies
- Views
- Last post
-
- 7
- 4027
-
by jcdm
View the latest post
Tue Jul 25, 2023 11:57 am
-
- 1
- 1487
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 1
- 4696
-
by jcdm
View the latest post
Mon Jul 17, 2023 3:48 pm
-
- 0
- 1219
-
by mehi1353
View the latest post
Tue May 28, 2024 2:42 pm
-
- 9
- 4796
-
by steve-myers
View the latest post
Sat Nov 13, 2021 12:17 am