I'm trying to download some software using HTTPS.
//SERVINFO DD *
<SERVER
host="deliverycb-bld.dhe.ibm.com"
user="xxxxxxx"
pw="xxxxxxx">
<PACKAGE
file="2017032250029/PROD/content/GIMPAF.XML"
hash="03638FB010AAEA65109594DF96C0D458102E0BFE"
id="OS221677.content">
</PACKAGE>
</SERVER>
And I get -
GIM45500S ** VERIFICATION OF HASH VALUE OF
FILE
/mnt/mainline/IBM/OS221677.content/GIMPAF.XML FAILED. SMP/E
WILL
NOT RETRY FILE
RETRIEVAL.
Oops - I forgot to change the HASH
//SERVINFO DD *
<SERVER
host="deliverycb-bld.dhe.ibm.com"
user="xxxxxxx"
pw="xxxxxxx">
<PACKAGE
file="2017032250029/PROD/content/GIMPAF.XML"
hash="9e560ba1f93f773ad260d1073c70c0e68b8aed61"
id="OS221677.content">
</PACKAGE>
</SERVER>
Then I get - all that changed was the hash value
----------
hash="9e560ba1f93f773ad260d1073c70c0e68b8aed61"
GIM20313S ** THERE IS A SYNTAX ERROR IN THE CONTROL STATEMENT FROM DD
STATEMENT
SERVINFO AT COLUMN
14.
GIM46701I PROCESSING HAS FAILED FOR THE SERVER DATA SET ALLOCATED TO
THE
SERVINFO
DDNAME.
GIM20501I RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS
12.
--
The postings on this site are my own and don’t necessarily represent
Mainline’s positions or opinions
Mark D Pace
Senior Systems Engineer
Mainline Information Systems
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN