Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
What is proc options (Inter Asm) in PL/1?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
hsourabh

New User


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

PostPosted: Tue May 31, 2005 11:48 am    Post subject: What is proc options (Inter Asm) in PL/1?
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
References
ABHAYS

New User


Joined: 20 Jul 2005
Posts: 1

PostPosted: Wed Jul 20, 2005 9:33 am    Post subject: inter asm
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    Post subject: Re: What is proc options (Inter Asm) in PL/1?
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1