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

While compiling the cobol code I am getting IGYPS2292-S


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jpraveenreddy

New User


Joined: 30 Nov 2007
Posts: 28
Location: mysore

PostPosted: Tue Feb 26, 2008 2:35 pm
Reply with quote

Hi Friends,
While compiling the cobol code I am getting IGYPS2292-S error message
saying "Function argument "WS-INTEGER-DATE" did not have thedid not have the correct type for function "INTEGER-OF-DATE""
The argument for the function is a group numeric item.
Plaese help me. icon_question.gif
Back to top
View user's profile Send private message
jpraveenreddy

New User


Joined: 30 Nov 2007
Posts: 28
Location: mysore

PostPosted: Tue Feb 26, 2008 3:35 pm
Reply with quote

I got it.
The argument should be elementary numeric item.

Thanks
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Feb 26, 2008 7:44 pm
Reply with quote

Thx for getting back to the forum with your answer.
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 Feb 27, 2008 2:55 am
Reply with quote

jpraveenreddy wrote:
While compiling the cobol code I am getting IGYPS2292-S error message
Hi,

This error message comes in when
Quote:
The indicated function argument is not appropriate for the indicated function.
This error is generic error, in Your case it was with date-variable used in Your program.

However, thanks again for sharing Your solution.. icon_smile.gif
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 -> ABENDS & Debugging

 


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 run rexx code with jcl CLIST & REXX 15
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top