copyToDS

fun copyToDS(filePath: String, dsn: String, replace: Boolean): Response<*>

Copies USS file to sequential dataset

Return

http response object

Parameters

filePath

path of the file or directory (e.g. u/jiahj/text.txt)

dsn

dataset where to copy the file

replace

if true information in the target dataset will be replaced

Throws

error processing request