On Mon, 18 Feb 2008 14:02:21 -0600, Pommier, Rex R. <[EMAIL PROTECTED]> wrote:
>Hi list. > >I have what is probably a dumb question but I've never done a receive >across the internet before. I am trying to install java on z/OS 1.7. >According to the documentation I need either ICSF or java already >running on the box to get the hashes calculated. The doc further says >that if I don't have either of these (which I currently don't, being >that I'm trying to install java) that I need to transfer the CBPDO >across to my PC, FTP it to the host, then run a receive fromnts command >to get the CBPDO received. > >My problem is that when I do the RECEIVE FROMNTS, I get a RC=12 but no >error message. The information messages I get as well as the >documentation seems to indicate that if I have neither ICSF or the JAVA >available, the RECEIVE will simply skip the hash check and continue. >I've tried reading the furnished materials as well as the message >descriptions and am stumped. Any help will be appreciated. > >Here is what I get from the RECEIVE job: > >//SMPER1 EXEC PGM=GIMSMP,REGION=0M, >// PARM='PROCESS=WAIT', >// DYNAMNBR=120 >//SMPCSI DD DISP=SHR,DSN=SMPE.GLOBAL.CSI >//SMPNTS DD PATHDISP=KEEP, >// PATH='/smpnts/' >//SMPOUT DD SYSOUT=* >//SMPRPT DD SYSOUT=* >//SMPLIST DD SYSOUT=* >//SYSPRINT DD SYSOUT=* >//SMPCNTL DD * > SET BOUNDARY (GLOBAL) . > RECEIVE > FROMNTS(JAVA) > . >/* > > > >GIM69218I PROGRAM GIMJVCLT COULD NOT BE STARTED. > >GIM23411I DATA INTEGRITY VERIFICATION WILL NOT BE PERFORMED ON >PACKAGE JAVA > BECAUSE ICSF IS NOT AVAILABLE AND AN ATTEMPT TO USE AN >ALTERNATE > SERVICE HAS FAILED. > >GIM20501I RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS >12. > > > <snip> Download the non-SMP/E version of JAVA to start with. Pick up a current version of the SMP/E 3.4 user manual and read about internet service retrieval. Make sure you set up the CLIENT DD correctly or add SMPJHOME and SMPCPATH DDs to your JCL or DDDEFs. Then try again... Mark-- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

