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

Compiler for Register level program


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
harshal

New User


Joined: 29 Dec 2005
Posts: 21

PostPosted: Wed Apr 29, 2009 10:47 am
Reply with quote

Hi,

I have a program that is probably coded at register level. See the example code below.

USING PARMSTAK,R1
USING STCKSTAK,R2
USING STDSTACK,R3
USING SAV,RD
USING LNTIME,RF
STM R2,R7,SAVREG
L R2,STCKADDR

I need to call this program from another program but dont have load/obj module for this program. I need to compile this program. can anyone tell me how to compile such code? If someone has a compiler program and can give it to me would be a great help.

Thanks
Harshal
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed Apr 29, 2009 12:04 pm
Reply with quote

the code snippet is ASSEMBLER,
for the assembly(compilation) procedure
the proper/best thing to do is to ask Your support
assembly/compilation procedures are site dependent
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts How to load to DB2 with column level ... DB2 6
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top