Re: Receive command terminated

Tony Harminc <[email protected]> Mon, 15 Nov 2010 19:01:29 -0500
Newsgroups gmane.comp.emulators.turnkey-mvs
Message-ID <[email protected]>
--BXqxTXCJ5jSP2efYzYNGkpMghmMpjqO5zRC4wQ1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

On 13 November 2010 17:06, hrrrrrr <cbudhi-/[email protected]> wrote:
> I have this situation when trying to receive a member from a RECFM=3DFB D=
SN into RECFM=3DU DSN.
>
> Anyone know how to handle it?
>
>
> RECEIVE INDD(ABCLIB)
> INMR901I Dataset MY.DSN.ABCLIB from AAA1234 on NODENAME
> INMR154I The incoming data set is a 'PROGRAM LIBRARY'.
> INMR906A Enter restore parameters or 'DELETE' or 'END' +
> INMR908A The input file attributes are: DSORG=3DPARTITIONED, RECFM=3DU, B=
LKSIZE=3D279
> INMR909A You may enter DSNAME, SPACE, UNIT, VOL, OLD/NEW, or RESTORE/COPY=
/DELETE
> INMR060I RECEIVE command terminated. =A0Output dataset unusable. +
> INMR158I A Program Library or member can only be received into a Program =
Library
> READY
> END

First of all, this is an OS/390 or z/OS problem, so doesn't belong on
the turnkey-mvs list. The better place would be to ask on IBM-MAIN.

But in any case you have not provided enough or the right information
to allow anyone to help you. And when someone asks a question, instead
of answering, you provide some other information that is not helpful.

So looking at your JCL, it is unclear what you are trying to do.

//ALLOC     EXEC PGM=3DIEFBR14
//ABCCLIB   DD DSN=3DMY.DSN.ABCCLIB,
//             VOL=3DSER=3DS3M0AC,
//             UNIT=3DSYSDA,
//             DISP=3D(NEW,CATLG,DELETE),
//             BLKSIZE=3D27998,RECFM=3DU,
//             SPACE=3D(CYL,(40,10,10))
//*

OK - now you have created a enw dataset called  MY.DSN.ABCCLIB

