mirror of
https://github.com/sasjs/core.git
synced 2026-01-08 01:50:05 +00:00
chore(docs): updated label
This commit is contained in:
8
all.sas
8
all.sas
@@ -8831,7 +8831,7 @@ options
|
|||||||
%end;
|
%end;
|
||||||
));
|
));
|
||||||
%do i=1 %to &numcols;
|
%do i=1 %to &numcols;
|
||||||
/* all vars are now char, and labels could be up to 32767 */
|
/* formatted values can be up to length 32767 */
|
||||||
length &&name&i $32767;
|
length &&name&i $32767;
|
||||||
%if &&typelong&i=num %then %do;
|
%if &&typelong&i=num %then %do;
|
||||||
&&name&i=left(put(&&newname&i,&&fmt&i));
|
&&name&i=left(put(&&newname&i,&&fmt&i));
|
||||||
@@ -15247,7 +15247,7 @@ data _null_;
|
|||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
put ' )); ';
|
put ' )); ';
|
||||||
put ' %do i=1 %to &numcols; ';
|
put ' %do i=1 %to &numcols; ';
|
||||||
put ' /* all vars are now char, and labels could be up to 32767 */ ';
|
put ' /* formatted values can be up to length 32767 */ ';
|
||||||
put ' length &&name&i $32767; ';
|
put ' length &&name&i $32767; ';
|
||||||
put ' %if &&typelong&i=num %then %do; ';
|
put ' %if &&typelong&i=num %then %do; ';
|
||||||
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
||||||
@@ -20046,7 +20046,7 @@ data _null_;
|
|||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
put ' )); ';
|
put ' )); ';
|
||||||
put ' %do i=1 %to &numcols; ';
|
put ' %do i=1 %to &numcols; ';
|
||||||
put ' /* all vars are now char, and labels could be up to 32767 */ ';
|
put ' /* formatted values can be up to length 32767 */ ';
|
||||||
put ' length &&name&i $32767; ';
|
put ' length &&name&i $32767; ';
|
||||||
put ' %if &&typelong&i=num %then %do; ';
|
put ' %if &&typelong&i=num %then %do; ';
|
||||||
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
||||||
@@ -22424,7 +22424,7 @@ data _null_;
|
|||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
put ' )); ';
|
put ' )); ';
|
||||||
put ' %do i=1 %to &numcols; ';
|
put ' %do i=1 %to &numcols; ';
|
||||||
put ' /* all vars are now char, and labels could be up to 32767 */ ';
|
put ' /* formatted values can be up to length 32767 */ ';
|
||||||
put ' length &&name&i $32767; ';
|
put ' length &&name&i $32767; ';
|
||||||
put ' %if &&typelong&i=num %then %do; ';
|
put ' %if &&typelong&i=num %then %do; ';
|
||||||
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
||||||
|
|||||||
@@ -191,7 +191,7 @@
|
|||||||
%end;
|
%end;
|
||||||
));
|
));
|
||||||
%do i=1 %to &numcols;
|
%do i=1 %to &numcols;
|
||||||
/* all vars are now char, and labels could be up to 32767 */
|
/* formatted values can be up to length 32767 */
|
||||||
length &&name&i $32767;
|
length &&name&i $32767;
|
||||||
%if &&typelong&i=num %then %do;
|
%if &&typelong&i=num %then %do;
|
||||||
&&name&i=left(put(&&newname&i,&&fmt&i));
|
&&name&i=left(put(&&newname&i,&&fmt&i));
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ data _null_;
|
|||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
put ' )); ';
|
put ' )); ';
|
||||||
put ' %do i=1 %to &numcols; ';
|
put ' %do i=1 %to &numcols; ';
|
||||||
put ' /* all vars are now char, and labels could be up to 32767 */ ';
|
put ' /* formatted values can be up to length 32767 */ ';
|
||||||
put ' length &&name&i $32767; ';
|
put ' length &&name&i $32767; ';
|
||||||
put ' %if &&typelong&i=num %then %do; ';
|
put ' %if &&typelong&i=num %then %do; ';
|
||||||
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ data _null_;
|
|||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
put ' )); ';
|
put ' )); ';
|
||||||
put ' %do i=1 %to &numcols; ';
|
put ' %do i=1 %to &numcols; ';
|
||||||
put ' /* all vars are now char, and labels could be up to 32767 */ ';
|
put ' /* formatted values can be up to length 32767 */ ';
|
||||||
put ' length &&name&i $32767; ';
|
put ' length &&name&i $32767; ';
|
||||||
put ' %if &&typelong&i=num %then %do; ';
|
put ' %if &&typelong&i=num %then %do; ';
|
||||||
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
||||||
|
|||||||
@@ -357,7 +357,7 @@ data _null_;
|
|||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
put ' )); ';
|
put ' )); ';
|
||||||
put ' %do i=1 %to &numcols; ';
|
put ' %do i=1 %to &numcols; ';
|
||||||
put ' /* all vars are now char, and labels could be up to 32767 */ ';
|
put ' /* formatted values can be up to length 32767 */ ';
|
||||||
put ' length &&name&i $32767; ';
|
put ' length &&name&i $32767; ';
|
||||||
put ' %if &&typelong&i=num %then %do; ';
|
put ' %if &&typelong&i=num %then %do; ';
|
||||||
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
put ' &&name&i=left(put(&&newname&i,&&fmt&i)); ';
|
||||||
|
|||||||
Reference in New Issue
Block a user