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

What is proc options (Inter Asm) in PL/1?


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

New User


Joined: 24 May 2005
Posts: 12
Location: Z?rich

PostPosted: Tue May 31, 2005 11:48 am
Reply with quote

Hi all,

Can anyone tell me about the Inter Asm options in PL/1. I think it is something very close to an assembler, but how exactly one codes an assembler in PL/1??

any ideas??

Sourabh
Back to top
View user's profile Send private message
ABHAYS

New User


Joined: 20 Jul 2005
Posts: 1

PostPosted: Wed Jul 20, 2005 9:33 am
Reply with quote

If you link to or call an assebler program from PL/I your need to declare the entry point for the assember program in the calling PL/I Program.
Back to top
View user's profile Send private message
nutakkimurali

New User


Joined: 15 Nov 2005
Posts: 22

PostPosted: Tue Nov 22, 2005 8:59 pm
Reply with quote

This senario comes when you try to link a Assembler or cobol program from a PL/1

Declare the Program as an External Entry in Pl/1 Module and in Options Pass the Language name.

EX:

DCL program1 ENTRY EXTERNAL OPTIONS(ASM INTER RETCODE);

Muralee
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 Proc print in Mainframe All Other Mainframe Topics 4
No new posts trying to set return code in PROC JCL & VSAM 15
No new posts Execute DSNTEP2 in REXX which is call... CLIST & REXX 4
No new posts proc step return code to override in ... JCL & VSAM 3
No new posts Can we pass cobol pointer to cobol-db... DB2 4
Search our Forums:

Back to Top