$MALLOC

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
lucianopolinari
Participant
Posts: 11
Joined: Wed Apr 23, 2003 2:54 am

$MALLOC

Post by lucianopolinari »

Hello !

I'm working with DataStage on OS390 but I have a problem: all my jobs, that contains lookup or aggregator stage, end with error ABEND 0C4 during running step. This happens when COBOL program calls $MALLOC module. Why ?

Thanks a lot !
ariear
Participant
Posts: 237
Joined: Thu Dec 26, 2002 2:19 pm

Post by ariear »

Do those jobs aborts immediately or do some processing ? the lookup and agg stages probably uses real memory allocation so you'll have to supply those jobs more memory - If i remember correctly DataStage's jobcard has a default of REGION=4M
Or it's just a bug[V]
Post Reply