2008 Mar 12 11:31 AM
Hi,
Is there any fm that will run in background and delete a file at the application server. Application server being on unix.
Thanks
Harikrishna.
Hi,
Is there any fm that will run in background and delete a file at the application server. Application server being on unix.
Thanks
Harikrishna.
2008 Mar 12 11:33 AM
NO FM IS AVAILABLE,
USE OPEN DATASET AND DELETE THAT FILE IN INPUT MODE.
REWARD POINTS,
KUMAR
2008 Mar 12 11:34 AM
2008 Mar 12 11:48 AM
Try
DELETE DATASET dset.
Effect
This statement deletes the file specified in dset. dset is expected to be a character-type data object that contains the platform-specific name of the file. The file can be opened or closed.
Also check the below FMs
FMCT_DELETE_UNIXFILE
ISH_N2_DELETE_FILE_APP_SERVER
Hope this helps.
Thanks,
Balaji
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |