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
HERCULES COMPILER COBOL CICS
- sergeyken
- Posts: 458
- Joined: Wed Jul 24, 2019 10:12 pm
- Skillset: Assembler, JCL, Utilities, PL/I, C/C++, DB2, SQL, REXX, COBOL, etc. etc. etc.
- Referer: Internet search
Re: HERCULES COMPILER COBOL CICS
At this forum, nobody looks into attachments.
Many people even do not open messages with attachments.
Many people even do not open messages with attachments.
Javas and Pythons come and go, but JCL and SORT stay forever.
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: HERCULES COMPILER COBOL CICS
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.
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.
-
- 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: HERCULES COMPILER COBOL CICS
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
Regards
Nic
- prino
- Posts: 641
- Joined: Wed Mar 11, 2009 12:22 am
- Skillset: PL/I - CICS - DB2 - IDMS - REXX - JCL, most in excess of three decades
- Referer: Google
- Location: Vilnius, Lithuania
- Contact:
Re: HERCULES COMPILER COBOL CICS
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
robert.ah.prins @ the.17+Gb.Google thingy
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Cobol cics command that seems out of context
by nightrider43 » Mon Jul 01, 2024 6:08 pm » in IBM Cobol - 9
- 4016
-
by enrico-sorichetti
View the latest post
Tue Jul 09, 2024 5:32 pm
-
-
- 0
- 1507
-
by zbius
View the latest post
Wed Nov 06, 2024 7:19 pm
-
-
Compiler option INVDATA is not working on COBOL6.3
by Misha786 » Fri Apr 22, 2022 5:35 pm » in IBM Cobol - 4
- 3357
-
by Misha786
View the latest post
Mon Apr 25, 2022 4:35 pm
-
-
-
Calling Java program on UNIX/USS from a COBOL CICS program?
by zbius » Tue Nov 05, 2024 2:37 pm » in IBM Cobol - 2
- 2585
-
by zbius
View the latest post
Wed Nov 06, 2024 6:02 pm
-
-
- 1
- 2050
-
by prino
View the latest post
Mon Sep 05, 2022 2:12 am