Command Reference : Matrix Language Reference
  
 
@first
Syntax: @first(o)
Argument: vector or series, o
Return: scalar
Returns a vector containing the first non-missing values of the series or vector. The series version uses the current workfile sample. Example:
scalar s1 = @first(ser1)
See also @ifirst, @cfirst.