I need to submit JCL to a z/OS system and retrieve the job output. I found the MVS::JESFTP package and attempted to install it using cpan. Does anyone recommend this or another package to accomplish this?

cpan[1]> install MVS::JESFTP Reading '/root/.cpan/Metadata' Database was generated on Tue, 10 Jul 2018 09:41:03 GMT Running install for module 'MVS::JESFTP' Checksum for /root/.cpan/sources/authors/id/M/MI/MIKEO/MVS-JESFTP-1.1. +tar.gz ok Scanning cache /root/.cpan/build for sizes ...................................................................... +......DONE Configuring M/MI/MIKEO/MVS-JESFTP-1.1.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MVS::JESFTP Writing MYMETA.yml and MYMETA.json MIKEO/MVS-JESFTP-1.1.tar.gz /usr/bin/perl Makefile.PL -- OK Running make for M/MI/MIKEO/MVS-JESFTP-1.1.tar.gz cp JESFTP.pm blib/lib/MVS/JESFTP.pm Manifying 1 pod document MIKEO/MVS-JESFTP-1.1.tar.gz /bin/make -- OK Running make test PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..7 ok 1 not ok 2 make: *** [test_dynamic] Error 111 MIKEO/MVS-JESFTP-1.1.tar.gz /bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports MIKEO/MVS-JESFTP-1.1.tar.gz Failed during this command: MIKEO/MVS-JESFTP-1.1.tar.gz : make_test NO

Any ideas on what the error is? Would you recommend that I force install this package?

I'm running on CentOS

Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-514.el7.x86_64 Architecture: x86-64

with perl:

This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-li +nux-thread-multi (with 33 registered patches, see perl -V for more detail)

Thank you!


In reply to cpan install MVS::JESFTP failed by deanb2

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.