On Wed, 15 Dec 2021 06:26:38 +0800, ibmmain wrote: > > We want to handle a big file (about 5,000,000 records in it) by REXX. We >also compile the Rexx PGM by REXXCOMP > Show (enough of) your code so that readers can understand the logic.
Are you attempting to read the entire file with EXECIO (STACK or EXECIO (STEM? What are the attributes of your file? >---------------------------------------------------- > >//COMPILE EXEP PGR=REXXCOMP,PARM=��ALT SL COND TRACE�� >//SYSIN DD DSN=yourlib.SYSEXEC(REXXIN),DISP=SHR >//SYSCEXEC DD DSN=yourlib.SYSEXEC(REXXOUT),DISP=SHR >------------------------------------------------------------------- > After we submitted the JCL using the REXXOUT with REGION=0M, >We got the following message: > >EAGREX0500E Error 5 . Machine storage exhausted or request exceeds the limit. > >Our questions: >1 Could REXX handle more than 5,000,000 records files? >2 Is there any way to solve this issue?' > >Any suggestions would be greatly appreciated! -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
