Search   Feed   Browse   Add
Feed items 1 - 9 of 9 for June 2006

perl.mvs

...

Perl for zOS UNIX announced by Steve Stiert - June 20, 2006

A supported version of Perl is now available for zOS UNIX.See the following announcement for more information:http:www.ibm.comcommonssifcgi-binssialiasinfotype=AN&subtype=CA&htmlfid=897ENUS206-138&appname=USNregards,Steve StiertzOS UNIX System Services Development
http://www.nntp.perl.org/group/perl.mvs/2006/06/msg1515.html

Automating conversions of EBCDIC by TJWargo - June 12, 2006

Hi, I&39;m looking for modules for converting EBCDIC files to ASCII. The Convert::IBM390 module on CPAN looks like it will do much of what I need to do. I&39;ll have record descriptions in Cobol and Assembler available to define the data formats of the fields in the records to convert. What I&39;m wondering is if there is a module that would take a record description in cobol or assembler and use the field definitions as a basis for doing the EBCDIC to ASCII conversion. (I don&39;t...
http://www.nntp.perl.org/group/perl.mvs/2006/06/msg1514.html

Re: %SVf in perl by mohammad yaseen - June 11, 2006

Thanks John... >What problem are you trying to solve Just i was trying to understand how error messages prints string when SVf is the format specifier. John Peacock <jpeacockrowman.com> wrote: mohammad yaseen wrote:> Can someone tell how SVf format sprecifer prints a string when it is %_The "%_" format is a special Perl extension to printf-style formats that knowshow to handle extracting the string from an SV (hence SVf - SV format). Thisincludes (if I&39;m not...
http://www.nntp.perl.org/group/perl.mvs/2006/06/msg1513.html

Re: %SVf in perl by John Peacock - June 9, 2006

mohammad yaseen wrote:> Can someone tell how SVf format sprecifer prints a string when it is %_The "%_" format is a special Perl extension to printf-style formats that knowshow to handle extracting the string from an SV (hence SVf - SV format). Thisincludes (if I&39;m not mistaken) calling mg_get() on any magic objects to get the SV.> What does "%""_" signifies Is any special mening for this in perlHow this worksIn C-code, two strings with whitespace...
http://www.nntp.perl.org/group/perl.mvs/2006/06/msg1512.html

%SVf in perl by mohammad yaseen - June 9, 2006

Hi, This is one of the error mesage generated by Perl_croak(aTHX_ "Illegal declaration of subroutine %"SVf, PL_subname); when we preprocess it the SVf gets replaced as below Perl_croak(my_perl, ,"Illegal declaration of subroutine %""_",(my_perl->Isubname)); Can someone tell how SVf format sprecifer prints a string when it is %_ In another case Perl_warn(aTHX_ "%" SVf " s=%p has no shared SV",ST(0),shared); it gets...
http://www.nntp.perl.org/group/perl.mvs/2006/06/msg1511.html

RE: OS390-Stdio-0.008 on zOS by mohammad yaseen - June 8, 2006

Robert.. Yes this is the first dataset created in the testscript. The results which i&39;m getting is throught a telnet session. But when i tested the same module on a OMVS session i&39;m getting these results ok 121 ok 122 not ok 123 not ok 124 .
http://www.nntp.perl.org/group/perl.mvs/2006/06/msg1510.html

Re: OS390-Stdio-0.008 on zOS by Steve Peters - June 7, 2006

On Wed, Jun 07, 2006 at 04:40:22AM -0700, mohammad yaseen wrote:> Hi Peter,> > > ok 152> ok 153> fopen(ISLDEV4.TEST1313.TEST1313,"rb") returned NULL.> not ok 154> ok 155> ok 156> ok 157> ok 158> svc99() failed with error code 214, info code 0 at test.pl line 620.> not ok 159> ok 160> ok 161> > The information related to svc99() error code is as below> > 0214> (532)> Meaning:...
http://www.nntp.perl.org/group/perl.mvs/2006/06/msg1509.html

RE: OS390-Stdio-0.008 on zOS by Zielazinski, Robert - June 7, 2006

Yaseen ... Was this the first MVS dataset created in the test script Askingbecause I&39;ve been tripped up in the past by the quotes.... if you leavethem out, the system expects that you are referencing a dataset thatstarts with your TSO account... (and if you put them in when you don&39;tintend to, you need proper access to the catalog entries for the firstnode of the dataset) For example, in the code below, both variations of $seq refer to thesame file....as the account under which I was.
http://www.nntp.perl.org/group/perl.mvs/2006/06/msg1508.html

OS390-Stdio-0.008 on zOS by mohammad yaseen - June 7, 2006

Hi Peter, I&39;m trying to build OS390-Stdio-0.008 on zOS. I&39;m using perl-5.8 7 version which is dynamically built. So as you suggested in your README someone has reported earlier that they are seeing the below failure when they are running gmake test, the same results i&39;m aslo seeing. I worked on this, have some infomation regarding these and looking for your help to resolve these problems. ok 150 ok 151 dynalloc() failed with error code 9700, info code 50 at test.pl line...
http://www.nntp.perl.org/group/perl.mvs/2006/06/msg1507.html
Available Archives
- May (15 items)
- June (9 items)
- July (5 items)
- August (9 items)
- December (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact