Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 SAS 数据集中有一个字段,其中包含自午夜以来的秒数。例如:
34204.050479
我可以使用 SAS 转换这个数字,format time10.这给了我以下信息:
format time10.
9:30:04
我希望有比简单的小时、分钟和秒更高的精度。我可以在 SAS 中获得以下内容:
9:30:04:ms
哪里ms代表毫秒?
ms
感谢 Dirk Nachbar,答案是将时间格式化为time12.3
time12.3