FOTS2050 xrealloc: out of memory

Discussion of the COZBATCH utility for z/OS
Post Reply
TSGHOS
Posts: 20
Joined: Fri Oct 15, 2010 8:55 am

FOTS2050 xrealloc: out of memory

Post by TSGHOS »

Hello,

User attempting to transfer file results in :(cut/paste)


FOTS2050 xrealloc: out of memory

CoZBatchÝN¨: Copyright (C) 2005-2009 Dovetailed Technologies LLC. All rights res
CoZBatchÝN¨: version 1.7.2 2010-07-23
CoZBatchÝI¨: executing progname=login-shell="-/bin/sh"
Co:Z cozsftp version: 1.7.2 (5.0p1) 2010-07-23
Copyright (C) Dovetailed Technologies, LLC. 2008. All rights reserved.

********************************************************************************
* *
* The Computer Misuse Act 1990 *
* *
* *
* You will commit a criminal offence if you act outside your authority in *
* relation to ANY Santander UK computer, or you gain, or attempt to gain *
* unauthorised access to ANY computer material. *
* *
* You may be fined, imprisoned or both. *
* *
* If you are acting outside your authority, DO NOT PROCEED FURTHER. *
* *
********************************************************************************

Press < Cntrl - d > to abort login

fromdsn(PASSDEF.UNIX.CRD2DFTP(DEVT))ÝN¨: 1 records/80 bytes read; 18 bytes writt
ZosDatasetÝI¨: Opening dataset DEA.JI.DW.JICRPERC.SORT01.D110921 for read with o
FOTS2050 xrealloc: out of memory (new_size 1343488 bytes)


OUR SSH PROC is as follows :

//SSHD PROC
//*********************************************************************
//* *
//*********************************************************************
//SSHD EXEC PGM=BPXBATCH,REGION=0M,TIME=NOLIMIT,
// PARM='PGM /bin/sh -c /etc/ssh/sshd.sh'
//* STDIN and STDOUT are both defaulted to /dev/null
//STDERR DD PATH='/tmp/sshd.stderr',
// PATHOPTS=(OWRONLY,OCREAT,OAPPEND),PATHMODE=(SIRWXU)

I have read that this issue can be overcome by setting the variable CEE)RUNOPTS="HEAP(,,,FREE)". or

HEAP(12M,1M

Can i do this via the batch job or amend the ssh proc ?

If so,can you give me an example,please.

Thanking you in advance.

Hanif Osman
TSGHOS
Posts: 20
Joined: Fri Oct 15, 2010 8:55 am

Re: FOTS2050 xrealloc: out of memory

Post by TSGHOS »

Hello,

Please ignore the query,user did not have REGION=0M coded,once tthis was,it all worked.

Thanks.
Post Reply