Ed, Once again thanks,
 
The RUNEREP exec, when it gets to the following statement:
 
'PRINT SYSEXN RPT-HDR (CC'

states that it can't find file SYSEXN RPT-HDR 
 
Is this really a separate file or something else.
 
If separate could you forward a sample of the file.
 
 
Thanks

>>> Ed Zell <[EMAIL PROTECTED]> 12/4/2008 4:55 PM >>>

Howard,

    Here is how we process EREP.

   Operator logs on to EREP and issues    #CP EXT    and then responds 
  END   to the prompt.

   Operator types   RUNEREP   to fire up the EXEC to process the data
and then clear it out

   After it runs, Operator types    PROFILE   to start EREP back up
again and then  #CP DISC

  

/* RUNEREP EXEC   PROCESS EREP DATA */
' ACC 201 C/A'
ā€˜ CP SPOOL PRINTER TO SPOOLER     CLASS Z NOHOLD CONT' 
' PRINT SYSEXN RPT-HDR (CC'                            
' EXEC SYSEXN   '                                      
' PRINT SUMMARY  RPT-HDR (CC '                         
' EXEC SUMMARY  '                                      
' PRINT CLEARIT  RPT-HDR (CC '                         
' EXEC CLEARIT    '                                    
' CP SPOOL PRINTER CLOSE NAME EREP 12345'              
ā€˜ REL Cā€™


/*  SYSEXN EXEC  SYSTEM EXCEPTION REPORT  */     
MAKEBUF                             
QUEUE 'SYSEXN,TABSIZE=512K,ACC=N  ' 
QUEUE                               
'CPEREP'                            


/* SUMMARY EXEC   PRODUCE SUMMARY REPORT  */
MAKEBUF                                         
QUEUE 'PRINT=SU,ACC=N,TABSIZE=100K,LINECT=60 '  
QUEUE                                           
'CPEREP'                                        


/* CLEARIT EXEC    CLEAR OUT THE FILE  */
MAKEBUF                                               
QUEUE 'PRINT=AL,ACC=N,TABSIZE=100K,LINECT=60,ZERO=Y ' 
QUEUE                                                 
'CPEREP'                                              




Ed Zell
Illinois Mutual Life
(309) 636-0107






From:The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Howard Rifkind
Sent: Thursday, December 04, 2008 3:32 PM
To: IBMVM@LISTSERV.UARK.EDU 
Subject: EREP process question.

 

I'm using the EREP parameter below to go against the z/VM EREP
machine.

 

The file XAEREPIO RECORD is out there and is some what larger then
yesterday.

 

Shouldn't the above file be deleted by these parameter?

 

SYSUM   
ACC=Y   
ZERO=Y  
ENDPARM 

 


_____________
LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential
and may be privileged. It is intended for the addressee(s) only.
Access to this E-mail by anyone else is unauthorized.
If you are not an addressee, any disclosure or copying of the
contents of this E-mail or any action taken (or not taken) in
reliance on it is unauthorized and may be unlawful. If you are not an
addressee, please inform the sender immediately, then delete this
message and empty from your trash.

 

 
Confidentiality:  This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you receive this e-mail in error,
please notify the sender and delete this e-mail from your system.
_____________
LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential
and may be privileged. It is intended for the addressee(s) only.
Access to this E-mail by anyone else is unauthorized.
If you are not an addressee, any disclosure or copying of the
contents of this E-mail or any action taken (or not taken) in
reliance on it is unauthorized and may be unlawful. If you are not an
addressee, please inform the sender immediately, then delete this
message and empty from your trash.

Reply via email to