View previous topic :: View next topic
|
Author |
Message |
sudheer648
New User
Joined: 23 May 2005 Posts: 97 Location: Chennai
|
|
|
|
Hi ,
I want to dig more about String Conversion Errors in PL/I.
Please do request the inputs from all of You about this topic as of your experiences teached you and inputs from any other folks.
Cheers,
Sudheer |
|
Back to top |
|
|
hsourabh
New User
Joined: 24 May 2005 Posts: 12 Location: Z?rich
|
|
|
|
Hi Sudheer,
One of the most common oncode conditions that i encountered is 612, which means that the runtime found an invalid data and tried to convert it into a char string. Whenever u r doing a GET DATA() or PUT DATA() for a char string and u pass the input wrongly(like not inside quotes or length greater than declared) u'll receive an oncode between 601 and 639 in the sysout of ur job step.
Hope this gets u a few pointers abt str conv errors...
Bye,
Sourabh |
|
Back to top |
|
|
sudheer648
New User
Joined: 23 May 2005 Posts: 97 Location: Chennai
|
|
|
|
Thanks a Lot Sourabh. |
|
Back to top |
|
|
|