JCL internal error

JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...
abhisenpai
Posts: 4
Joined: Sun Sep 15, 2019 1:36 am
Skillset: cobol,rexx
Referer: internet

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.

NicC
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

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

steve-myers
Global moderator
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Skillset: Assembler, JCL, utilities
Referer: zos.efglobe.com

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

Code: Select all

----+----1----+----2
 data
 data
or

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.

abhisenpai
Posts: 4
Joined: Sun Sep 15, 2019 1:36 am
Skillset: cobol,rexx
Referer: internet

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
Skillset: cobol,rexx
Referer: internet

Re: JCL internal error

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

This is a masterthemainframe part 3 challenge 4

willy jensen
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

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?

abhisenpai
Posts: 4
Joined: Sun Sep 15, 2019 1:36 am
Skillset: cobol,rexx
Referer: internet

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

NicC
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

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

willy jensen
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

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?

enrico-sorichetti
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

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


  • Similar Topics
    Replies
    Views
    Last post