MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

a problem while excuting a rexx in batch

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
deepa12
Beginner


Joined: 05 Apr 2005
Posts: 131
Topics: 64
Location: chennai

PostPosted: Thu Feb 16, 2006 3:34 am    Post subject: a problem while excuting a rexx in batch Reply with quote

The below is the clist CREXX1
Code:
ALLOC F(SYSEXEC) DA('XO70.XO.REXX') SHR REUSE                         
 ISPEXEC EDIT DATASET('XO70.XO.COBOL(ABCD)') MACRO('TRY1')             
 EXIT 


I excute this via
Code:
 //STEP1 EXEC PGM=IKJEFT01                                       
 //STEPLIB  DD  DSN=ISP.V1R1M0.ISPLOAD,DISP=SHR                   
 //ISPLLIB  DD  DSN=ZZ.V1R1M0.ISPLLIB,DISP=SHR                   
 //         DD  DSN=ISP.V1R1M0.ISPLOAD,DISP=SHR                   
 //         DD  DSN=ISR.V1R1M0.ISRLOAD,DISP=SHR                   
 //ISPMLIB  DD  DSN=ZZ.V1R1M0.ISPMLIB,DISP=SHR                   
 //         DD  DSN=ZZ.PROD.ISPMLIB,DISP=SHR                     
 //         DD  DSN=ISP.V1R1M0.ISPMLIB,DISP=SHR                   
 //         DD  DSN=ISR.V1R1M0.ISRMLIB,DISP=SHR                   
 //ISPPLIB  DD  DSN=ZZ.V1R1M0.ISPPLIB,DISP=SHR                   
 //         DD  DSN=ZZ.PROD.ISPPLIB,DISP=SHR                     
 //         DD  DSN=ISP.V1R1M0.ISPPLIB,DISP=SHR                   
 //         DD  DSN=ISR.V1R1M0.ISRPLIB,DISP=SHR                   
 //ISPSLIB  DD  DSN=ZZ.V1R1M0.ISPSLIB,DISP=SHR                   
 //         DD  DSN=ZZ.PROD.ISPSLIB,DISP=SHR                     
 //         DD  DSN=ISP.V1R1M0.ISPSLIB,DISP=SHR   
//         DD  DSN=ISR.V1R1M0.ISRSLIB,DISP=SHR           
//ISPTLIB  DD  DSN=ZZ.PROD.ISPTLIB,DISP=SHR             
//         DD  DSN=ZZ.V1R1M0.ISPTLIB,DISP=SHR           
//         DD  DSN=ISP.V1R1M0.ISPTLIB,DISP=SHR           
//         DD  DSN=ISR.V1R1M0.ISRTLIB,DISP=SHR           
//SYSPROC DD DSN=XO70.XO.CLIST,DISP=SHR                 
//ISPTABL  DD  DSN=ZZ.PROD.ISPTLIB,DISP=SHR             
//RFTDD    DD  DSN=INFO.USER.RFTS,DISP=SHR               
//SYSPRINT DD  SYSOUT=*                                 
//ISPPROF  DD  DSN=INFO.V1R1M0.ISPPROF,DISP=SHR         
//ISPLOG   DD  SYSOUT=*                                 
//SYSTSPRT DD  SYSOUT=*                                 
//SYSTSIN  DD  *                                         
 ISPSTART CMD(CREXX1)                                     
/*                                                       
//                                                       
               


I get
ISPP330 BDISPMAX exceeded -/-100 displays exceeded in batch mode on panel
error
Pls help me resolve this problem

The try macro is as below
Code:

/*REXX*/                                       
ADDRESS ISREDIT "MACRO NOPROCESS"             
ADDRESS ISREDIT "C ALL 'P######' 'REXX -)'"   
ADDRESS ISREDIT "C ALL 'C###' 'XMMM '"         
ADDRESS ISREDIT "SAVE"                         
ADDRESS ISREDIT "END"                         

_________________
deepa
Back to top
View user's profile Send private message Send e-mail
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Thu Feb 16, 2006 5:17 am    Post subject: Reply with quote

Deepa, this post may help:

http://www.mvsforums.com/helpboards/viewtopic.php?t=5276&highlight=bdispmax
_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
German Castillo
Beginner


Joined: 23 Dec 2005
Posts: 83
Topics: 2
Location: Caracas, Venezuela

PostPosted: Thu Feb 16, 2006 8:24 am    Post subject: Reply with quote

Hello deepa12,

I ussualy end my macros with:

"BUILTIN Cancel"

As opposed to your "END", previously I do any saving if needed. Set a trace in your Exec/macro. This could probably be the reason.
_________________
Best wishes,

German Castillo
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group