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

Compile an assembler program in Mainframe Express


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

New User


Joined: 26 Jul 2006
Posts: 30
Location: Des Moines, Iowa

PostPosted: Tue Apr 21, 2009 11:51 pm
Reply with quote

I'm trying to compile an assembler program in Mainframe Express
so that I can test program changes, but am having problems because I'm missing MACRO files in that environment. I found the binary MACRO modules on the mainframe, but that doesn't help me much on my workstation. Is there a standard place where I might find the source for the macros on the mainframe so I can download them to my local environment?
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: Tue Apr 21, 2009 11:57 pm
Reply with quote

Quote:
I found the binary MACRO modules on the mainframe,
Huh? A MACRO is, by definition, source code and does not exist in any other form. What are you calling "binary MACRO modules"?

And which macros are you needing?
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 Apr 22, 2009 12:02 am
Reply with quote

Hello David and welcome to the forum,

Does your workstation have an IBM mainframe assembler? If not, i suspect the assembler macros won't be usable. . .

Quote:
I found the binary MACRO modules on the mainframe,
The macro libraries are typically source code, not binary. The system support people should be able to tell you what the macro library(ies) are named. Typically one writes assembler code and invokes macros to expand a small bit of code to something larger.

Possibly we are not talking about the same sort of macro?
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Apr 22, 2009 12:18 am
Reply with quote

Robert Sample wrote:
A MACRO is, by definition, source code and does not exist in any other form.
dick scherrer wrote:
The macro libraries are typically source code, not binary.
It has been quite a while since I worked on a VSE system, but I do seem to recall that A.macros were pre-processed into E.macros, not exactally human readable.....
If I mis-remembered, feel free to correct me....

BTW dchristensen, what operating system is on your mainframe?
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 Apr 22, 2009 12:32 am
Reply with quote

I've never had to use macros on VSE so I've learned my quota for today it appears! 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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top