cancel
Showing results for 
Search instead for 
Did you mean: 

Unicode Conversion or R3load Export step - R3szchk optimization -r option

Former Member
0 Kudos

Referring to "DB2 Optimization Techniques for SAP Database Migration and Unicode Conversion" (sg247774.pdf) in 3.2.3, there seems to be a method where you can tell R3szchk to skip evaluation of certain tables. This is implemented using -r option

I believe the command would be

R3szchk -p <output file path> -l <log file> -s DB -t <db type> <SID> <REL> -g <db type> <n> -f <string of STR files> -r <file with table and row count entered>.

NB: i got the command above generated from SAPInst and checking the log file. I just appended the "-r" option

My issue is that the contents of the file for the -r option seems to be wrong.

I specified as per the guide

<Table name> <row count>

EG:

T100 124920

I can't seem to find any information on the right way to specify the contents of the file.

Can anyone help?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think the idea behind this is to reduce the runtime by R3szchk, also this is not supported by SAPInst according to the document.

Thanks

Madhesh.