Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug mv_createfile #334

Open
FromSASStudioBailey opened this issue Apr 13, 2023 · 0 comments
Open

Bug mv_createfile #334

FromSASStudioBailey opened this issue Apr 13, 2023 · 0 comments

Comments

@FromSASStudioBailey
Copy link

Viya Version = Stable 2023.02, from a SAS Studio window I ran the code below. End goal to copy the file Define_Core.sas from one Viya file service folder to another. When I run the code below I get the attached log called Log For Allan.txt error.

filename mc url point at sasjs core;
%inc mc;

filename sendfrom filesrvc folderpath='/Public/OverTheShoulder_
LOG FOR ALLAN.TXT
SAS_Studio/SendTo_OTS_Build_GLM_Template' filename='Define_Core.sas';

OPTIONS MERROR SYMBOLGEN MLOGIC MPRINT;

%mv_createfile(path=/Users/sasuser1/My Folder/Junk Test,name=Define_Core.sas,inref=sendfrom,mdebug=1) ;

filename sendfrom clear;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant