Hi all,
I have one requirement is that ,i have create a new folde in a specified location from SQR then i want to send the report output to that folder.
To send report out put i will us new-report command ,but how to create a new folder from the SQR?
Does it possible in SQR I don't know
can any one help me on this
Thanks in advance
Ramya
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
You can use something like this..
Let $folder = 'C:\My_Folder'
Let $cmd = 'mkdir ' || $folder
call system using $cmd #status
/Ashar
Post new comment