A00-420 無料問題集「SASInstitute SAS Viya Intermediate Programming」
Given an array cars with an unknown number of elements, use a CASL function to complete the following program segment to complete the DO loop:
do i=1 to _________
;
print cars[i];
end;
do i=1 to _________
;
print cars[i];
end;
正解:
dim(cars)