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

IGY.V4R1M0.SGYCOMP not found while compiling with a JCL


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

Active User


Joined: 02 Jan 2009
Posts: 115
Location: Hyderabad

PostPosted: Wed Aug 26, 2009 5:07 pm
Reply with quote

Hi,
I am using the following JCL to compile a cobol program.

Code:

//COMPILE  EXEC IGYWCL,                                             
//         PGMLIB='SPNOUSM.DGUS.LOADLIB',                           
//         GOPGM=TRIAL1                                             
//COBOL.SYSIN DD DSN=SPNOUSM.DGUS.TRIAL.COBOL(TRIAL1),DISP=SHR     
//LKED.SYSIN DD *                                                   
 NAME TRIAL1(R)


It is showing the dataset COBOL.STEPLIB is not found.When I went thro the PROC ,the dataset corresponds to ‘IGY.V4R1M0.SGYCOMP’ and it is not found.

The screen shots of the spool are shown in the attachment.


Please help me in fixing this.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Wed Aug 26, 2009 5:12 pm
Reply with quote

Please DO NOT post attchements as not everyone can open them.

The less people see the problem, the less help you get.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Aug 26, 2009 6:33 pm
Reply with quote

the issue is not the attachment is the laziness/stupidity of posting jpegs instaead of goodole text

I was willing to fix things, but the jpegs cannot be transformed in plain text

anyway the answer to the TS troubles is just one, speak to Your peers or Your support
we know very little about the TS installation, so any advice on dataset names migh be wrong
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Wed Aug 26, 2009 7:00 pm
Reply with quote

shouldn't it be SIGYCOMP?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Aug 26, 2009 7:08 pm
Reply with quote

typo in the TS post... the jpeg contains the right dataset name
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Aug 26, 2009 7:49 pm
Reply with quote

If the COBOL compiler data set is not found, then either you're attempting to use the wrong version or the site support group needs to update the procedure. In either case, your correct course of action is to contact your site support group and report the error to them.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Wed Aug 26, 2009 7:50 pm
Reply with quote

enrico-sorichetti wrote:
typo in the TS post... the jpeg contains the right dataset name

TS ? - I had always assumed the acronym was for Time Sink ?
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 How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts A directory in the pathname was not f... ABENDS & Debugging 0
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
No new posts Routine not found... CLIST & REXX 6
No new posts Panel not found on PF3 with libdef of... TSO/ISPF 2
Search our Forums:

Back to Top