Re: EDC5132I Not enough memory

2019-01-22 Thread Bulent Dulger
Hi Munif,

Have you ever tried to give ASSIZEMAX for the user getting the error? Here is a 
RACF definition to use it. 

altuser user_id omvs(assizemax(2147483647))

ASSizeMax
The address-space-size that you define is a numeric value 10 485 760 - 2 147 
483 647. The value that is specified overrides any value that is provided by 
the MAXASSIZE parameter of BPXPRMxx. If the system value is adequate, you must 
leave this field blank.

Saygılarımla / Best Regards

Bülent Dülger
Mainframe IT Architect - CoFounder

ServiZ Information Technologies Inc.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Munif Sadek
Sent: Tuesday, January 22, 2019 4:35 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: EDC5132I Not enough memory

One of the Unix spawned task is flooding logs with EDC5132I Not enough memory. 
(errno2=0x7665) (132)

I have checked spawned task owner (User ID) and it has maximum RACF OMVS 
segment allocations and also Spawned task is running with region=0M. D OMVS,O 
also does not point to any resource constraints.

BPXMTEXT 7665
TCPIP   
JROK: The return code value describes the error 

Action: Refer to the return code for information on the error.  
***   

Do not know how to fix this problem. Any hints, Please.

regards
Munif.   

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Netview Submit JCL

2018-05-12 Thread Bulent Dulger
Hello Venkart,

You should actually be able to do that. User submitting that jcl needs to 
submit jcl and some TSO authorizations. Have you given right permission for 
that user? If not, please give them and try again? You can take help from your 
security administrators for them.

Best Regards

Bülent Dülger
Mainframe IT Specialist

ServiZ Information Technologies Inc.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of venkat kulkarni
Sent: Saturday, May 12, 2018 17:47
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Netview Submit JCL

Hello Group,

We have requirement to trigger one Job upon receiving one msg id  like
below in


netview automation table.


IF MSGID = 'IEF404I'  THEN

 EXEC(CMD('FDIREXX')) NETLOG(Y) SYSLOG(Y);


in CNMCLST, we have FDIREXX member as below.

sss

BROWSENETVIEW.CNMCLST(FDIREXX) - 01.08

* Top of Data **

/*  REXX */

 ADDRESS TSO

 SUBMIT 'USR1.REXX.CNTL(REXXJCL)'

 Bottom of Data

On this event trigger,I am getting below error message in netview log


13:35:50 - CNM493I DSITBL01 : #241 : FDIREXX

13:35:50 E IEF404I USR1LC - ENDED - TIME=13.35.50

13:35:50 C  3 *-* SUBMIT 'USR1.REXX.CNTL(REXXJCL)'

13:35:50 C+++ RC(-3) +++

13:35:57 C BR NETLOGA


and JCL as below.

  USR1.REXX.CNTL(REXXJCL) - 01.04

* Top of Data **

//USRSYS JOB (660),VENKAT,CLASS=A,NOTIFY=

//STEP010  EXEC PGM=IKJEFT01,REGION=0M

//SYSEXEC  DD DSN=USR1.REXX.CNTL,DISP=SHR

//SYSTSPRT DD SYSOUT=*

//SYSTSIN  DD *

 %SAMPLE


and rexx as below

 USR1.REXX.CNTL(SAMPLE) - 01.01

* Top of Dat

/*  REXX */

 SAY 'HELLO WORLD!'

 Bottom of D


I am not sure, where I made any mistake in this process.

Can you please help.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN