I have a situation where I need to create a catalog of items that I sell. I have a key field in a record that refers to an image file. I need to renumber the key field and in turn rename the image. I can do the MF COBOL program to rename the key field but is there a way from the COBOL program to rename the image file.
An example -
Key field is "1" the image is "1.mpg".
I want to rename the key field "3" and rename the image "3.mpg".
Any help would be appreciated.
An example -
Key field is "1" the image is "1.mpg".
I want to rename the key field "3" and rename the image "3.mpg".
Any help would be appreciated.