Originally posted by: karthikpc
Hi Rich,
1) Yes , we are executing in the command server via JCL
Ex: To create work files on local memory.( this gives error message as below for > 1GB files:
Write error
EDC5167I Access to the UNIX System Services version of the C RTL is denied.
EDC5167I Access to the UNIX System Services version of the C RTL is denied.
stream 2902C318, buffer 2A41A028, size 131072, sysname DD:SYSTMP03
Map execution terminated from ./mvs.c 4482
-
End of IBM Websphere Transformation Extender Execution Log for Map XML1SUB1)
//CMDLINE DD *
XML1SUB1 /I1 MAININP1 /O1 MAINOUTO /O2 MAINOTT1
/O3 MAINOTT2
/VX0D,X15 MAININP1 /VX0D,X15 MAINOUTO
/VX0D,X15 MAINOTT1 /VX0D,X15 MAINOTT2
/*
EX2: To create work files on system memory itself ( this gives hiperspace exhausted for more than 1 GB file)
//CMDLINE DD *
XML1SUB1 /I1 MAININP1 /O1 MAINOUTO /O2 MAINOTT1
/O3 MAINOTT2
/VX0D,X15 MAININP1 /VX0D,X15 MAINOUTO
/VX0D,X15 MAINOTT1 /VX0D,X15 MAINOTT2
/WH /*
2) If it's JCL, are you confident your REGION is big enough?
Answer is : Yes, we tried with REGION = 900 M / REGION = 2047M / REGION = 0M / With out REGION. But error is the same.
3) Do you have workfiles set in memory?
No. Workfile set in File. Becase of performance issues. IBM says, Work fike set in file is better interms of handling Large Files. ( we tried with Set in Memory as well. but error is the same)
4)If not, are you using VIO for workfiles?
Yes, We are using VIO for work files.
Please let me know if you need more details on this.
Regards,
Karthik
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender