Mark,
do you have a DD statement pointing to your NTS?
Here is JCL that works for me:

//RECEIVE  EXEC PGM=GIMSMP 
//SMPCSI   DD DSN=SYSP.ZOS16.SMPE.GLOBAL.CSI,DISP=SHR    <<< SYS1 
//SMPNTS   DD PATH='/SYS1/u/smpe/smpnts/', 
//         PATHOPTS=(OWRONLY,OCREAT), 
//         PATHMODE=(SIRWXU,SIRGRP,SIROTH) 
//SMPCNTL  DD  * 
 SET BOUNDARY(GLOBAL). 
 RECEIVE SYSMODS 
         HOLDDATA 
         FROMNTS(U00395305) 
          . 
/* 
// 

Werner Kuehnel


IBM Mainframe Discussion List <[email protected]> schrieb am 22.09.2008 
14:42:00:

> Lizette Koehler wrote:
> > I think you need to specify the WHOLE name
> > ORD00441-22September2008-07.15.27
> >
> > Not the ORD00441
> >
> > At least that is what works for me.
> >
> > Lizette
> >
> > 
> 
> Nope.
> 
>  RECEIVE FROMNTS(ORD00441-22September2008-07.15.27) 
> GIM20301S ** THERE IS A SYNTAX ERROR IN THE COMMAND AT COLUMN 26.
> 
> Column 26 is the "-" character.
> 
> > 
> >> -----Original Message-----
> >> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
> >> Behalf Of Mark Jacobs
> >> Sent: Monday, September 22, 2008 8:07 AM
> >> To: [email protected]
> >> Subject: SMP/E Receive from NTS problem
> >>
> >> I can never seem to get this to work and I don't know what I'm doing
> >> wrong.
> >>
> >>
> >>
> >>
> >> RECEIVE
> >>
> >> FROMNTS(
> >>
> >> ORD00441
> >>
> >> )
> >>
> >> DELETEPKG
> >>
> >> .
> >>
> >>
> >> GIM45800S ** PACKAGE ORD00441 WAS NOT FOUND IN THE
> >> SMPNTS.
> >> GIM20501I    RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE
> >> WAS
> >> 12.
> >>
> >> But my SMPNTS directory has this downloaded order in it.
> >>
> >>  EUID=119   /u/aimj/smpnts/
> >>    Type  Filename
> >>  _ Dir   .
> >>  _ Dir   ..
> >>  _ Dir   ORD00441-22September2008-07.15.27
> >>
> >> Can someone point out the error of my ways?
> >>
> >> 
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
> > Search the archives at http://bama.ua.edu/archives/ibm-main.html
> >
> >
> > 
> 
> 
> -- 
> Mark Jacobs
> Time Customer Service
> Tampa, FL
> ----
> 
> Today, we celebrate the first glorious anniversary of the 
> Information Purification Directives. We have created, for 
> the first time in all history, a garden of pure ideology. 
> Where each worker may bloom secure from the pests of 
> contradictory and confusing truths. Our Unification of 
> Thoughts is more powerful a weapon than any fleet or army 
> on earth. We are one people, with one will, one resolve, 
> one cause. Our enemies shall talk themselves to death and 
> we will bury them with their own confusion. We shall prevail!
> 
> Apple's television commercial - Super Bowl - 1984
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to