If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am trying to Load S99 cobol variable from a file into Db2 table with integer column.
But my load JCL fails since i specify the position (1:2) Integer External for this varable.I cannot change these positions to (1:4).Is there any alternative?.
How that variable defined in table? Is it a smallint, int or decimal? The load card would be based on your table definitions. BTW, what error you receive during load?