Page 1 of 1

OLQBATCH

Posted: Tue Sep 13, 2011 11:49 pm
by tejorocks
Hi,
I am trying to use OLQBATCH utility and generate output by putting a query in a dataset and giving it as an input to OLQBATCH. The output is gathered in another dataset which is mentioned in syslst.
PGM=OLQBATCH
SYSLST DD DSN=outputdataset
SYSIPT DD DSN=inputdataset (contains select query).
The problem with this is the output is not exceeding 132 character length, if query results in an output greater than 132 character length then output gets truncated.
Can anyone help me out in bypassing this 132 character restriction.

Posted: Wed Sep 14, 2011 1:32 am
by DikDude
What does the documentation say about max length?

Is the output dataset pre-allocated? If yes, what happens if you allocate some other dataset with a length of say 200?

Posted: Wed Sep 14, 2011 11:34 pm
by tejorocks
Hi,
when i put the output dataset of length say 200, the output dataset automatically gets truncated to 132 when the jcl is run, i dont know how.
I tried finding the way out but could not succeed.

Posted: Wed Sep 14, 2011 11:44 pm
by DikDude
Suggest you open a contact issue with OLQBATCH (CA) support. . .

Topic deleted by Admin

Posted: Fri Jan 15, 2016 8:58 pm
by academyindia4
<< Content deleted By Admin >>