chroma/lexers/testdata/sas.expected
2025-03-22 20:46:00 +13:00

29 lines
1.3 KiB
Text

[
{"type":"Text","value":"ods listing close"},
{"type":"KeywordReserved","value":";\nproc reg "},
{"type":"Text","value":"data=work"},
{"type":"LiteralNumber","value":"."},
{"type":"Text","value":"funda edf outest=work"},
{"type":"LiteralNumber","value":"."},
{"type":"Text","value":"params;\n "},
{"type":"Comment","value":"/* industry-year regression */"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"by"},
{"type":"Text","value":" fyear sic2;\n "},
{"type":"Comment","value":"/* id is necessary for later matching Jackknifed coefficients to firm-year */"},
{"type":"Text","value":"\n id "},
{"type":"Keyword","value":"key"},
{"type":"Text","value":";\n "},
{"type":"Comment","value":"/* Jones Model */"},
{"type":"Text","value":"\n Jones: model tac = inv_at_l drev ppe / noint influence i;\n "},
{"type":"Comment","value":"/* Kothari Model with ROA */"},
{"type":"Text","value":"\n Kothari: model tac = inv_at_l drevadj ppe roa / noint influence i;\n ods "},
{"type":"Keyword","value":"output"},
{"type":"Text","value":" OutputStatistics=work"},
{"type":"LiteralNumber","value":"."},
{"type":"Text","value":"outstats InvXPX=work"},
{"type":"LiteralNumber","value":"."},
{"type":"Text","value":"xpxinv"},
{"type":"KeywordReserved","value":";\nrun;"},
{"type":"Text","value":"\nods listing;"}
]