Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
OS360 Scientific Subroutine Library in PL/I
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tom Linden  
View profile  
 More options Jan 11 2006, 5:50 pm
Newsgroups: alt.folklore.computers
From: "Tom Linden" <t...@kednos.com>
Date: Wed, 11 Jan 2006 14:50:25 -0800
Local: Wed, Jan 11 2006 5:50 pm
Subject: OS360 Scientific Subroutine Library in PL/I
Does anyone know where I can get a copy?
Tom

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ararghmail601nos...@now.at.arargh.com  
View profile  
 More options Jan 11 2006, 7:02 pm
Newsgroups: alt.folklore.computers
From: ararghmail601NOS...@NOW.AT.arargh.com
Date: Wed, 11 Jan 2006 18:02:09 -0600
Local: Wed, Jan 11 2006 7:02 pm
Subject: Re: OS360 Scientific Subroutine Library in PL/I
On Wed, 11 Jan 2006 14:50:25 -0800, "Tom Linden" <t...@kednos.com>
wrote:

>Does anyone know where I can get a copy?

Try asking in 'comp.lang.asm370'

--
ArarghMail601 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html

To reply by email, remove the garbage from the reply address.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Flass  
View profile  
 More options Jan 11 2006, 8:10 pm
Newsgroups: alt.folklore.computers
From: Peter Flass <Peter_Fl...@Yahoo.com>
Date: Thu, 12 Jan 2006 01:10:49 GMT
Local: Wed, Jan 11 2006 8:10 pm
Subject: Re: OS360 Scientific Subroutine Library in PL/I
Looks like it's written in FORTRAN, see:
     http://pdp-10.trailing-edge.com/decuslib10-02/01/43,50145/ssp.man.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Linden  
View profile  
 More options Jan 11 2006, 8:16 pm
Newsgroups: alt.folklore.computers
From: "Tom Linden" <t...@kednos.com>
Date: Wed, 11 Jan 2006 17:16:28 -0800
Local: Wed, Jan 11 2006 8:16 pm
Subject: Re: OS360 Scientific Subroutine Library in PL/I
On Thu, 12 Jan 2006 01:10:49 GMT, Peter Flass <Peter_Fl...@Yahoo.com>  
wrote:

> Looks like it's written in FORTRAN, see:
>      http://pdp-10.trailing-edge.com/decuslib10-02/01/43,50145/ssp.man.html

> Tom Linden wrote:

>> Does anyone know where I can get a copy?
>> Tom

There was one also in PL/I probably translated from the one you reference,
I found a pdf document on bitsavers of the PL/I version, but no sources.  
We had
a copy on a 360/65 at ESOC in 1970

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Linden  
View profile  
 More options Jan 11 2006, 8:26 pm
Newsgroups: alt.folklore.computers
From: "Tom Linden" <t...@kednos.com>
Date: Wed, 11 Jan 2006 17:26:50 -0800
Local: Wed, Jan 11 2006 8:26 pm
Subject: Re: OS360 Scientific Subroutine Library in PL/I
On Thu, 12 Jan 2006 01:10:49 GMT, Peter Flass <Peter_Fl...@Yahoo.com>  
wrote:

> Looks like it's written in FORTRAN, see:
>      http://pdp-10.trailing-edge.com/decuslib10-02/01/43,50145/ssp.man.html

> Tom Linden wrote:

>> Does anyone know where I can get a copy?
>> Tom

http://bitsavers.trailing-edge.com/pdf/ibm/360/pli/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Peterson  
View profile  
 More options Jan 11 2006, 11:04 pm
Newsgroups: alt.folklore.computers
From: Scott Peterson <scottp4.removethistore...@mindspring.com>
Date: Wed, 11 Jan 2006 20:04:38 -0800
Local: Wed, Jan 11 2006 11:04 pm
Subject: Re: OS360 Scientific Subroutine Library in PL/I

Peter Flass <Peter_Fl...@Yahoo.com> wrote:
>Looks like it's written in FORTRAN, see:
>     http://pdp-10.trailing-edge.com/decuslib10-02/01/43,50145/ssp.man.html

That shouldn't be a problem.  I used to use call the FORTAN version
from PL/1 all the time.  You just had to watch your data types and
make sure any arrays being passed were declared as FORTRAN.  

                                          Scott Peterson

--
"If we do not succeed, then we face
the risk of failure."

        -- Dan Quayle

(375/689)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Linden  
View profile  
 More options Jan 12 2006, 12:00 am
Newsgroups: alt.folklore.computers
From: "Tom Linden" <t...@kednos.com>
Date: Wed, 11 Jan 2006 21:00:26 -0800
Local: Thurs, Jan 12 2006 12:00 am
Subject: Re: OS360 Scientific Subroutine Library in PL/I
On Wed, 11 Jan 2006 20:04:38 -0800, Scott Peterson  

<scottp4.removethistore...@mindspring.com> wrote:
> Peter Flass <Peter_Fl...@Yahoo.com> wrote:

>> Looks like it's written in FORTRAN, see:
>>     http://pdp-10.trailing-edge.com/decuslib10-02/01/43,50145/ssp.man.html

> That shouldn't be a problem.  I used to use call the FORTAN version
> from PL/1 all the time.  You just had to watch your data types and
> make sure any arrays being passed were declared as FORTRAN.
>                                          Scott Peterson

That's all very interesting, but you did not address the question,
have you got it?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »