diff --git a/all.sas b/all.sas index dc10711..663e94e 100644 --- a/all.sas +++ b/all.sas @@ -12573,7 +12573,7 @@ filename &fname3 clear; %mv_getjoblog(uri=&uri,outref=mylog) - This macro is used by the mv_jobwaitfor macro, which is generally a more + This macro is used by the mv_jobwaitfor.sas macro, which is generally a more convenient way to wait for the job to finish before fetching the log. diff --git a/viya/mv_getjoblog.sas b/viya/mv_getjoblog.sas index 7a558f7..de641a5 100644 --- a/viya/mv_getjoblog.sas +++ b/viya/mv_getjoblog.sas @@ -49,7 +49,7 @@ %mv_getjoblog(uri=&uri,outref=mylog) - This macro is used by the mv_jobwaitfor macro, which is generally a more + This macro is used by the mv_jobwaitfor.sas macro, which is generally a more convenient way to wait for the job to finish before fetching the log.