Changes to copy command?
Posted: Fri Aug 20, 2021 9:45 am
I could be crazy but I feel like I have been having trouble with the copy command in my routines that used to work as expected. Have you guys been doing any work on the copy command in recent updates?
This example below was asking a lot of the copy command but I am pretty sure it used to work. It took the series with a 534 suffix (India) and gave them an INR prefix, while copying from one workfile to to another.
copy(o) annual\*534 IFS_New::annual\INR*
Now it seems to be replacing the 534 suffix with the INR suffix (but not making it a prefix as before).
So now I am doing it in a loop and string manipulation to get the rename commands to work as intended. That works but I am wondering if I need to test all my other routines to see if there are other problems.
Am I crazy? Or should I spend some time verifying that all my copy commands are working as they have in the past?
This example below was asking a lot of the copy command but I am pretty sure it used to work. It took the series with a 534 suffix (India) and gave them an INR prefix, while copying from one workfile to to another.
copy(o) annual\*534 IFS_New::annual\INR*
Now it seems to be replacing the 534 suffix with the INR suffix (but not making it a prefix as before).
So now I am doing it in a loop and string manipulation to get the rename commands to work as intended. That works but I am wondering if I need to test all my other routines to see if there are other problems.
Am I crazy? Or should I spend some time verifying that all my copy commands are working as they have in the past?