SAS Packages Framework, version 20260710

SAS Packages Framework, version `20260710`

Changes:

- Code cleanup
This commit is contained in:
Bart Jablonski
2026-07-10 11:05:38 +02:00
parent 3ca1cae526
commit 8102ab5513
25 changed files with 358 additions and 358 deletions
+6 -6
View File
@@ -32,8 +32,8 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
/**#############################################################################**/
*/
/**############################################################################**/
/*** HELP START ***/
/* SPF (SAS Packages Framework) is a set of macros:
@@ -43,7 +43,7 @@
- to unload, or
- to generate SAS packages.
SAS Packages Framework, version 20260617.
SAS Packages Framework, version 20260710.
See examples below.
A SAS package is a zip file containing a group of files
@@ -79,7 +79,7 @@ Contributors:
,psMAX=MAX /* pageSise in case executed inside DoSubL() */
,ods= /* a data set for results, e.g., work.relocatePackageReport */
)
/ des = 'Utility macro that locally Copies or Moves Packages, version 20260617. Run %relocatePackage(HELP) for help info.'
/ des = 'Utility macro that locally Copies or Moves Packages, version 20260710. Run %relocatePackage(HELP) for help info.'
secure
minoperator
;
@@ -97,7 +97,7 @@ Contributors:
%put ### This is short help information for the `relocatePackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *locally copy or move* (relocate) SAS packages, version `20260617` #;
%put # Macro to *locally copy or move* (relocate) SAS packages, version `20260710` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -681,7 +681,7 @@ Contributors:
run;
/* restore optionos */
/* restore options */
options ls = &ls_tmp. ps = &ps_tmp.
&notes_tmp. &source_tmp.
&stimer_tmp. &fullstimer_tmp.