|
View previous topic :: View next topic
|
| Author |
Message |
husni1972
New User
Joined: 30 Jan 2006 Posts: 1 Location: Brazil
|
|
|
|
658/5000
We have installed here IBM Enterprise COBOL for z / OS 6.1.0
and I'm trying to use the JSON GENERATE command. I can compile but in the command call the process goes into looping and the conversion is not performed.
Has anyone done anything like this?
DISPLAY 'JSON ......:' CPF '/' NAME
JSON GENERATE JTEXT FROM REQUEST COUNT IN IDX
ON EXCEPTION
DISPLAY 'JSON ERROR:' JSON-CODE
STOP RUN
NOT ON EXCEPTION
DISPLAY 'CAME HERE -' JTEXT
DISPLAY FUNCTION DISPLAY-OF (JTEXT (1: IDX))
STOP RUN
END-JSON
DISPLAY 'JSON ......:' JTEXT |
|
| Back to top |
|
 |
enrico-sorichetti
Superior Member

Joined: 14 Mar 2007 Posts: 10903 Location: italy
|
|
|
|
there might be gazillions of reasons why Your program fails
unfortunately the information given is not enough to start thinking about helping You |
|
| Back to top |
|
 |
|
|