//RIMLIB    EXEC PGM=3DIKJEFT01,REGION=3D5120K,DYNAMNBR=3D256
//SYSTSPRT  DD SYSOUT=3D*
//SYSPRINT  DD SYSOUT=3D*
//RIMLIB    DD DISP=3DSHR,
//          DSN=3DMY.DSN.XMITLIB(RIMLIB)
//SYSTSIN   DD *
/*

So now you ran the TMP, but with no input? Or did you just decide not
to show us the input?

//ABCCLIB   EXEC PGM=3DIKJEFT01,REGION=3D5120K,DYNAMNBR=3D256
//SYSTSPRT  DD SYSOUT=3D*
//SYSPRINT  DD SYSOUT=3D*
//ABCCLIB   DD DISP=3DSHR,
//          DSN=3DMY.DSN.XMITLIB(ABCCLIB)
//SYSTSIN   DD *
RECEIVE INDD(ABCCLIB)
DA('MY.DSN.ABCCLIB') UNIT(SYSDA)
/*

OK - presumably this is the step that produces the error message. But
it is not what you first posted - that has "RECEIVE INDD(ABCLIB)" but
this JCL has "RECEIVE INDD(ABCCLIB)"...

Enough analysis for now, I think.

Tony H.

--BXqxTXCJ5jSP2efYzYNGkpMghmMpjqO5zRC4wQ1
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/htm=
l4/strict.dtd">
<html>
<head>
</head>







<body style=3D"background-color: #fff;">
<span style=3D"display:none">&nbsp;</span>

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id=3D"ygrp-mlmsg" style=3D"position:relative;">
  <div id=3D"ygrp-msg" style=3D"z-index: 1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id=3D"ygrp-text" >
=20=20=20=20=20=20
=20=20=20=20=20=20
      <p>On 13 November 2010 17:06, hrrrrrr &lt;<a href=3D"mailto:cbudhi%40=
yahoo.com">cbudhi-/[email protected]</a>&gt; wrote:<br>
&gt; I have this situation when trying to receive a member from a RECFM=3DF=
B DSN into RECFM=3DU DSN.<br>
&gt;<br>
&gt; Anyone know how to handle it?<br>
&gt;<br>
&gt;<br>
&gt; RECEIVE INDD(ABCLIB)<br>
&gt; INMR901I Dataset MY.DSN.ABCLIB from AAA1234 on NODENAME<br>
&gt; INMR154I The incoming data set is a 'PROGRAM LIBRARY'.<br>
&gt; INMR906A Enter restore parameters or 'DELETE' or 'END' +<br>
&gt; INMR908A The input file attributes are: DSORG=3DPARTITIONED, RECFM=3DU=
, BLKSIZE=3D279<br>
&gt; INMR909A You may enter DSNAME, SPACE, UNIT, VOL, OLD/NEW, or RESTORE/C=
OPY/DELETE<br>
&gt; INMR060I RECEIVE command terminated. =A0Output dataset unusable. +<br>
&gt; INMR158I A Program Library or member can only be received into a Progr=
am Library<br>
&gt; READY<br>
&gt; END<br>
<br>
First of all, this is an OS/390 or z/OS problem, so doesn't belong on<br>
the turnkey-mvs list. The better place would be to ask on IBM-MAIN.<br>
<br>
But in any case you have not provided enough or the right information<br>
to allow anyone to help you. And when someone asks a question, instead<br>
of answering, you provide some other information that is not helpful.<br>
<br>
So looking at your JCL, it is unclear what you are trying to do.<br>
<br>
//ALLOC     EXEC PGM=3DIEFBR14<br>
//ABCCLIB   DD DSN=3DMY.DSN.ABCCLIB,<br>
//             VOL=3DSER=3DS3M0AC,<br>
//             UNIT=3DSYSDA,<br>
//             DISP=3D(NEW,CATLG,DELETE),<br>
//             BLKSIZE=3D27998,RECFM=3DU,<br>
//             SPACE=3D(CYL,(40,10,10))<br>
//*<br>
<br>
OK - now you have created a enw dataset called  MY.DSN.ABCCLIB<br>
<br>
//RIMLIB    EXEC PGM=3DIKJEFT01,REGION=3D5120K,DYNAMNBR=3D256<br>
//SYSTSPRT  DD SYSOUT=3D*<br>
//SYSPRINT  DD SYSOUT=3D*<br>
//RIMLIB    DD DISP=3DSHR,<br>
//          DSN=3DMY.DSN.XMITLIB(RIMLIB)<br>
//SYSTSIN   DD *<br>
/*<br>
<br>
So now you ran the TMP, but with no input? Or did you just decide not<br>
to show us the input?<br>
<br>
//ABCCLIB   EXEC PGM=3DIKJEFT01,REGION=3D5120K,DYNAMNBR=3D256<br>
//SYSTSPRT  DD SYSOUT=3D*<br>
//SYSPRINT  DD SYSOUT=3D*<br>
//ABCCLIB   DD DISP=3DSHR,<br>
//          DSN=3DMY.DSN.XMITLIB(ABCCLIB)<br>
//SYSTSIN   DD *<br>
RECEIVE INDD(ABCCLIB)<br>
DA('MY.DSN.ABCCLIB') UNIT(SYSDA)<br>
/*<br>
<br>
OK - presumably this is the step that produces the error message. But<br>
it is not what you first posted - that has &quot;RECEIVE INDD(ABCLIB)&quot;=
 but<br>
this JCL has &quot;RECEIVE INDD(ABCCLIB)&quot;...<br>
<br>
Enough analysis for now, I think.<br>
<br>
Tony H.<br>
</p>

    </div>
=20=20=20=20=20

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <div style=3D"color: #fff; height: 0;">__._,_.___</div>

=20=20=20=20=20=20=20=20
=20=20
=20=20=20
    <div id=3D"ygrp-actbar" style=3D"clear: both; margin-bottom: 10px; whit=
e-space: nowrap; color: #666; padding-top: 15px;">
      <div>
        <a href=3D"mailto:[email protected]?subject=3DRe: [turnkey-mvs] Re=
ceive command terminated" style=3D"margin-right: 0; padding-right: 0;">
	  Reply to <span style=3D"font-weight: 700;">sender</span></a> |
        <a href=3D"mailto:[email protected]?subject=3DRe: [turnke=
y-mvs] Receive command terminated">
	  Reply to <span style=3D"font-weight: 700;">group</span></a> |
        	  <a href=3D"http://groups.yahoo.com/group/turnkey-mvs/post;_ylc=
=3DX3oDMTJwaWl0N2h1BF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2=
NTU5BG1zZ0lkAzcyMDkEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMjg5ODY1Njkw?act=3Drepl=
y&messageNum=3D7209">Reply <span style=3D"font-weight: 700;">via web post</=
span></a> |
            	<a href=3D"http://groups.yahoo.com/group/turnkey-mvs/post;_ylc=
=3DX3oDMTJlcGw5dG4xBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2=
NTU5BHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTI4OTg2NTY5MA--" style=3D"font-weight:=
 700;">Start a New Topic</a>
      </div>

                <a href=3D"http://groups.yahoo.com/group/turnkey-mvs/messag=
e/7198;_ylc=3DX3oDMTM0azg0bmpuBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZ=
AMxNzA1MDA2NTU5BG1zZ0lkAzcyMDkEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMjg5ODY1Njkw=
BHRwY0lkAzcxOTg-">Messages in this topic</a>
          (<span style=3D"font-weight: 700;">6</span>)
          </div>=20
<!------- Start Nav Bar ------>

<!-- |**|begin egp html banner|**| -->
<div id=3D"ygrp-vital" style=3D"background-color: #e0ecee; font-family: Ver=
dana; font-size: 10px; margin-bottom: 10px; padding: 10px;">
      <span id=3D"vithd" style=3D"font-weight: bold; color: #333; text-tran=
sform: uppercase; ">Recent Activity:</span>

    <ul style=3D"list-style-type: none; margin: 0; padding: 0; display: inl=
ine;">
            <li style=3D"border-right: 1px solid #000; font-weight: 700; di=
splay: inline; padding: 0 5px; margin-left: 0;">
      <span class=3D"cat"><a href=3D"http://groups.yahoo.com/group/turnkey-=
mvs/members;_ylc=3DX3oDMTJmMHQ1bWNqBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jw=
c3BJZAMxNzA1MDA2NTU5BHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzEyODk4NjU2OTA-?o=3D6"=
 style=3D"text-decoration: none;">New Members</a></span>
      <span class=3D"ct" style=3D"color: #ff7900;">3</span>
    </li>
                                              </ul>
=20=20=20=20
  <div style=3D"clear: both; padding-top: 2px; color: #1e66ae;">
    <a href=3D"http://groups.yahoo.com/group/turnkey-mvs;_ylc=3DX3oDMTJlZml=
jMDNpBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwN2dG=
wEc2xrA3ZnaHAEc3RpbWUDMTI4OTg2NTY5MA--" style=3D"text-decoration: none;">Vi=
sit Your Group</a>
  </div>
</div>

              <div id=3D"ygrp-mkp" style=3D"border: 1px solid #d8d8d8; clea=
r: both; float: left; font-family: Arial; margin: 5px 0 10px 0; padding: 0 =
10px;">
      <div id=3D"hd" style=3D"color: #628c2a; font-size: 85%; font-weight: =
700; line-height: 122%; margin: 10px 0;">MARKETPLACE</div>
      <div id=3D"ads" style=3D"margin-bottom: 10px;">
                  <div class=3D"ad" style=3D"color: #628C2A; font-family: A=
rial; font-weight: 700; padding: 0 0;">
            <p><a href=3D"http://global.ard.yahoo.com/SIG=3D15ol1f11s/M=3D4=
93064.13983314.14041046.13298430/D=3Dgroups/S=3D1705006559:MKP1/Y=3DYAHOO/E=
XP=3D1289872890/L=3Daaa8ad2c-f114-11df-ac8a-73893d1ddd7e/B=3DzS3_BtBDRqQ-/J=
=3D1289865690979756/K=3DPdEhSMqckfmLzQe20bQcqg/A=3D6060255/R=3D0/SIG=3D1194=
m4keh/*http://us.toolbar.yahoo.com/?.cpdl=3Dgrpj">Stay on top of your group=
 activity without leaving the page you're on - Get the Yahoo! Toolbar now.<=
/a></p> <script language=3Djavascript>
if(window.yzq_d=3D=3Dnull)window.yzq_d=3Dnew Object();
window.yzq_d['zS3_BtBDRqQ-']=3D'&U=3D13cut4a5c%2fN%3dzS3_BtBDRqQ-%2fC%3d493=
064.13983314.14041046.13298430%2fD%3dMKP1%2fB%3d6060255%2fV%3d1';
</script><noscript><img width=3D1 height=3D1 alt=3D"" src=3D"http://us.bc.y=
ahoo.com/b?P=3Daaa8ad2c-f114-11df-ac8a-73893d1ddd7e&T=3D1c9eqmkco%2fX%3d128=
9865690%2fE%3d1705006559%2fR%3dgroups%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO=
%2fF%3d2181842530%2fH%3dY29udGVudD0iR287V2lkZ2V0cztQb2RjYXN0cztNb2JpbGU7QnJ=
pZWZjYXNlO0ZsaWNrcjtGaW5hbmNlO0dyb3VwcztCb29rbWFyaztBdWN0aW9uczsiIGRpc2FibG=
VzaHVmZmxpbmc9IjEiIHNlcnZlSWQ9ImFhYThhZDJjLWYxMTQtMTFkZi1hYzhhLTczODkzZDFkZ=
GQ3ZSIgc2l0ZUlkPSI0NDUyNTUxIiB0U3RtcD0iMTI4OTg2NTY5MDkyMjgxOCIg%2fQ%3d-1%2f=
S%3d1%2fJ%3d28228962&U=3D13cut4a5c%2fN%3dzS3_BtBDRqQ-%2fC%3d493064.13983314=
.14041046.13298430%2fD%3dMKP1%2fB%3d6060255%2fV%3d1"></noscript>          <=
/div>
                          <div class=3D"ad" style=3D"color: #628C2A; font-f=
amily: Arial; font-weight: 700; padding: 0 0;">
                          <hr style=3D"border: 1px solid #d8d8d8;">
                        <p><a href=3D"http://global.ard.yahoo.com/SIG=3D15o=
g366jn/M=3D493064.13814537.14041040.10835568/D=3Dgroups/S=3D1705006559:MKP1=
/Y=3DYAHOO/EXP=3D1289872890/L=3Daaa8ad2c-f114-11df-ac8a-73893d1ddd7e/B=3Dzi=
3_BtBDRqQ-/J=3D1289865690979756/K=3DPdEhSMqckfmLzQe20bQcqg/A=3D6260316/R=3D=
0/SIG=3D11bc8n8gt/*http://custom.yahoo.com/fibromyalgiazone/">Find useful a=
rticles and helpful tips on living with Fibromyalgia. Visit the Fibromyalgi=
a Zone today!</a></p><script language=3Djavascript>
if(window.yzq_d=3D=3Dnull)window.yzq_d=3Dnew Object();
window.yzq_d['zi3_BtBDRqQ-']=3D'&U=3D13c932mu6%2fN%3dzi3_BtBDRqQ-%2fC%3d493=
064.13814537.14041040.10835568%2fD%3dMKP1%2fB%3d6260316%2fV%3d1';
</script><noscript><img width=3D1 height=3D1 alt=3D"" src=3D"http://us.bc.y=
ahoo.com/b?P=3Daaa8ad2c-f114-11df-ac8a-73893d1ddd7e&T=3D1c9jcrois%2fX%3d128=
9865690%2fE%3d1705006559%2fR%3dgroups%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO=
%2fF%3d2369493232%2fH%3dY29udGVudD0iR287V2lkZ2V0cztQb2RjYXN0cztNb2JpbGU7QnJ=
pZWZjYXNlO0ZsaWNrcjtGaW5hbmNlO0dyb3VwcztCb29rbWFyaztBdWN0aW9uczsiIGRpc2FibG=
VzaHVmZmxpbmc9IjEiIHNlcnZlSWQ9ImFhYThhZDJjLWYxMTQtMTFkZi1hYzhhLTczODkzZDFkZ=
GQ3ZSIgc2l0ZUlkPSI0NDUyNTUxIiB0U3RtcD0iMTI4OTg2NTY5MDkyMjgxOCIg%2fQ%3d-1%2f=
S%3d1%2fJ%3d28228962&U=3D13c932mu6%2fN%3dzi3_BtBDRqQ-%2fC%3d493064.13814537=
.14041040.10835568%2fD%3dMKP1%2fB%3d6260316%2fV%3d1"></noscript>          <=
/div>
                          <div class=3D"ad" style=3D"color: #628C2A; font-f=
amily: Arial; font-weight: 700; padding: 0 0;">
                          <hr style=3D"border: 1px solid #d8d8d8;">
                        <p><a href=3D"http://global.ard.yahoo.com/SIG=3D15o=
nqg6j8/M=3D493064.14012770.13963757.13298430/D=3Dgroups/S=3D1705006559:MKP1=
/Y=3DYAHOO/EXP=3D1289872890/L=3Daaa8ad2c-f114-11df-ac8a-73893d1ddd7e/B=3Dzy=
3_BtBDRqQ-/J=3D1289865690979756/K=3DPdEhSMqckfmLzQe20bQcqg/A=3D6015306/R=3D=
0/SIG=3D11vlkvigg/*http://advision.webevents.yahoo.com/hobbiesandactivities=
zone/">Hobbies & Activities Zone: Find others who share your passions! Expl=
ore new interests.</a></p><script language=3Djavascript>
if(window.yzq_d=3D=3Dnull)window.yzq_d=3Dnew Object();
window.yzq_d['zy3_BtBDRqQ-']=3D'&U=3D13cr9m79n%2fN%3dzy3_BtBDRqQ-%2fC%3d493=
064.14012770.13963757.13298430%2fD%3dMKP1%2fB%3d6015306%2fV%3d1';
</script><noscript><img width=3D1 height=3D1 alt=3D"" src=3D"http://us.bc.y=
ahoo.com/b?P=3Daaa8ad2c-f114-11df-ac8a-73893d1ddd7e&T=3D1c9beg9t5%2fX%3d128=
9865690%2fE%3d1705006559%2fR%3dgroups%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO=
%2fF%3d3457009575%2fH%3dY29udGVudD0iR287V2lkZ2V0cztQb2RjYXN0cztNb2JpbGU7QnJ=
pZWZjYXNlO0ZsaWNrcjtGaW5hbmNlO0dyb3VwcztCb29rbWFyaztBdWN0aW9uczsiIGRpc2FibG=
VzaHVmZmxpbmc9IjEiIHNlcnZlSWQ9ImFhYThhZDJjLWYxMTQtMTFkZi1hYzhhLTczODkzZDFkZ=
GQ3ZSIgc2l0ZUlkPSI0NDUyNTUxIiB0U3RtcD0iMTI4OTg2NTY5MDkyMjgxOCIg%2fQ%3d-1%2f=
S%3d1%2fJ%3d28228962&U=3D13cr9m79n%2fN%3dzy3_BtBDRqQ-%2fC%3d493064.14012770=
.13963757.13298430%2fD%3dMKP1%2fB%3d6015306%2fV%3d1"></noscript>          <=
/div>
              </div>
    </div>
=20=20
<div id=3D"ft" style=3D"font-family: Arial; font-size: 11px; margin-top: 5p=
x; padding: 0 2px 0 0; clear: both;">
  <a href=3D"http://groups.yahoo.com/;_ylc=3DX3oDMTJkcmhxdDd1BF9TAzk3MzU5Nz=
E0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwNmdHIEc2xrA2dmcARzdGltZ=
QMxMjg5ODY1Njkw" style=3D"float: left;"><img src=3D"http://l.yimg.com/a/i/u=
s/yg/logo/us.gif" height=3D"15" width=3D"137" alt=3D"Yahoo! Groups" style=
=3D"border: 0;"/></a>
  <div style=3D"color: #747575; float: right;">Switch to: <a href=3D"mailto=
:[email protected]?subject=3DChange Delivery Format: =
Traditional" style=3D"text-decoration: none;">Text-Only</a>, <a href=3D"mai=
lto:[email protected]?subject=3DEmail Delivery: Digest" cl=
ass=3D"margin-rt" style=3D"text-decoration: none;">Daily Digest</a> &bull; =
<a href=3D"mailto:[email protected]?subject=3DUnsubsc=
ribe" style=3D"text-decoration: none;">Unsubscribe</a> &bull; <a href=3D"ht=
tp://docs.yahoo.com/info/terms/" style=3D"text-decoration: none;">Terms of =
Use</a></div>
</div>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id=3D"ygrp-sponsor" style=3D"width:160px; float:right; clear:none; m=
argin:0 0 25px 0; background: #fff;">

<!-- Start Recommendations -->
<div id=3D"ygrp-reco">
     </div>
<!-- End Recommendations -->



  </div>   <!-- |**|end egp html banner|**| -->

  <div style=3D"clear:both; color: #FFF; font-size:1px;">.</div>
</div>

  <img src=3D"http://geo.yahoo.com/serv?s=3D97359714/grpId=3D8161162/grpspI=
d=3D1705006559/msgId=3D7209/stime=3D1289865690/nc1=3D5522126/nc2=3D4507179/=
nc3=3D5733759" width=3D"1" height=3D"1"> <br>

<div style=3D"color: #fff; height: 0;">__,_._,___</div>
<!--~-|**|PrettyHtmlEnd|**|-~-->

</body>

<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
  <style type=3D"text/css">
  <!--
  #ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad p {
  margin: 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
  #ygrp-sponsor #ygrp-lc {
  font-family: Arial;
}

#ygrp-sponsor #ygrp-lc #hd {
  margin: 10px 0px;
  font-weight: 700;
  font-size: 78%;
  line-height: 122%;
}

#ygrp-sponsor #ygrp-lc .ad {
  margin-bottom: 10px;
  padding: 0 0;
}

  a {
    color: #1e66ae;
  }

  #actions {
    font-family: Verdana;
    font-size: 11px;
    padding: 10px 0;
  }

  #activity {
    background-color: #e0ecee;
    float: left;
    font-family: Verdana;
    font-size: 10px;
    padding: 10px;
  }

  #activity span {
    font-weight: 700;
  }

  #activity span:first-child {
    text-transform: uppercase;
  }

  #activity span a {
    color: #5085b6;
    text-decoration: none;
  }

  #activity span span {
    color: #ff7900;
  }

  #activity span .underline {
    text-decoration: underline;
  }

  .attach {
    clear: both;
    display: table;
    font-family: Arial;
    font-size: 12px;
    padding: 10px 0;
    width: 400px;
  }

  .attach div a {
    text-decoration: none;
  }

  .attach img {
    border: none;
    padding-right: 5px;
  }

  .attach label {
    display: block;
    margin-bottom: 5px;
  }

  .attach label a {
    text-decoration: none;
  }
=20=20
  blockquote {
    margin: 0 0 0 4px;
  }

  .bold {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
  }

  .bold a {
    text-decoration: none;
  }

  dd.last p a {
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span {
    margin-right: 10px;
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span.yshortcuts {
    margin-right: 0;
  }

  div.attach-table div div a {
    text-decoration: none;
  }

  div.attach-table {
    width: 400px;
  }

  div.file-title a, div.file-title a:active, div.file-title a:hover, div.fi=
le-title a:visited {
    text-decoration: none;
  }

  div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div=
.photo-title a:visited {
    text-decoration: none;
  }

  div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
  }

  .green {
    color: #628c2a;
  }

  .MsoNormal {
    margin: 0 0 0 0;
  }

  o {
    font-size: 0;
  }

  #photos div {
    float: left;
    width: 72px;
  }

  #photos div div {
    border: 1px solid #666666;
    height: 62px;
    overflow: hidden;
    width: 62px;
  }

  #photos div label {
    color: #666666;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 64px;
  }

  #reco-category {
    font-size: 77%;
  }

  #reco-desc {
    font-size: 77%;
  }

  .replbq {
    margin: 4px;
  }

  #ygrp-actbar div a:first-child {
   /* border-right: 0px solid #000;*/
    margin-right: 2px;
    padding-right: 5px;
  }

  #ygrp-mlmsg {
    font-size: 13px;
    font-family: Arial, helvetica,clean, sans-serif;
    *font-size: small;
    *font: x-small;
  }

  #ygrp-mlmsg table {
    font-size: inherit;
    font: 100%;
  }

  #ygrp-mlmsg select, input, textarea {
    font: 99% Arial, Helvetica, clean, sans-serif;
  }

  #ygrp-mlmsg pre, code {
    font:115% monospace;
    *font-size:100%;
  }

  #ygrp-mlmsg * {
    line-height: 1.22em;
  }

  #ygrp-mlmsg #logo {
    padding-bottom: 10px;
  }

  #ygrp-mlmsg a {
    color: #1E66AE;
  }

  #ygrp-msg p a {
    font-family: Verdana;
  }

  #ygrp-msg p#attach-count span {
    color: #1E66AE;
    font-weight: 700;
  }

  #ygrp-reco #reco-head {
    color: #ff7900;
    font-weight: 700;
  }

  #ygrp-reco {
    margin-bottom: 20px;
    padding: 0px;
  }

  #ygrp-sponsor #ov li a {
    font-size: 130%;
    text-decoration: none;
  }

  #ygrp-sponsor #ov li {
    font-size: 77%;
    list-style-type: square;
    padding: 6px 0;
  }=20

  #ygrp-sponsor #ov ul {
    margin: 0;
    padding: 0 0 0 8px;
  }

  #ygrp-text {
    font-family: Georgia;
  }

  #ygrp-text p {
    margin: 0 0 1em 0;
  }

  #ygrp-text tt {
    font-size: 120%;
  }

  #ygrp-vital ul li:last-child {
    border-right: none !important;=20
  }=20
  -->
  </style>
</head>

<!--~-|**|PrettyHtmlEnd|**|-~-->
</html>
<!-- end group email -->


--BXqxTXCJ5jSP2efYzYNGkpMghmMpjqO5zRC4wQ1--