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

Assembler with Enterprise Cobol Environment


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
saurabh.solanki

New User


Joined: 27 Feb 2007
Posts: 3
Location: Mumbai

PostPosted: Tue Mar 20, 2007 6:37 pm
Reply with quote

Suppose AC is Assembler main program, it calls BA assembler sub-program, BA calls CA assembler sub program, and CA calls DC cobol program


AC - ASM
BA-ASM
CA-ASM
DC-cobol

I compile DC (into NDVR) with LE processor group (COL*), but I?ll NOT compile CA/BA/AC with ASL processor group. I?ll run the main program AC in LE region.
Question: will my program run to success?? Or it will abend??
any other suggestion???????
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: Tue Mar 20, 2007 11:30 pm
Reply with quote

Hello,

Assembler in LE will call other assembler and COBOL modules.

To verify your environment, i'd suggest running a test on your system and see if there is anything of note.

If there are questions about your test, please let us know.
Back to top
View user's profile Send private message
saurabh.solanki

New User


Joined: 27 Feb 2007
Posts: 3
Location: Mumbai

PostPosted: Wed Mar 21, 2007 12:29 pm
Reply with quote

thanks d...
vice versa would also run???????
i mean any assembler will call another assembler submodule (LE enabled)
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 Mar 21, 2007 7:27 pm
Reply with quote

You're welcome icon_smile.gif

Yes, assembler will call another assembler module as long as they expect tha same standard linkage (register usage).
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 -> PL/I & Assembler

 


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