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

Assembler Programs in Enterprise COBOL.


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bagavath

New User


Joined: 07 Aug 2009
Posts: 3
Location: India

PostPosted: Mon Aug 17, 2009 12:41 pm
Reply with quote

We are working on a conversion project upgrading number of programs from OS/VS COBOL to Enterprise COBOL.

As part of the conversion scope, we have a batch static routine(STATB) called by assembler programs (OS/VS COBOL Compiler). The batch static routine (STATB) is cloned as an online static routine(STATO) and now compiled using Enterprise cobol Compiler. After compilation of the online static routine(STATO), we have recompiled the calling assembler programs (However we have not changed any of the compiler options)

On executing the assembler programs we are getting ASRA abend (Invalid Opcode) after the call to the new online static routine.

Can you please throw some light on how to resolve this issue?
Back to top
View user's profile Send private message
milind suman
Warnings : 1

New User


Joined: 19 Aug 2009
Posts: 55
Location: Pune

PostPosted: Mon Aug 24, 2009 6:02 pm
Reply with quote

Try changing the AMODE of ASM pgm ..or else ,
use BASSM to call the new compiled cobol pgm .
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 -> All Other Mainframe Topics

 


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