Hi all,
I am trying to execute a insert query in a JCL using IKJEFT01. One of the columns to be inserted is of picture clause CHAR(80). But when I execute the query only first 72 characters in the file are considered and the query fails.
Is there any way to overcome this situation?
P.S I need to execute this query using insert statement alone. I cannot use anything else.
thanks.