Skip to content

Commit e242d1f

Browse files
authored
chore: update syntax data 2025.07 (#1561)
1 parent 414538b commit e242d1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-30
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"ACCELERATOR","statements":[{"name":"PROC ACCELERATOR","description":"Starts or stops a continuous session, or publishes, runs, or deletes a model in a data source.","help":"PROC ACCELERATOR required-argument;\n\tSTARTSESSION required-argument<optional-argument>;\n\tSTOPSESSION ;\n\tPUBLISHMODEL required-arguments<optional-arguments>;\n\tRUNMODEL required-arguments<optional-argument>;\n\tDELETEMODEL required-argument;","arguments":[{"name":"LIBRARY=","description":"specifies the name of the SAS library where the model is run.","help":"LIBRARY=*libref*","type":"dataSet","supportSiteTargetFragment":"n1fs0g11q3w3jgn1sq3vtumu8nfo"}],"supportSiteTargetFile":"n0js6npg70fe45n1q1dvx39s1p9s.htm"},{"name":"STARTSESSION","description":"Starts the SAS Embedded Process continuous session.","help":"STARTSESSION PLATFORMENDPOINT=\"*rest-url*\"&lt;*optional-argument*&gt;;","arguments":[{"name":"PLATFORMENDPOINT=","description":"specifies the URL that is used to submit execution requests over a REST interface to services such as Databricks execution context.","help":"PLATFORMENDPOINT=\"*rest-url*\"","type":"value","supportSiteTargetFragment":"n09dwmb6npe90sn1ugpvte03cxh2"},{"name":"TRACE","optional":true,"description":"specifies whether the SAS Embedded Process runs with traces.","type":"standalone","supportSiteTargetFragment":"n1i88nw8bzpjamn1mav54da04g3b"}],"supportSiteTargetFile":"n1rqrbrw30nz14n15f52w402mx50.htm"},{"name":"STOPSESSION","description":"Stops the SAS Embedded Process continuous session.","help":"STOPSESSION ;","supportSiteTargetFile":"p10ilp8mnvng54n1vxghfgri4js0.htm"},{"name":"PUBLISHMODEL","description":"Publishes a model to a data source.","help":"PUBLISHMODEL MODELTABLENAME=\"*fully-qualified-table-name*\"PROGRAMFILE=\"*file-path*\"&lt;*publishmodel-optional-arguments*&gt;;","arguments":[{"name":"MODELTABLENAME=","description":"specifies the name of the table to which the model is published.","help":"MODELTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"n1hi1kvcs483ddn115p5ub3txwkn"},{"name":"PROGRAMFILE=","description":"specifies the file that contains the model program to be published.","help":"PROGRAMFILE=\"*file-path*\" | *fileref*","type":"choice","arguments":[{"name":"\"file-path\"","placeholder":true,"type":"value"},{"name":"fileref","placeholder":true,"type":"value"}],"supportSiteTargetFragment":"n1uqf8j0g4eap0n110z9me4hiy51"},{"name":"FORMATSFILE=","optional":true,"description":"specifies the file that contains the user-defined format XML definition to be published.","help":"FORMATSFILE=\"*file-path*\" | *fileref*","type":"choice","arguments":[{"name":"\"file-path\"","placeholder":true,"type":"value"},{"name":"fileref","placeholder":true,"type":"value"}],"supportSiteTargetFragment":"n1kgwd1z7h1k26n16n35b4og615p"},{"name":"MODELTYPE=","optional":true,"description":"specifies the type of the input model program.","help":"MODELTYPE=DATASTEP | DS2","type":"choice","arguments":[{"name":"DATASTEP","description":"specifies that the input model program is DATA step code.","type":"standalone","supportSiteTargetFragment":"p00n77zlebk501n1vngmmqr8ub3r"},{"name":"DS2","description":"specifies that the input model program is DS2 code.","type":"standalone","supportSiteTargetFragment":"n0dwrh5rj6nmkrn1bq7krweas82s"}],"supportSiteTargetFragment":"p073arbxk20lj1n1w8kry1svr3b1"},{"name":"STOREFILES=","optional":true,"description":"specifies a list of analytic store .sasast files, one for each analytic store to be published.","help":"STOREFILES=(\"file-path-1\" | fileref-1\n <,\"file-path-2” | fileref-2, ...>)","type":"standaloneOrValue","arguments":[{"name":"\"file-path-1\"","placeholder":true,"type":"value"},{"name":"fileref-1","placeholder":true,"type":"value"}],"supportSiteTargetFragment":"n18fj4u3f4tdnen1dqtyp5edgxfb"},{"name":"VARSFILE=","optional":true,"description":"specifies the file that contains the variable metadata XML to be used during translation of an input DATA step model program to DS2.","help":"VARSFILE=\"*file-path*\" | *fileref*","type":"choice","arguments":[{"name":"\"file-path\"","placeholder":true,"type":"value"},{"name":"fileref","placeholder":true,"type":"value"}],"supportSiteTargetFragment":"p1u9jxto941q4wn1lbqiv9trfp9x"}],"supportSiteTargetFile":"n1k7vek637cpdan1ayuems5xn35k.htm"},{"name":"RUNMODEL","description":"Runs a model in a data source.","help":"RUNMODEL INPUTTABLENAME=\"*fully-qualified-table-name*\"MODELTABLENAME=\"*fully-qualified-table-name*\"OUTPUTTABLENAME=\"*fully-qualified-table-name*\";","arguments":[{"name":"INPUTTABLENAME=","description":"specifies the name of the input table.","help":"INPUTTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"n10s0t33p44knsn146aazujhhmnm"},{"name":"MODELTABLENAME=","description":"specifies the name of the table to which the model is published.","help":"MODELTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"n1hi1kvcs483ddn115p5ub3txwkna"},{"name":"OUTPUTTABLENAME=","description":"specifies the name of the output table.","help":"OUTPUTTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"p16qcc9ualonogn1i6cflx0ni0sf"},{"name":"KEEPLISTCOLUMNS=","optional":true,"description":"specifies the name of one or more columns to keep in the output data.","help":"KEEPLISTCOLUMNS=(\"*column-1*\"&lt; ...\"*column-n*\"&gt;)","type":"value","supportSiteTargetFragment":"p1p2v0w8dc6wsnn1m3f8gotul4r3"}],"supportSiteTargetFile":"n132uzv0hbo3uhn1mgfi51w6yop0.htm"},{"name":"DELETEMODEL","description":"Deletes a model from a data source.","help":"DELETEMODEL MODELTABLENAME=*fully-qualified-table-name*;","arguments":[{"name":"MODELTABLENAME=","description":"specifies the name of the table to which the model is published.","help":"MODELTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"n1hi1kvcs483ddn115p5ub3txwknb"}],"supportSiteTargetFile":"n1jtrrt5eblgann1p8irpm4eexik.htm"}],"supportSiteInformation":{"docsetId":"indbug","docsetVersion":"v_002","docsetTargetFile":"p075d67o2ctrz5n1akufft6y1ob9.htm"}}
1+
{"name":"ACCELERATOR","statements":[{"name":"PROC ACCELERATOR","description":"Starts or stops a continuous session, or publishes, runs, or deletes a model in a data source.","help":"PROC ACCELERATOR required-argument;\n\tSTARTSESSION required-argument<optional-argument>;\n\tSTOPSESSION ;\n\tPUBLISHMODEL required-arguments<optional-arguments>;\n\tRUNMODEL required-arguments<optional-argument>;\n\tDELETEMODEL required-argument;","arguments":[{"name":"LIBRARY=","description":"specifies the name of the SAS library where the model is run.","help":"LIBRARY=*libref*","type":"dataSet","supportSiteTargetFragment":"n1fs0g11q3w3jgn1sq3vtumu8nfo"}],"supportSiteTargetFile":"n0js6npg70fe45n1q1dvx39s1p9s.htm"},{"name":"STARTSESSION","description":"Starts the SAS Embedded Process continuous session.","help":"STARTSESSION PLATFORMENDPOINT=\"*rest-url*\"&lt;*optional-argument*&gt;;","arguments":[{"name":"PLATFORMENDPOINT=","description":"specifies the URL that is used to submit execution requests over a REST interface to services such as Databricks execution context.","help":"PLATFORMENDPOINT=\"*rest-url*\"","type":"value","supportSiteTargetFragment":"n09dwmb6npe90sn1ugpvte03cxh2"},{"name":"TRACE","optional":true,"description":"specifies whether the SAS Embedded Process runs with traces.","type":"standalone","supportSiteTargetFragment":"n1i88nw8bzpjamn1mav54da04g3b"}],"supportSiteTargetFile":"n1rqrbrw30nz14n15f52w402mx50.htm"},{"name":"STOPSESSION","description":"Stops the SAS Embedded Process continuous session.","help":"STOPSESSION ;","supportSiteTargetFile":"p10ilp8mnvng54n1vxghfgri4js0.htm"},{"name":"PUBLISHMODEL","description":"Publishes a model to a data source.","help":"PUBLISHMODEL \n\tMODELTABLENAME=\"fully-qualified-table-name\" \n\tMODELTYPE=DATASTEP | DS2\n \n\tSTOREFILES=file-specification | PROGRAMFILE=file-specification\n\n\t\n VARSFILE=file-path\n\n\t\n <publishmodel-optional-arguments>;","arguments":[{"name":"MODELTABLENAME=","description":"specifies the name of the table to which the model is published.","help":"MODELTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"n1hi1kvcs483ddn115p5ub3txwkn"},{"name":"MODELTYPE=","description":"specifies the type of the input model program.","help":"MODELTYPE=DATASTEP | DS2","type":"choice","arguments":[{"name":"DATASTEP","description":"specifies that the input model program is DATA step code.","type":"standalone","supportSiteTargetFragment":"p00n77zlebk501n1vngmmqr8ub3r"},{"name":"DS2","description":"specifies that the input model program is DS2 code.","type":"standalone","supportSiteTargetFragment":"n0dwrh5rj6nmkrn1bq7krweas82s"}],"supportSiteTargetFragment":"p073arbxk20lj1n1w8kry1svr3b1"},{"name":"STOREFILES=","description":"specifies a list of analytic store .sasast files, one for each analytic store to be published.","help":"STOREFILES=(\"file-path-1\" | fileref-1\n <,\"file-path-2” | fileref-2, ...>)","type":"standaloneOrValue","arguments":[{"name":"\"file-path-1\"","placeholder":true,"type":"value"},{"name":"fileref-1","placeholder":true,"type":"value"}],"supportSiteTargetFragment":"n18fj4u3f4tdnen1dqtyp5edgxfb"},{"name":"PROGRAMFILE=","description":"You must specify either STOREFILES= or PROGRAMFILE= or both options. Some analytic store models require only the STOREFILES= option. Some DATA step and DS2 models require only the PROGRAMFILE= option. Some models consist of DATA step code, DS2 code, and one or more ASTORE files. In that case, you specify both STOREFILES= and PROGRAMFILE= options.","help":"PROGRAMFILE=\"*file-path*\" | *fileref*","type":"choice","arguments":[{"name":"\"file-path\"","placeholder":true,"type":"value"},{"name":"fileref","placeholder":true,"type":"value"}],"supportSiteTargetFragment":"n1uqf8j0g4eap0n110z9me4hiy51"},{"name":"VARSFILE=","description":"specifies the file that contains the variable metadata XML to be used during translation of an input DATA step model program to DS2.","help":"VARSFILE=\"*file-path*\" | *fileref*","type":"choice","arguments":[{"name":"\"file-path\"","placeholder":true,"type":"value"},{"name":"fileref","placeholder":true,"type":"value"}],"supportSiteTargetFragment":"p1u9jxto941q4wn1lbqiv9trfp9x"},{"name":"FORMATSFILE=","optional":true,"description":"specifies the file that contains the user-defined format XML definition to be published.","help":"FORMATSFILE=\"*file-path*\" | *fileref*","type":"choice","arguments":[{"name":"\"file-path\"","placeholder":true,"type":"value"},{"name":"fileref","placeholder":true,"type":"value"}],"supportSiteTargetFragment":"n1kgwd1z7h1k26n16n35b4og615p"}],"supportSiteTargetFile":"n1k7vek637cpdan1ayuems5xn35k.htm"},{"name":"RUNMODEL","description":"Runs a model in a data source.","help":"RUNMODEL \n\tINPUTQUERY='sql-query' | INPUTSCALACODE=\"scala-code\" | INPUTTABLENAME=\"fully-qualified-table-name\"\n\tMODELTABLENAME=\"fully-qualified-table-name\"\n\tOUTPUTSCALACODE=\"scala-code\" | OUTPUTTABLENAME=\"fully-qualified-table-name\"\n\n\t<runmodel-optional-argument>;","arguments":[{"name":"INPUTQUERY=","description":"","help":"INPUTQUERY='*sql-query*' | INPUTSCALACODE=\"*scala-code*\" | INPUTTABLENAME=\"*fully-qualified-table-name*\"","type":"choice","arguments":[{"name":"INPUTQUERY=","description":"is a SELECT statement that returns a table results set.","help":"INPUTQUERY='*sql-query*'","type":"value","supportSiteTargetFragment":"p15xvjlf7x15sin1cjaq5zgv1bmy"},{"name":"INPUTSCALACODE=","description":"is a string of Scala code.","help":"INPUTSCALACODE=\"*scala-code*\"","type":"value","supportSiteTargetFragment":"p0p2kuddtmnlg8n1fpngtcvv0ce3"},{"name":"INPUTTABLENAME=","description":"specifies the name of the input table.","help":"INPUTTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"p0uy25pm2dzd4in1wn78z6gj14l7"}],"supportSiteTargetFragment":"p1dwj27ts32oeun1l5l3bhkot56c"},{"name":"MODELTABLENAME=","description":"specifies the name of the table to which the model is published.","help":"MODELTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"n1hi1kvcs483ddn115p5ub3txwkna"},{"name":"OUTPUTSCALACODE=","description":"","help":"OUTPUTSCALACODE=\"*scala-code*\" | OUTPUTTABLENAME=\"*fully-qualified-table-name*\"","type":"choice","arguments":[{"name":"OUPUTSCALACODE=","description":"is a string of Scala code.","help":"OUPUTSCALACODE=\"*scala-code*\"","type":"value","supportSiteTargetFragment":"n1d6vgcij28o4mn19rjpkfoqkvap"},{"name":"OUTPUTTABLENAME=","description":"specifies the name of the output table.","help":"OUTPUTTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"n1lds81bnb4f8an1jz7hs4re4sgz"}],"supportSiteTargetFragment":"p0xhc407fvavofn1k16bq3d28bul"},{"name":"KEEPLISTCOLUMNS=","optional":true,"description":"specifies the name of one or more columns to keep in the output data.","help":"KEEPLISTCOLUMNS=(\"*column-1*\"&lt; ...\"*column-n*\"&gt;)","type":"value","supportSiteTargetFragment":"p1p2v0w8dc6wsnn1m3f8gotul4r3"}],"supportSiteTargetFile":"n132uzv0hbo3uhn1mgfi51w6yop0.htm"},{"name":"DELETEMODEL","description":"Deletes a model from a data source.","help":"DELETEMODEL MODELTABLENAME=*fully-qualified-table-name*;","arguments":[{"name":"MODELTABLENAME=","description":"specifies the name of the table to which the model is published.","help":"MODELTABLENAME=\"*fully-qualified-table-name*\"","type":"dataSet","supportSiteTargetFragment":"n1hi1kvcs483ddn115p5ub3txwknb"}],"supportSiteTargetFile":"n1jtrrt5eblgann1p8irpm4eexik.htm"}],"supportSiteInformation":{"docsetId":"indbug","docsetVersion":"v_002","docsetTargetFile":"p075d67o2ctrz5n1akufft6y1ob9.htm"}}

server/pubsdata/Procedures/en/CAUSALDISCOVERY.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

server/pubsdata/Procedures/en/CAUSALTRT.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

server/pubsdata/Procedures/en/CLP.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)