Error...

In this Mainframe Forum - You can post your queries on JCL, OS/390 JCL, MVS JCL, z/OS JCL, JES2 & JES3

Moderators: Frank Yaeger, DikDude, Moderator Group

Post Reply
Tiberio
Member
Posts: 2
Joined: Fri Dec 04, 2009 4:35 am

Error...

Post by Tiberio » Fri Dec 04, 2009 4:37 am

I want to submit this program, but he not submit, returns one error... i dont know why...

The code:

//JCLTEST JOB (BRA0999), 'STUDENT', MSGLEVEL=(1,1),
// NOTIFY=&SYSUID,MSGCLASS=H, CLASS=A
//STEP1 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=H
//SYSIN DD DUMMY
//SYSUT1 DD DSN=ZOS.CONTEST.REXX(IEBGENER),DISP=SHR
//SYSUT2 DD DSN='BRA0999.BRA0999.ZOS.PART2',DISP = SHR
// IF RC = 0 THEN
//STEP2 EXEC PGM = IKJEFT1A, DYNAMNBR=200
//SYSEXEC DD DSN=ZOS.CONTEST.REXX,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
%RUNME09
// ELSE
// ENDIF

Regardless,

Gerry Ciccheti
Member
Posts: 16
Joined: Thu Jul 30, 2009 7:52 am

Post by Gerry Ciccheti » Fri Dec 04, 2009 7:01 am

Hi,

without showing the error or the output from the job, you are not going to get much help.

The only thing I can see is PGM = IJKEFT1A has spaces but then again it may just be bad cut and paste.


Gerry

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Fri Dec 04, 2009 1:00 pm

Please use BBcode when You post some code/error, that's rather readable. And use some sensible subject-titles. What if I asnwer your question just by writing word "solutions" -- do you get anything out of it.. :|.
Regards,
Anuj

Tiberio
Member
Posts: 2
Joined: Fri Dec 04, 2009 4:35 am

Post by Tiberio » Sat Dec 05, 2009 3:47 am

IKJ56250I JOB JCLTEST(JOB06534) SUBMITTED
22.46.38 JOB06534 $HASP165 JCLTEST ENDED AT TSTMVS01 - JCL ERROR CN(INTERNAL)
***

This is my error...

User avatar
dbzTHEdinosauer
Moderator
Posts: 981
Joined: Mon Oct 02, 2006 8:31 pm

Post by dbzTHEdinosauer » Sat Dec 05, 2009 4:03 pm

Anuj,

Have fun.
Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Mon Dec 07, 2009 1:26 pm

Tiberio,

I'd like to believe you're anApplication Engineer and have the mainframe access as well, so you tried to give a technical answer but in this case that's a total waste for us.

IKJ56250I is a message which means job has been entered for batch processing.

Because you specified NOTIFY parameter on the JCL JOB message, $HASP165 is displayed to an interactive user (you). And as you get a(n) JCL error we'll be rather happy to see what is there in the JESMSGLG of your Job.
Regards,
Anuj

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Mon Dec 07, 2009 1:34 pm

:D... this weekend was nice Dick...let's leave those messages altogther.

Watched India vs Sri Lanka Cricket-Match live (and now India is no.1 in Test-Cricket in wrold-ranking)... and then a silent seating on sea-shore with a red-wine was enriching..:)
Regards,
Anuj

academyindia4

Topic deleted by Admin

Post by academyindia4 » Fri Jan 15, 2016 9:55 pm

<< Content deleted By Admin >>

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others