Hi,
I have a question regarding cobol string function NATIONAL-OF and DISPLAY-OF giving error while using strings which are of PIC X(4000000) size. My requirement is to convert a string having PIC x(4000000) into unicode format.
MOVE FUNCTION DISPLAY-OF (FUNCTION NATIONAL-OF
(WSV-MQ-DUMMY1(1:WSV-MESSAGE-LEN) , 500) , 1208)
The above is working for X(1000000) .
The error while using X(4000000) :
CEE0813S Insufficient storage was available to satisfy a get storage (CEECZST) request.
The traceback information could not be determined.
<> LEAID ENTERED (LEVEL 06/15/2011 AT 18.20)
<> LEAID PROCESSING COMPLETE. RC=0
How do I resolve this ?
Thanks,
Navya