Displaying 2 results from an estimated 2 matches for "_cant_".
Did you mean:
_can_
2004 Nov 23
1
File Creation Error on an SMB Volume
...new.txt: Input/output error
>
> also:
> obelix nc4smb # cp /tmp/cptofile.txt /mnt/nc4smb/
> cp: cannot create regular file `/mnt/nc4smb/cptofile.txt': Input/output
> error
>
>
> So you see the problem.
> Can mount, can read can write to an existing file.
> But _Cant_ create a file.
> By the way: On the Helios Ethershare Server i did:
> chmod -R 777 /data/MIB_Pat_01 (which is the smb share)
> but the ls -al on obelix shows "-rwxr--r--"
>
> further Infos:
> obelix nc4smb # uname -a
> Linux obelix 2.6.9-gentoo-r1 #1 SMP Wed Nov 3 1...
2009 Dec 03
4
Data Manipulation Question
Can R support data manipulation programming that is available in the SAS datastep? Specifically, can R support the following:
- Read multiple dataset one record at a time and compare values from each; then base on if-then logic write to multiple output files
- Load a lookup table and then process a different file; based on if-then logic, access and lookup values in the table