In article <4ee2851a2279b94cb70cd69b1741060901f61c1...@s1flokydce2kx05.dm0001.info53.com> you wrote: > Thanks John. > >A .jar file _is_ a .zip file, but with some specified contents, such as a > >"manifest". The JAVA "jar" command can create a file which a standard > >"unzip" >utility can expand. It can also extract files from a standard zip > >file. That is, it can act as a regular zip command. But a true .jar file > >must have the .jar >extension and have the proper contents to be used by the > >java executable. > For us "dummies" though, uploading the file as-is isn???t enough. It has to > be renamed to .jar for the supplied JCL to work correctly. > >Correct. Since the attributes of an SVCDUMP are always FB/4160/4160, you can > >do a BINary download to a PC, then do a BINary upload to z/OS if you first > >do a >"QUOTE SITE LRECL=FB LRECL=4106 BLKSIZE=4106". > This is precisely what I am trying to avoid. I want to transmit my diags > directly from z/OS. > Playing with this some more, and I think it was already mentioned here is > that AMATERSE does not allow SYSUT1 or SYSUT2 to be PATH statements either. > _________________________________________________________________ > Dave Jousma
On my last PMR, I was told to use PDUU to send in the dump. It does the tersing and encrypting under the covers and can be run as JCL. https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieav100/pftp.htm There's this note about the types of files that are _not_ supported: --- PDUU does not support the following types of input data sets: Large block interface (LBI) (no BLKSIZE value). VSAM and direct (DSORG=DA) data sets Data sets with keys (KEYLEN) z/OS UNIX files Concatenated data sets of any type --- -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive [email protected] (919) 531-5637 Cary, NC 27513 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
