I saw you work on PeopleSoft HCM. Which company do you work at? I'm compiling a thumbnail sketch of how various Co's are using PS HCM, and which modules they use. So I'd like to talk to you or someone from HRIS at your company, if it's not already on my list. The other 193 Co's that are participating in my User exchange have found it VERY beneficial.
Thanks!
Bob Laedtke
HR Systems Consultant
Target Corporation
There is a problem in the very first line. Variables &FileDirAndName and &Archive_Dir will not be resolved if its inside the double quotes. You have to do something like this:
&cmd = "cp " | &FileDirAndName " " | &Archive_Dir;
Also, your IF stat...
Comment Wall (1 comment)
You need to be a member of PSoftPros to add comments!
Join this social network
I saw you work on PeopleSoft HCM. Which company do you work at? I'm compiling a thumbnail sketch of how various Co's are using PS HCM, and which modules they use. So I'd like to talk to you or someone from HRIS at your company, if it's not already on my list. The other 193 Co's that are participating in my User exchange have found it VERY beneficial.
Thanks!
Bob Laedtke
HR Systems Consultant
Target Corporation