Problem Note 70404: PROC SCAPROC inserts an additional forward slash (/) in path names in JOBSPLIT information when executed on UNIX systems
An extra forward slash (/) is added in the path name of an external file in the JOBSPLIT information when you run the SCAPROC procedure on UNIX systems. For example, you encounter the job when you run code similar to the following on UNIX systems:
proc scaproc;
record '$HOME/results.txt';
run;
This code returns the following in the JOBSPLIT information:
/* JOBSPLIT: FILE INPUT /home/demo//test.xlsx.bak */
/* JOBSPLIT: FILE OUTPUT /home/demo//test.xlsx */
Currently, there is no workaround.
A hot fix planned for this issue.
Operating System and Release Information
SAS System | N/A | 64-bit Enabled AIX | 9.4 TS1M7 | |
64-bit Enabled Solaris | 9.4 TS1M7 | |
HP-UX IPF | 9.4 TS1M7 | |
Linux for x64 | 9.4 TS1M7 | |
Solaris for x64 | 9.4 TS1M7 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Topic: | SAS Reference ==> Procedures ==> SCAPROC
|
Date Modified: | 2023-09-21 07:36:46 |
Date Created: | 2023-09-20 08:49:30 |