Specifies the end observation number in a user-defined range of observations to be processed.
Valid in: | SELECT statement |
Category: | Observation Control |
Restriction: | Use with input data sets only |
Interaction: | Use in conjunction with STARTOBS= table option |
Data source: | SPD Engine data set, SPD Server table |
select * from spdslib.table1(startobs=3 endobs=4);