Page 1 of 1

Number to update the value in DB2 table.

PostPosted: Tue Jun 22, 2010 9:08 pm
by guru_vadiraja
Hi,

The input file we are reading, in that we have numbers.. That numbers i need to update to one of the column in DB2 table. The column is defined as integer. Could you please guide us how to write the JCL to update the DB2 table.

Num1 variable with defined as number with 8 digits.
colum1 column with defined as integer with 8 digits.

Thanks

Re: Number to update the value in DB2 table.

PostPosted: Tue Jun 22, 2010 11:20 pm
by dick scherrer
Hello and welcome to the forum,

JCL will not do this. . . JCL executes programs. . .

Which program do you intend to use to update the table? Do you have some utility that is used on your system or will you write a program to do this?