Re: Receive command terminated

"hrrrrrr" <cbudhi-/[email protected]> Thu, 18 Nov 2010 18:37:50 -0000
Newsgroups gmane.comp.emulators.turnkey-mvs
Message-ID <[email protected]>
--Z6LGMzg4xjdNz7R40mZK80SUPnnFl0hUVKQdAVf
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


hi Tony, first of all sorry for the missposted my problem here.=20
thanks for your analysis, sorry for the missedtyped about the receive datas=
etname, the correct one is that with MY.DSN.ABCLIB.
What I m trying to do is to copy the object code member ABCCLIB from XMITed=
 DSN that is MY.DSN.XMITLIB(ABCCLIB)with recfm=3DFB into DSN MY.DSN.ABCLIB =
with recfm=3DU, I choose XMIT/RECEIVE since I cant do that copy proses usin=
g any other copy program.  Please let me know if there is a special way to =
handle that object. thanks.




--- In [email protected], Tony Harminc <tharminc@...> wrote:
>
> On 13 November 2010 17:06, hrrrrrr <cbudhi@...> wrote:
> > I have this situation when trying to receive a member from a RECFM=3DFB=
 DSN 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,=
 BLKSIZE=3D279
> > INMR909A You may enter DSNAME, SPACE, UNIT, VOL, OLD/NEW, or RESTORE/CO=
PY/DELETE
> > INMR060I RECEIVE command terminated. =A0Output dataset unusable. +
> > INMR158I A Program Library or member can only be received into a Progra=
m Library
> > READY
> > END
>=20
> 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.
>=20
> 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.
>=20
> So looking at your JCL, it is unclear what you are trying to do.
>=20
> //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))
> //*
>=20
> OK - now you have created a enw dataset called  MY.DSN.ABCCLIB
>=20
> //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 *
> /*
>=20
> So now you ran the TMP, but with no input? Or did you just decide not
> to show us the input?
>=20
> //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)
> /*
>=20
> 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)"...
>=20
> Enough analysis for now, I think.
>=20
> Tony H.
>



--Z6LGMzg4xjdNz7R40mZK80SUPnnFl0hUVKQdAVf
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><br>
hi Tony, first of all sorry for the missposted my problem here. <br>
thanks for your analysis, sorry for the missedtyped about the receive datas=
etname, the correct one is that with MY.DSN.ABCLIB.<br>
What I m trying to do is to copy the object code member ABCCLIB from XMITed=
 DSN that is MY.DSN.XMITLIB(ABCCLIB)with recfm=3DFB into DSN MY.DSN.ABCLIB =
with recfm=3DU, I choose XMIT/RECEIVE since I cant do that copy proses usin=
g any other copy program.  Please let me know if there is a special way to =
handle that object. thanks.<br>
<br>
--- In <a href=3D"mailto:turnkey-mvs%40yahoogroups.com">turnkey-mvs@yahoogr=
oups.com</a>, Tony Harminc &lt;tharminc@...&gt; wrote:<br>
&gt;<br>
&gt; On 13 November 2010 17:06, hrrrrrr &lt;cbudhi@...&gt; wrote:<br>
&gt; &gt; I have this situation when trying to receive a member from a RECF=
M=3DFB DSN into RECFM=3DU DSN.<br>
&gt; &gt;<br>
&gt; &gt; Anyone know how to handle it?<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; RECEIVE INDD(ABCLIB)<br>
&gt; &gt; INMR901I Dataset MY.DSN.ABCLIB from AAA1234 on NODENAME<br>
&gt; &gt; INMR154I The incoming data set is a 'PROGRAM LIBRARY'.<br>
&gt; &gt; INMR906A Enter restore parameters or 'DELETE' or 'END' +<br>
&gt; &gt; INMR908A The input file attributes are: DSORG=3DPARTITIONED, RECF=
M=3DU, BLKSIZE=3D279<br>
&gt; &gt; INMR909A You may enter DSNAME, SPACE, UNIT, VOL, OLD/NEW, or REST=
ORE/COPY/DELETE<br>
&gt; &gt; INMR060I RECEIVE command terminated. =A0Output dataset unusable. =
+<br>
&gt; &gt; INMR158I A Program Library or member can only be received into a =
Program Library<br>
&gt; &gt; READY<br>
&gt; &gt; END<br>
&gt; <br>
&gt; First of all, this is an OS/390 or z/OS problem, so doesn't belong on<=
br>
&gt; the turnkey-mvs list. The better place would be to ask on IBM-MAIN.<br=
>
&gt; <br>
&gt; But in any case you have not provided enough or the right information<=
br>
&gt; to allow anyone to help you. And when someone asks a question, instead=
<br>
&gt; of answering, you provide some other information that is not helpful.<=
br>
&gt; <br>
&gt; So looking at your JCL, it is unclear what you are trying to do.<br>
&gt; <br>
&gt; //ALLOC     EXEC PGM=3DIEFBR14<br>
&gt; //ABCCLIB   DD DSN=3DMY.DSN.ABCCLIB,<br>
&gt; //             VOL=3DSER=3DS3M0AC,<br>
&gt; //             UNIT=3DSYSDA,<br>
&gt; //             DISP=3D(NEW,CATLG,DELETE),<br>
&gt; //             BLKSIZE=3D27998,RECFM=3DU,<br>
&gt; //             SPACE=3D(CYL,(40,10,10))<br>
&gt; //*<br>
&gt; <br>
&gt; OK - now you have created a enw dataset called  MY.DSN.ABCCLIB<br>
&gt; <br>
&gt; //RIMLIB    EXEC PGM=3DIKJEFT01,REGION=3D5120K,DYNAMNBR=3D256<br>
&gt; //SYSTSPRT  DD SYSOUT=3D*<br>
&gt; //SYSPRINT  DD SYSOUT=3D*<br>
&gt; //RIMLIB    DD DISP=3DSHR,<br>
&gt; //          DSN=3DMY.DSN.XMITLIB(RIMLIB)<br>
&gt; //SYSTSIN   DD *<br>
&gt; /*<br>
&gt; <br>
&gt; So now you ran the TMP, but with no input? Or did you just decide not<=
br>
&gt; to show us the input?<br>
&gt; <br>
&gt; //ABCCLIB   EXEC PGM=3DIKJEFT01,REGION=3D5120K,DYNAMNBR=3D256<br>
&gt; //SYSTSPRT  DD SYSOUT=3D*<br>
&gt; //SYSPRINT  DD SYSOUT=3D*<br>
&gt; //ABCCLIB   DD DISP=3DSHR,<br>
&gt; //          DSN=3DMY.DSN.XMITLIB(ABCCLIB)<br>
&gt; //SYSTSIN   DD *<br>
&gt; RECEIVE INDD(ABCCLIB)<br>
&gt; DA('MY.DSN.ABCCLIB') UNIT(SYSDA)<br>
&gt; /*<br>
&gt; <br>
&gt; OK - presumably this is the step that produces the error message. But<=
br>
&gt; it is not what you first posted - that has &quot;RECEIVE INDD(ABCLIB)&=
quot; but<br>
&gt; this JCL has &quot;RECEIVE INDD(ABCCLIB)&quot;...<br>
&gt; <br>
&gt; Enough analysis for now, I think.<br>
&gt; <br>
&gt; Tony H.<br>
&gt;<br>
<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:cbudhi-/[email protected]?subject=3DRe%3A%20Receive%20comm=
and%20terminated" 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%3A%20Rec=
eive%20command%20terminated">
	  Reply to <span style=3D"font-weight: 700;">group</span></a> |
        	  <a href=3D"http://groups.yahoo.com/group/turnkey-mvs/post;_ylc=
=3DX3oDMTJwZ2VqN2ZkBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2=
NTU5BG1zZ0lkAzcyMjAEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMjkwMTA1ODQy?act=3Drepl=
y&messageNum=3D7220">Reply <span style=3D"font-weight: 700;">via web post</=
span></a> |
            	<a href=3D"http://groups.yahoo.com/group/turnkey-mvs/post;_ylc=
=3DX3oDMTJlam5pMmZpBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2=
NTU5BHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTI5MDEwNTg0Mg--" 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=3DX3oDMTM0ZHY0cGwzBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZ=
AMxNzA1MDA2NTU5BG1zZ0lkAzcyMjAEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMjkwMTA1ODQy=
BHRwY0lkAzcxOTg-">Messages in this topic</a>
          (<span style=3D"font-weight: 700;">7</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=3DX3oDMTJmODB0Yjk0BF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jw=
c3BJZAMxNzA1MDA2NTU5BHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzEyOTAxMDU4NDE-?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=3DX3oDMTJlYTh=
2OWhpBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwN2dG=
wEc2xrA3ZnaHAEc3RpbWUDMTI5MDEwNTg0MQ--" 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=3D15o9hob18/M=3D4=
93064.13983314.14041046.13298430/D=3Dgroups/S=3D1705006559:MKP1/Y=3DYAHOO/E=
XP=3D1290113042/L=3Dd041d6ae-f343-11df-a37d-abc2965ff419/B=3D0VkBF0wNPRM-/J=
=3D1290105842684858/K=3DH2nCFE6k_O5FZzraYevyjA/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['0VkBF0wNPRM-']=3D'&U=3D13cjtljo6%2fN%3d0VkBF0wNPRM-%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=3Dd041d6ae-f343-11df-a37d-abc2965ff419&T=3D1c9jlmlu5%2fX%3d129=
0105842%2fE%3d1705006559%2fR%3dgroups%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO=
%2fF%3d4241848082%2fH%3dY29udGVudD0iR287V2lkZ2V0cztQb2RjYXN0cztNb2JpbGU7QnJ=
pZWZjYXNlO0ZsaWNrcjtGaW5hbmNlO0dyb3VwcztCb29rbWFyaztBdWN0aW9uczsiIGRpc2FibG=
VzaHVmZmxpbmc9IjEiIHNlcnZlSWQ9ImQwNDFkNmFlLWYzNDMtMTFkZi1hMzdkLWFiYzI5NjVmZ=
jQxOSIgc2l0ZUlkPSI0NDUyNTUxIiB0U3RtcD0iMTI5MDEwNTg0MjY3NDA2MiIg%2fQ%3d-1%2f=
S%3d1%2fJ%3d3F5EC442&U=3D13cjtljo6%2fN%3d0VkBF0wNPRM-%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=
6uukc2/M=3D493064.13814537.14041040.10835568/D=3Dgroups/S=3D1705006559:MKP1=
/Y=3DYAHOO/EXP=3D1290113042/L=3Dd041d6ae-f343-11df-a37d-abc2965ff419/B=3D01=
kBF0wNPRM-/J=3D1290105842684858/K=3DH2nCFE6k_O5FZzraYevyjA/A=3D6078812/R=3D=
0/SIG=3D114ae4ln1/*http://dogandcatanswers.yahoo.com/">Get great advice abo=
ut dogs and cats.  Visit the Dog & Cat Answers Center.</a></p><script langu=
age=3Djavascript>
if(window.yzq_d=3D=3Dnull)window.yzq_d=3Dnew Object();
window.yzq_d['01kBF0wNPRM-']=3D'&U=3D13c6l7m2f%2fN%3d01kBF0wNPRM-%2fC%3d493=
064.13814537.14041040.10835568%2fD%3dMKP1%2fB%3d6078812%2fV%3d1';
</script><noscript><img width=3D1 height=3D1 alt=3D"" src=3D"http://us.bc.y=
ahoo.com/b?P=3Dd041d6ae-f343-11df-a37d-abc2965ff419&T=3D1c9mrp9s9%2fX%3d129=
0105842%2fE%3d1705006559%2fR%3dgroups%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO=
%2fF%3d1030085426%2fH%3dY29udGVudD0iR287V2lkZ2V0cztQb2RjYXN0cztNb2JpbGU7QnJ=
pZWZjYXNlO0ZsaWNrcjtGaW5hbmNlO0dyb3VwcztCb29rbWFyaztBdWN0aW9uczsiIGRpc2FibG=
VzaHVmZmxpbmc9IjEiIHNlcnZlSWQ9ImQwNDFkNmFlLWYzNDMtMTFkZi1hMzdkLWFiYzI5NjVmZ=
jQxOSIgc2l0ZUlkPSI0NDUyNTUxIiB0U3RtcD0iMTI5MDEwNTg0MjY3NDA2MiIg%2fQ%3d-1%2f=
S%3d1%2fJ%3d3F5EC442&U=3D13c6l7m2f%2fN%3d01kBF0wNPRM-%2fC%3d493064.13814537=
.14041040.10835568%2fD%3dMKP1%2fB%3d6078812%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=
njkt5f/M=3D493064.14012770.13963757.13298430/D=3Dgroups/S=3D1705006559:MKP1=
/Y=3DYAHOO/EXP=3D1290113042/L=3Dd041d6ae-f343-11df-a37d-abc2965ff419/B=3D1F=
kBF0wNPRM-/J=3D1290105842684858/K=3DH2nCFE6k_O5FZzraYevyjA/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['1FkBF0wNPRM-']=3D'&U=3D13c7e6h1j%2fN%3d1FkBF0wNPRM-%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=3Dd041d6ae-f343-11df-a37d-abc2965ff419&T=3D1c92iub8q%2fX%3d129=
0105842%2fE%3d1705006559%2fR%3dgroups%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO=
%2fF%3d3474440134%2fH%3dY29udGVudD0iR287V2lkZ2V0cztQb2RjYXN0cztNb2JpbGU7QnJ=
pZWZjYXNlO0ZsaWNrcjtGaW5hbmNlO0dyb3VwcztCb29rbWFyaztBdWN0aW9uczsiIGRpc2FibG=
VzaHVmZmxpbmc9IjEiIHNlcnZlSWQ9ImQwNDFkNmFlLWYzNDMtMTFkZi1hMzdkLWFiYzI5NjVmZ=
jQxOSIgc2l0ZUlkPSI0NDUyNTUxIiB0U3RtcD0iMTI5MDEwNTg0MjY3NDA2MiIg%2fQ%3d-1%2f=
S%3d1%2fJ%3d3F5EC442&U=3D13c7e6h1j%2fN%3d1FkBF0wNPRM-%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=3DX3oDMTJkbnVwbTdlBF9TAzk3MzU5Nz=
E0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BHNlYwNmdHIEc2xrA2dmcARzdGltZ=
QMxMjkwMTA1ODQy" 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=3D7220/stime=3D1290105842/nc1=3D5191954/nc2=3D5741393/=
nc3=3D4507179" 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 -->


--Z6LGMzg4xjdNz7R40mZK80SUPnnFl0hUVKQdAVf--