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

IGYOS4003-E while compiling COBOL Stored procedure module


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
schlesin selvi

New User


Joined: 27 Nov 2006
Posts: 3
Location: Kerala

PostPosted: Wed Oct 07, 2009 9:33 am
Reply with quote

Hi

When I tried to compile a stored procedure module with Enterprise COBOL option its failed with error "IGYOS4003-E Invalid option "ATTACH(RRSAF)" was found and discarded".I have complied it with processing option 'as PROCESS DYN OPT '.

I checked in various sites for getting an answer for this,couldnt find any.
Could any one can help me on this?

Thanks
Schlesin
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Oct 07, 2009 10:44 am
Reply with quote

It's kind of site-specific question. As a solution I'd say, respecify the indicated invalid option but it won't work much. Please check with some one at your shop who has done the similar work in past...
Back to top
View user's profile Send private message
schlesin selvi

New User


Joined: 27 Nov 2006
Posts: 3
Location: Kerala

PostPosted: Wed Oct 07, 2009 1:35 pm
Reply with quote

It is noticed that ATTACH(RRSAF) option is passing to COBOL compiler option during compilation with CHGMAN.This option is purely a DB2 pre-compiler option.

DB2 SQL PRECOMPILER VERSION 8 REL. 1.0
OPTIONS SPECIFIED: HOST(IBMCOB),SOURCE,APOST,SQL(ALL),XREF,ATTACH(RRSAF),
PP 5655-G53 IBM Enterprise COBOL for z/OS 3.4.1
Invocation parameters:
AWO,RENT,APOST,LIB,NOZWB,BUF(31K),NOSEQ,OFF,MAP,TRUNC(BIN),X,NOSQL,ATTACH(RRSAF)

I tried to compile the same with NOATTACH processing option,still facing the same.So from this whether I can conclude that is this the problem with CHGMAN set up.

Thanks
Schlesin.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Oct 07, 2009 5:30 pm
Reply with quote

"ATTACH" is a user-option function which is an additional user options within a ChangeMan compiling procedure. The variables are passed to the file tailored skeleton. If you specify ATTACH(RRSAF) will cause the user option to be expanded within the procedure...but what does "RRSAF" means and what it does -- I don't know. That's why I suggested to get in touch with some senior (or ChangeMan admin) there at your shop. We, and I for one, can't help you much from here.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Oct 07, 2009 5:33 pm
Reply with quote

And if there is no one at your shop who is generous enough to help, please look into the compiling option used in some existing SPS.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top