HERCULES COMPILER COBOL CICS



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

HERCULES COMPILER COBOL CICS

Postby cesaralt » Tue Nov 24, 2020 5:46 am

Hi,
When I try to compile my JCL Igot the following message, see attachment
SDSF OUTPUT DISPLAY CICSCOMP JOB00049 DSID 2 LINE NOT PAGE MODE DATA
COMMAND INPUT ===> SCROLL ===> CSR
********************************* TOP OF DATA **********************************
J E S 2 J O B L O G -- S Y S T E M S Y S 1 -- N

07.58.20 JOB00049 ---- TUESDAY, 24 NOV 2020 ----
07.58.20 JOB00049 IRR010I USERID IBMUSER IS ASSIGNED TO THIS JOB.
07.58.20 JOB00049 ICH70001I IBMUSER LAST ACCESS AT 07:48:00 ON TUESDAY, NOVEMB
07.58.20 JOB00049 $HASP373 CICSCOMP STARTED - INIT 1 - CLASS A - SYS SYS1
07.58.20 JOB00049 IEF403I CICSCOMP - STARTED - TIME=07.58.20
07.58.20 JOB00049 IEC141I 013-18,IGG0191B,CICSCOMP,TRN,SYSIN,0A93,ZARES1,HERC.L
07.58.20 JOB00049 IEA995I SYMPTOM DUMP OUTPUT 345
345 SYSTEM COMPLETION CODE=013 REASON CODE=00000018
345 TIME=07.58.20 SEQ=00026 CPU=0000 ASID=001A
345 PSW AT TIME OF ERROR 075C1000 80E03226 ILC 2 INTC 0D
345 NO ACTIVE MODULE FOUND
345 NAME=UNKNOWN
345 DATA AT PSW 00E03220 - 41003B92 0A0D41F0 38BE56F0
345 AR/GR 0: 9E05CD16/00E03504 1: 00000000/A4013000
345 2: 00000000/000280A4 3: 00000000/00E02972
345 4: 00000000/008BD410 5: 00000000/008BD7A4
345 6: 00000000/008BD74C 7: 00000000/008BD7A4
.
.
.

My JCl is in the attachment.
****** ***************************** Top of Data ******************************
000100 //CICSCOMP JOB (CICS,1),'COMCICS',NOTIFY=&SYSUID,
000200 // MSGCLASS=Q,CLASS=A,MSGLEVEL=(1,1),REGION=0M
000800 //* ------------------------------------------------------------------ *
000900 //PROCLIB JCLLIB ORDER=DFH320.CICS.SDFHPROC
001100 //STEP1 EXEC DFHYITVL,
001110 // AD370HLQ='IGY410',
001120 // LE370HLQ='CEE',
001200 // DSCTLIB='HERC.LIB.COPYS', *LIBRERIA DE COPYS
001300 // PROGLIB='HERC.LIB.LOAD' *LIBRERIA DE MODULOS
001400 //* UBICACION DEL PROGRAMA CON CICS
001500 //*TRN.STEPLIB DD DSN=HERC.LIB.LOAD
001600 //TRN.SYSIN DD DSN=HERC.LIB.CICS(MAP002),DISP=SHR
001700 //* LIBRERIAS SYSLIB DE IEWL - DFHELII
001800 //SYSLIB DD DSN=DFH320.CICS.SDFHLOAD,DISP=SHR
001900 //* DD DSN=CEE.SCEELKED,DISP=SHR
002000 //* DD DSN=HERC.LIB.LOAD,DISP=SHR
002100 //LKED.SYSIN DD *
002200 NAME MAP002(R)
002300 /*

Im using Hercules emulator.
Thanks for any help.

Regards,
Cesar Altamirano
cesaralt
 
Posts: 1
Joined: Mon Jun 02, 2014 8:11 pm
Has thanked: 0 time
Been thanked: 0 time

Re: HERCULES COMPILER COBOL CICS

Postby sergeyken » Tue Nov 24, 2020 6:37 am

At this forum, nobody looks into attachments.

Many people even do not open messages with attachments.
Javas and Pythons come and go, but JCL and SORT stay forever.
User avatar
sergeyken
 
Posts: 408
Joined: Wed Jul 24, 2019 10:12 pm
Has thanked: 6 times
Been thanked: 40 times

Re: HERCULES COMPILER COBOL CICS

Postby steve-myers » Tue Nov 24, 2020 9:00 am

As sergeyken says, do not post attachments as you have done.

As you have deduced, the IEC141I message is the key to the problem.

Google or bing IEC141I and you will quickly determine the problem. I just did it, but I'm not going to parrot what I found. After all, why should I repeat what you should have done before you started this silly thread?

FWIW, this problem has absolutely nothing to do with Hercules.

Just a note about terminology.

You do not "compile" JCL. You typically run JCL. You "compile" a program to transform a source program to its binary representation for the computer system where the compiled program is to be run. The binary output of a compiler is then linked using a program called the Linkage Editor or Binder to prepare a binary executable module for the computer system where the program is to be run.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: HERCULES COMPILER COBOL CICS

Postby NicC » Tue Nov 24, 2020 3:55 pm

SDSF is not available on any MVS system that is legal to run on Hercules. Therefore you must be operating illegally and it is therefore illegal to to ask such a question here. Topic will be locked and deleted soon.
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: HERCULES COMPILER COBOL CICS

Postby prino » Tue Nov 24, 2020 6:12 pm

NicC wrote:SDSF is not available on any MVS system that is legal to run on Hercules. Therefore you must be operating illegally and it is therefore illegal to to ask such a question here. Topic will be locked and deleted soon.

Just remove the mention of "Hercules" from his post, and he should stop mentioning it, lots of us here are running z/OS on systems we should not be running it on...
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
User avatar
prino
 
Posts: 635
Joined: Wed Mar 11, 2009 12:22 am
Location: Vilnius, Lithuania
Has thanked: 3 times
Been thanked: 28 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post