HP3000-L Archives

August 2006, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Duane Percox <[log in to unmask]>
Reply To:
Duane Percox <[log in to unmask]>
Date:
Mon, 14 Aug 2006 21:12:43 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (39 lines)
Michael of the Anderson clan writes:

>Quick question for all M.P.E. Experts,
> 
>I don't have a C/iX compiler, nor do I have a Pascal 
>Compiler, only COBOL. I know that making calls to AIF routines from
COBOL is NOT 
>supported by HP. Still no matter what the language or the OS, it all
boils 
>down to a bunch of 1's and 0's right!

As you have learned from others, the issue is you can't change the
intrinsic file midstream (or mid-compilation unit).

You can localize your code and use file equates to possibly get around
this issue. However, the cobol compiler uses sysintr for routines it
needs
even when you don't explicitly reference any other intrinsics.

So, if you cannot get past this even with file equates then what you
need
is sysintr with the aifchangelogon intrinsic entry added to it (if you
want
to continually use cobol).

For clues on how this can be possibly achieved I point you to this
manual
and suggest you read chapter 10 on Intrinsics. An interesting read.

http://docs.hp.com/en/440/31502-90023.pdf

BTW, there are many people who have mpe pascal compilers, even event3k
:-)

duane

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2