IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Help Neede on ISRLEMX


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jkri

New User


Joined: 24 Jul 2007
Posts: 17
Location: pune

PostPosted: Fri Aug 29, 2008 11:58 am
Reply with quote

Im getting following error while using the PGM ISRLEMX
I/O error reading input directory
Build member list failed
My JCL is :

//UNPACK EXEC PGM=ISRLEMX, ** DECOMPRESS SOURCE CODE
// PARM='COB,SKCDMMPG,B,Y,E,9, ,00,ENG,4,7,1,/,SYSDA'
//ISRLCODE DD DSN=TXL.JAY.GENJCL(DATEPGM),DISP=SHR
//ISRLEXPD DD DSN=&&PACKOUT,DISP=(,PASS),
// SPACE=(CYL,(1,1)),
// RECFM=FB,LRECL=80
//ISRLMSG DD SYSOUT=*

This serves as the input to compile pgm CWPCMAIN .

What may be the reason for the error?Pls help in overcoming the error.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Aug 29, 2008 11:59 am
Reply with quote

Please post the complete error message with the message id

However, what does the error message that is visible tell you ?
Back to top
View user's profile Send private message
jkri

New User


Joined: 24 Jul 2007
Posts: 17
Location: pune

PostPosted: Fri Aug 29, 2008 12:05 pm
Reply with quote

SYSTEM COMPLETION CODE=C03 --> jcl msg

I/O error reading input directory
Build member list failed --> sysout of ISRLEMX
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Aug 29, 2008 12:15 pm
Reply with quote

OK, a clue

I/O error reading input directory
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 29, 2008 12:29 pm
Reply with quote

Hello,

When posting diagnostic info from some problem run, please copy/paste the entire text includeing the message number.
Back to top
View user's profile Send private message
jkri

New User


Joined: 24 Jul 2007
Posts: 17
Location: pune

PostPosted: Fri Aug 29, 2008 3:01 pm
Reply with quote

i have copypasted the whole message
"I/O error reading input directory
Build member list failed"

How to overcmoe the above error?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Aug 29, 2008 3:40 pm
Reply with quote

Well, What does the error message suggest to you. Does it give you any information at all ? Perhaps there may be a problem reading the input directory, which I assume is the dataset that is allocated to DD ISRLCODE.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 29, 2008 8:20 pm
Reply with quote

Hello,

Quote:
i have copypasted the whole message
Throughout all of output created by this job (jes, sysouts, reports, etc) there is nothing with some message-id or number?

Was there no message associated with the c03?

Go to tso/ispf 3.4 and copy/paste this information for the TXL.JAY.GENJCL dataset into a reply:
Code:
Organization  . . . : ??       
Record format . . . : ??       
Record length . . . : ??       
Block size  . . . . : ????     
Back to top
View user's profile Send private message
jkri

New User


Joined: 24 Jul 2007
Posts: 17
Location: pune

PostPosted: Wed Sep 10, 2008 2:00 pm
Reply with quote

PSW AT TIME OF ERROR 470C0000 85D7056C ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 05D70566 - 58108010 0A0D58C0 549C9180
AR/GR 0: 007FE030/00000000_05D7056C 1: 00000000/00000000_80C03000
2: 00000000/00000000_85D70554 3: 00000000/00000000_007AC210
4: 00000000/00000000_7F817A48 5: 00000000/00000000_7F5140F8
6: 00000000/00000000_7F76B010 7: 00000000/00000000_007FF050
8: 00000000/00000000_05D71160 9: 00000000/00000000_7F817A48
A: 00000000/00000000_007AC210 B: 00000000/00000000_00FD9540
C: 00000000/00000000_007AC210 D: 00000000/00000000_007AC27C
E: 00000000/00000000_00E00288 F: 00000000/00000010_00000004
END OF SYMPTOM DUMP
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 10, 2008 7:35 pm
Reply with quote

Hello,

Is this from the same problem with reading the directory?

You have still not posted anything with the message id/number (it will be like IExxxxx. . ).

You have not posted the info from 3.4 as requested.

You most post is completely lacking. You need to post the jcl from the run, the messages including the id (again), and any other diagnostic info presented by the run.

You may need to talk to your peers or manager to know what to post. There are many here who would help, but only if you provide the proper info to work with.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Sep 10, 2008 7:41 pm
Reply with quote

Quote:
//ISRLCODE DD DSN=TXL.JAY.GENJCL(DATEPGM),DISP=SHR


the ISRLCODE dd is supposed to point to a PDS

for the details see
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/isppla03/4.8.3?ACTION=MATCHES&REQUEST=isrlemx&TYPE=FUZZY&SHELF=ISPBKM08.bks&DT=19990726140641&CASE=&searchTopic=TOPIC&searchText=TEXT&searchIndex=INDEX&rank=RANK&ScrollTOP=FIRSTHIT#FIRSTHIT
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts ISRLEMX Limitations PL/I & Assembler 11
No new posts IBM program ISRLEMX dataset limitation. TSO/ISPF 9
No new posts Using ISRLEMX in JCL JCL & VSAM 3
No new posts Compile JCL and Run JCL code neede to... COBOL Programming 1
No new posts Neede usage of TSO Commands TSO/ISPF 3
Search our Forums:

Back to Top