Discussion:
Can't VMARC LIST or UNPACK the RXDASD VMARC package
(too old to reply)
Jack Slavick
2006-03-13 16:24:27 UTC
Permalink
I'm not sure, but I think an LRECL of anything other than 80 can cause
this type of problem.

Jack
John,

I just downloaded it without any problems. The steps I took:

From XP: right-clicked on the "V-710K" for the RXDASD package, choosing

"Save target as" to a directory on my PC.
On the PC: opened a DOS-box and issued: SEND RXDASD.VMARC b:RXDASD
VMARC
E
From VM (on Pcomm session "b:"), issued: FileList * * E
and saw:
Filename Filetype Fm Format Lrecl Records Blocks Date Time

RXDASD VMARC E1 F 80 9080 178 3/13/06
10:13:26
On the '===' command line for that file, issued: VMARC UNPACK / = = e
(OLDDATE

All the files unpacked perfectly. Now... at some point in the past I
may
have set a PComm file transfer default for ".vmarc" files, but don't
find
any evidence of having done so at this time.

Mike Walter
Hewitt Associates
The opinions expressed herein are mine alone, not my employer's.



"Romanowski, John (OFT)" <***@oft.state.ny.us>

Sent by: "VM/ESA and z/VM Discussions" <VMESA-***@LISTSERV.UARK.EDU>
03/13/2006 09:42 AM
Please respond to
"VM/ESA and z/VM Discussions" <VMESA-***@LISTSERV.UARK.EDU>



To
VMESA-***@LISTSERV.UARK.EDU
cc

Subject
Can't VMARC LIST or UNPACK the RXDASD VMARC package






Anyone else have trouble with unpacking the VM download package named
RXDASD?
I can VMARC UNPACK other files without problems.

I've tried multiple binary downloads of RXDASD from VM's
http://www.vm.ibm.com/download/packages/ page

and when I do VMARC LIST RXDASD VMARC A
always gives this error trying to read the file:

RXDASD EXEC A1. Bytes in= 16384, bytes out= 0 ( 0%).

Invalid header for compacted file.
--------------------------------------------------------
This e-mail, including any attachments, may be confidential, privileged
or
otherwise legally protected. It is intended only for the addressee. If
you
received this e-mail in error or from someone who was not authorized to

send it to you, do not disseminate, copy or otherwise use this e-mail
or
its attachments. Please notify the sender immediately by reply e-mail
and
delete the e-mail from your system.





The information contained in this e-mail and any accompanying documents
may contain information that is confidential or otherwise protected from
disclosure. If you are not the intended recipient of this message, or if
this message has been addressed to you in error, please immediately
alert the sender by reply e-mail and then delete this message, including
any attachments. Any dissemination, distribution or other use of the
contents of this message by anyone other than the intended recipient is
strictly prohibited.
Neubert, Kevin (DIS)
2006-03-13 16:36:44 UTC
Permalink
Give this a try first: PIPE < RXDASD VMARC fm | FBLOCK 80 00 | > RXDASD
VMARC fm F 80.

Regards,

Kevin

-----Original Message-----
From: VM/ESA and z/VM Discussions [mailto:VMESA-***@LISTSERV.UARK.EDU] On
Behalf Of Romanowski, John (OFT)
Sent: Monday, March 13, 2006 7:42 AM
To: VMESA-***@LISTSERV.UARK.EDU
Subject: Can't VMARC LIST or UNPACK the RXDASD VMARC package

Anyone else have trouble with unpacking the VM download package named
RXDASD?
I can VMARC UNPACK other files without problems.

I've tried multiple binary downloads of RXDASD from VM's
http://www.vm.ibm.com/download/packages/ page

and when I do VMARC LIST RXDASD VMARC A
always gives this error trying to read the file:

RXDASD EXEC A1. Bytes in= 16384, bytes out= 0 ( 0%).
Invalid header for compacted file.
--------------------------------------------------------
This e-mail, including any attachments, may be confidential, privileged or
otherwise legally protected. It is intended only for the addressee. If you
received this e-mail in error or from someone who was not authorized to send
it to you, do not disseminate, copy or otherwise use this e-mail or its
attachments. Please notify the sender immediately by reply e-mail and
delete the e-mail from your system.
Dave Jones
2006-03-13 15:46:26 UTC
Permalink
John, make sure the VMARC file itself is in recfm(F), lrecl(80) format.
If it's not, a common symptom is being able to read just the first file
in the archive.

If it's not in the correct format, this will fix it:

PIPE < rxdasd vmarc a | FBLOCK 80 00 | > rxdasd vma a f'

then try the vmarc command against the vma file.

Good luck.

DJ
Post by Jack Slavick
Anyone else have trouble with unpacking the VM download package named
RXDASD?
I can VMARC UNPACK other files without problems.
I've tried multiple binary downloads of RXDASD from VM's
http://www.vm.ibm.com/download/packages/ page
and when I do VMARC LIST RXDASD VMARC A
RXDASD EXEC A1. Bytes in= 16384, bytes out= 0 ( 0%).
Invalid header for compacted file.
--------------------------------------------------------
This e-mail, including any attachments, may be confidential, privileged or otherwise legally protected. It is intended only for the addressee. If you received this e-mail in error or from someone who was not authorized to send it to you, do not disseminate, copy or otherwise use this e-mail or its attachments. Please notify the sender immediately by reply e-mail and delete the e-mail from your system.
Loading...