Answer Posted / s.v.venkata sivaprasad
reorg is a db2 use to improve the performance and any unused
pages in table space is rearange it perticul order and
release free space
//job1 job....
//step1 exec pgm=IKJEFT01
//sysin dd *
reorg db123.tb123
//
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is null indicator in cobol db2?
Can you use max on a char column?
What is dbrm?
What is the maximum number of columns in a db2 table?
What is the maximum size of a char data type in db2?
What are the various data types available in db2?
How is the value function used?
How to check sequence on a table in db2?
What is view db2?
What do you mean by between and in? Is between inclusive of specified range values?
Can we update view in db2?
What is bind in db2?
What is node in db2?
What is a db2 package?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...