Table Action Set: Syntax
Provides actions for accessing and managing data
addCaslibSubdir Action
Creates a subdirectory in an existing caslib.
| Example: | Add a Subdirectory in a Caslib |
CASL Syntax
Parameter Descriptions
name="string"
specifies the caslib to add the subdirectory to.
| Aliases | lib |
|---|---|
| caslib |
* path="string"
specifies the subdirectory to add. The path is relative to the caslib.
permission="GROUPREAD" | "GROUPWRITE" | "GROUPWRITEPUBLICREAD" | "PRIVATE" | "PUBLICREAD" | "PUBLICWRITE" | integer
specifies the host access controls for the new subdirectory. By default, the permissions are set according to the umask of the session process.
| Alias | perms |
|---|
| GROUPREAD | Read access is granted to the owning group with Read and Write access to the owner of the file or directory. |
|---|---|
| GROUPWRITE | Read and Write access are granted to the owner of the file or directory and to the owning group. |
| GROUPWRITEPUBLICREAD | Read access is granted to everyone with Read and Write access granted to the owner of the file or directory and the owning group. |
| PRIVATE | Read and Write access are granted only to the owner of the file or directory. |
| PUBLICREAD | Read access is granted to everyone with Read and Write access to the owner of the file or directory. |
| PUBLICWRITE | Read and Write access are granted to everyone. |
addCaslibSubdir Action
Creates a subdirectory in an existing caslib.
| Example: | Add a Subdirectory in a Caslib |
Lua Syntax
Parameter Descriptions
name="string"
specifies the caslib to add the subdirectory to.
| Aliases | lib |
|---|---|
| caslib |
* path="string"
specifies the subdirectory to add. The path is relative to the caslib.
permission="GROUPREAD" | "GROUPWRITE" | "GROUPWRITEPUBLICREAD" | "PRIVATE" | "PUBLICREAD" | "PUBLICWRITE" | integer
specifies the host access controls for the new subdirectory. By default, the permissions are set according to the umask of the session process.
| Alias | perms |
|---|
| GROUPREAD | Read access is granted to the owning group with Read and Write access to the owner of the file or directory. |
|---|---|
| GROUPWRITE | Read and Write access are granted to the owner of the file or directory and to the owning group. |
| GROUPWRITEPUBLICREAD | Read access is granted to everyone with Read and Write access granted to the owner of the file or directory and the owning group. |
| PRIVATE | Read and Write access are granted only to the owner of the file or directory. |
| PUBLICREAD | Read access is granted to everyone with Read and Write access to the owner of the file or directory. |
| PUBLICWRITE | Read and Write access are granted to everyone. |
addCaslibSubdir Action
Creates a subdirectory in an existing caslib.
| Example: | Add a Subdirectory in a Caslib |
Python Syntax
Parameter Descriptions
name="string"
specifies the caslib to add the subdirectory to.
| Aliases | lib |
|---|---|
| caslib |
* path="string"
specifies the subdirectory to add. The path is relative to the caslib.
permission="GROUPREAD" | "GROUPWRITE" | "GROUPWRITEPUBLICREAD" | "PRIVATE" | "PUBLICREAD" | "PUBLICWRITE" | integer
specifies the host access controls for the new subdirectory. By default, the permissions are set according to the umask of the session process.
| Alias | perms |
|---|
| GROUPREAD | Read access is granted to the owning group with Read and Write access to the owner of the file or directory. |
|---|---|
| GROUPWRITE | Read and Write access are granted to the owner of the file or directory and to the owning group. |
| GROUPWRITEPUBLICREAD | Read access is granted to everyone with Read and Write access granted to the owner of the file or directory and the owning group. |
| PRIVATE | Read and Write access are granted only to the owner of the file or directory. |
| PUBLICREAD | Read access is granted to everyone with Read and Write access to the owner of the file or directory. |
| PUBLICWRITE | Read and Write access are granted to everyone. |
addCaslibSubdir Action
Creates a subdirectory in an existing caslib.
| Example: | Add a Subdirectory in a Caslib |
R Syntax
Parameter Descriptions
name="string"
specifies the caslib to add the subdirectory to.
| Aliases | lib |
|---|---|
| caslib |
* path="string"
specifies the subdirectory to add. The path is relative to the caslib.
permission="GROUPREAD" | "GROUPWRITE" | "GROUPWRITEPUBLICREAD" | "PRIVATE" | "PUBLICREAD" | "PUBLICWRITE" | integer
specifies the host access controls for the new subdirectory. By default, the permissions are set according to the umask of the session process.
| Alias | perms |
|---|
| GROUPREAD | Read access is granted to the owning group with Read and Write access to the owner of the file or directory. |
|---|---|
| GROUPWRITE | Read and Write access are granted to the owner of the file or directory and to the owning group. |
| GROUPWRITEPUBLICREAD | Read access is granted to everyone with Read and Write access granted to the owner of the file or directory and the owning group. |
| PRIVATE | Read and Write access are granted only to the owner of the file or directory. |
| PUBLICREAD | Read access is granted to everyone with Read and Write access to the owner of the file or directory. |
| PUBLICWRITE | Read and Write access are granted to everyone. |