SMP/e help

2011-02-07 Thread Larry Macioce
I have some fixes to put on a product.
I have ftp'ed them to my pc then used ind$file(through pcomm) to place them
in a dataset on the mainframe.
So now I have 31 fixes in a dataset I have tried to receive them but I get
when the 1st card is read I get:


 RECEIVE SELECT(
++APAR (QO73596)
GIM20311S ** THERE IS A SYNTAX ERROR IN THE CONTROL STATEMENT AT COLUMN 01. 
  DESC (JESEXITS for z/OS 1.7)
  
then afterward eveything is in error. 
I am at a loss at how to get them into the pts without taking each one and
sticking a DLM statement to it. 
Seems like a long way around a small problem. What am I missing?
Any ideas??
Thanks
Mace   

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


Re: SMP/e help

2011-02-07 Thread Bohn, Dale
I think you have your DDnames mix up.
The file with the ++APAR/++PTF/++USERMOD should be //SMPPTFIN DD.
The ' RECEIVE LIST. ' command should be //SMPCNTL DD.

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


Re: SMP/e help

2011-02-07 Thread Walter Marguccio
 GIM20311S ** THERE IS A SYNTAX ERROR IN THE CONTROL STATEMENT AT COLUMN 01. 


is the dataset pointed to by SMPPTFIN RECFM=FB, LRECL=80 ?


Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany




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


Re: SMP/e help

2011-02-07 Thread Larry Macioce
Here is the jcl:

//SMPE EXEC PGM=GIMSMP,PARM='DATE=U',REGION=4096K  
//SMPCSI   DD DISP=OLD,DSN=CAI.DS60.CSI
//SMPPTS   DD DISP=OLD,DSN=CAI.DS60.SMPPTS 
//SMPLOG   DD SYSOUT=X 
//SYSUT1   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
//SYSUT2   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
//SYSUT3   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
//SYSUT4   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
//SMPE.SMPPTFIN DD DSN=SYSP.DS60.FILES,DISP=SHR 
//SMPCNTL   DD  *  
  SET BOUNDARY(GLOBAL) .   
RECEIVE
   SYSMODS LIST  . 

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


Re: SMP/e help

2011-02-07 Thread Binyamin Dissen
On Mon, 7 Feb 2011 08:32:06 -0600 Larry Macioce mace1...@gmail.com wrote:

:Here is the jcl:
:
://SMPE EXEC PGM=GIMSMP,PARM='DATE=U',REGION=4096K  
://SMPCSI   DD DISP=OLD,DSN=CAI.DS60.CSI
://SMPPTS   DD DISP=OLD,DSN=CAI.DS60.SMPPTS 
://SMPLOG   DD SYSOUT=X 
://SYSUT1   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
://SYSUT2   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
://SYSUT3   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
://SYSUT4   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
://SMPE.SMPPTFIN DD DSN=SYSP.DS60.FILES,DISP=SHR 
://SMPCNTL   DD  *  
:  SET BOUNDARY(GLOBAL) .   
:RECEIVE
:   SYSMODS LIST  .  

Your earlier post indicated

RECEIVE SELECT( 

Which is it?

--
Binyamin Dissen bdis...@dissensoftware.com
http://www.dissensoftware.com

Director, Dissen Software, Bar  Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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


Re: SMP/e help

2011-02-07 Thread Larry Macioce
I have tried both .
The rec select gives the error I have shown
and the jcl I gave is giving me an wrong length record,
the smpptfin is fb 80 3120 so I am a little confused which I am working on.
Sorry about not sending both examples
Thanks
Mace

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


Re: SMP/e help

2011-02-07 Thread Lizette Koehler
//SMPE EXEC PGM=GIMSMP,PARM='DATE=U',REGION=4096K  
//SMPCSI   DD DISP=OLD,DSN=CAI.DS60.CSI
//SMPPTS   DD DISP=OLD,DSN=CAI.DS60.SMPPTS 
//SMPLOG   DD SYSOUT=X 
//SYSUT1   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
//SYSUT2   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
//SYSUT3   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
//SYSUT4   DD UNIT=SYSDA,SPACE=(3000,(380,760)),DISP=(,DELETE) 
//SMPE.SMPPTFIN DD DSN=SYSP.DS60.FILES,DISP=SHR 
//SMPCNTL   DD  *  
  SET BOUNDARY(GLOBAL) .   
RECEIVE
   SYSMODS LIST  .   

Is your library
SYSP.DS60.FILES

A sequential library or PDS?

Lizette

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


Re: SMP/e help

2011-02-07 Thread Larry Macioce
Yes, all sysmods reside in it

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


Re: SMP/e help

2011-02-07 Thread Scott Rowe
If it is a PDS, then you need to specify a member name.

On Mon, Feb 7, 2011 at 11:16 AM, Larry Macioce mace1...@gmail.com wrote:

 Yes, all sysmods reside in it

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


CONFIDENTIALITY/EMAIL NOTICE: The material in this transmission contains
confidential and privileged information intended only for the addressee.
If you are not the intended recipient, please be advised that you have
received this material in error and that any forwarding, copying, printing,
distribution, use or disclosure of the material is strictly prohibited.
If you have received this material in error, please (i) do not read it,
(ii) reply to the sender that you received the message in error, and
(iii) erase or destroy the material. Emails are not secure and can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by email. Thank you.

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