Re: Does PL/I support dynamic function outputs?



I am certain that if a paying IBM customer asked him the question ... or even
someone who had demonstrated an ability to use and code in PL/I, he would try
and answer the question.

However, ANY question of the form

"Can programming language A "exactly duplicate" the code in Programming Language
B"
(and not can
Programming Language A duplicate the FUNCTIONALITY of the original code in
Programming Language B"

is usually a waste of time (for all concerned). As soon as you understand
this, your posts and emails (probably in all forums) will receive a
significantly better reception.

I am certain that when you purchase a currently supported version of PL/I (any
operating system) from IBM and provide their support channel with the
"FUNCTIONAL specification" of what you are attempting and your valid PL/I code,
they will be MORE than happy (and quick) to reply.

--
Bill Klein
wmklein <at> ix.netcom.com
"David Frank" <dave_frank@xxxxxxxxxxx> wrote in message
news:59H5f.16759$vw6.4951@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> "David Frank" <dave_frank@xxxxxxxxxxx> wrote on 10/19/2005 12:25:17 AM:
>
>> Peter,
>> Is your non-reply a indication that PL/I doesnt support dynamic
>> function output sizing as per below simple Fortran example,
>> or some other reason? (any reply will be posted in comp.lang.pl1)
>>
>> ! --------------------------------------
>> function square(x) result (y)
>> real :: x(:), y(size(x))
>>
>> y = x * x ! return x array squared
>> end function
>>
> ----- Original Message -----
> From: Peter Elderon
> To: David Frank
> Sent: Wednesday, October 19, 2005 4:33 PM
> Subject: Re: Does PL/I support dynamic function ouputs?
>
>
> my non-reply indicates I have more pressing business
>
> - Peter
>
> Notes address: Peter Elderon/Santa Teresa/IBM@IBMUS
> Internet address: elderon@xxxxxxxxxx
>
>
>
> I would think a simple yes or no response would suffice.
>
> On several occasions you have replied saying you were Fortran rusty,
> is there a less-busy associate's address who has Fortran skills to send
> occasional SIMPLE inquiries as to PL/I translation of some short/simple
> Fortran syntax and wont refuse to reply when there is NO translation?
>
>
>


.



Relevant Pages

  • Re: Reduce Blanks challenge
    ... nor has there ever been a statement that PL/I is more powerful ... than Fortran. ... the definition of a "more powerful" programming language is one that can ...
    (comp.lang.pl1)
  • Re: PL/I nostalgia
    ... if the early compilers generated faster code ... but that PL/I allowed. ... in FORTRAN; some of its statements were pretty crude. ... as static meant that programs employing large arrays or lots of arrays ...
    (comp.compilers)
  • Re: PL/I nostalgia
    ... other COBOL features, by PL/I. ... but that PL/I allowed. ... in FORTRAN; some of its statements were pretty crude. ... IBM's first compiler, PL/I-F, could have optimised a matrix statement ...
    (comp.compilers)
  • Re: PL/I nostalgia
    ... Compilers could still generate ... Compared to PL/I, which provides dynamic arrays, considerably ... In the case of a local array, the compiler can make some optimizations ... Fortran 90 added assumed shape arrays, where the called array gets the ...
    (comp.compilers)
  • Re: PL/I code
    ... Compilers could still generate ... Similarly for DR PL/I for DOS. ... arrays used the processor inefficiently in that the ... In Fortran, the descriptor holds, or can hold, the stride value. ...
    (comp.compilers)