Hello Gurus,
The following syntax is used in 4.7 system.
describe field pdf_data length v_length in byte mode.
Now I have to rewrite the code in 4,.6C. But above syntax is not supported in 4.6c.
So, if I change the above statement to below, will that make any difference ?
describe field pdf_data length v_length.
Regards,
Jainam.