<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SCL code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SCL-code/m-p/37534#M7444</link>
    <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
SCL functions SAS Table &lt;BR /&gt;
&lt;BR /&gt;
APPEND &lt;BR /&gt;
Appends a new row to a SAS table&lt;BR /&gt;
&lt;BR /&gt;
ATTRC and ATTRN &lt;BR /&gt;
Return the value of an attribute for a SAS table&lt;BR /&gt;
&lt;BR /&gt;
CLOSE &lt;BR /&gt;
Closes a SAS table&lt;BR /&gt;
&lt;BR /&gt;
CONTENTS &lt;BR /&gt;
Displays the attributes of a SAS table&lt;BR /&gt;
&lt;BR /&gt;
CUROBS &lt;BR /&gt;
Returns the number of the current row in a SAS table&lt;BR /&gt;
&lt;BR /&gt;
DATALISTC and DATALISTN &lt;BR /&gt;
Displays a selection list window that contains the values of particular columns from rows in a SAS table and returns user selections&lt;BR /&gt;
&lt;BR /&gt;
DELOBS &lt;BR /&gt;
Deletes a row from a SAS table&lt;BR /&gt;
&lt;BR /&gt;
DROPNOTE &lt;BR /&gt;
Deletes a note marker from either a SAS table or an external file&lt;BR /&gt;
&lt;BR /&gt;
DSID &lt;BR /&gt;
Searches for a SAS table name and returns the table identifier &lt;BR /&gt;
&lt;BR /&gt;
DSNAME &lt;BR /&gt;
Returns the SAS table name that is associated with a table identifier &lt;BR /&gt;
&lt;BR /&gt;
EXIST &lt;BR /&gt;
Verifies the existence of a member of a SAS data library&lt;BR /&gt;
&lt;BR /&gt;
FETCH &lt;BR /&gt;
Reads the next nondeleted row from a SAS table into the Table Data Vector (TDV)&lt;BR /&gt;
&lt;BR /&gt;
FETCHOBS &lt;BR /&gt;
Reads a specified row from a SAS table into the Table Data Vector (TDV)&lt;BR /&gt;
&lt;BR /&gt;
FSEDIT &lt;BR /&gt;
Displays a SAS table by row&lt;BR /&gt;
&lt;BR /&gt;
FSVIEW &lt;BR /&gt;
Displays a SAS table in tabular format&lt;BR /&gt;
&lt;BR /&gt;
GETVARC and GETVARN &lt;BR /&gt;
Assign the value of a SAS table column to an SCL variable&lt;BR /&gt;
&lt;BR /&gt;
GETVARF &lt;BR /&gt;
Assigns the formatted value of a SAS table column to a character SCL variable&lt;BR /&gt;
&lt;BR /&gt;
ICCREATE &lt;BR /&gt;
Creates integrity constraints on a SAS table &lt;BR /&gt;
&lt;BR /&gt;
ICDELETE &lt;BR /&gt;
Drops an integrity constraint from a SAS table&lt;BR /&gt;
&lt;BR /&gt;
ICDESCRIBE &lt;BR /&gt;
Obtains the attributes for all existing integrity constraints within a specified SAS table&lt;BR /&gt;
&lt;BR /&gt;
ICREATE &lt;BR /&gt;
Creates an index for a SAS table&lt;BR /&gt;
&lt;BR /&gt;
ICTYPE &lt;BR /&gt;
Returns the type of integrity constraint that is assigned to a SAS table&lt;BR /&gt;
&lt;BR /&gt;
ICVALUE &lt;BR /&gt;
Returns the column names or the condition associated with an integrity constraint&lt;BR /&gt;
&lt;BR /&gt;
IDELETE &lt;BR /&gt;
Deletes an index from a SAS table&lt;BR /&gt;
&lt;BR /&gt;
IMPORT &lt;BR /&gt;
Creates a SAS table from an external file&lt;BR /&gt;
&lt;BR /&gt;
INITROW &lt;BR /&gt;
Initializes the Table Data Vector (TDV) for a SAS table to missing values&lt;BR /&gt;
&lt;BR /&gt;
IOPTION &lt;BR /&gt;
Returns options for index columns and key columns&lt;BR /&gt;
&lt;BR /&gt;
ISINDEX &lt;BR /&gt;
Returns the type of index for a SAS table column&lt;BR /&gt;
&lt;BR /&gt;
IVARLIST &lt;BR /&gt;
Returns the column names for an index key&lt;BR /&gt;
&lt;BR /&gt;
KEYCOUNT &lt;BR /&gt;
Returns the number of rows that meet the criteria specified by an index key&lt;BR /&gt;
&lt;BR /&gt;
LIBLIST &lt;BR /&gt;
Displays a host selection window that lists the currently assigned librefs, and returns user's selections&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME &lt;BR /&gt;
Assigns or deassigns a libref for a SAS data library&lt;BR /&gt;
&lt;BR /&gt;
LIBREF &lt;BR /&gt;
Verifies that a libref has been assigned&lt;BR /&gt;
&lt;BR /&gt;
LOCATEC and LOCATEN &lt;BR /&gt;
Search a SAS table for a row that contains a specified value&lt;BR /&gt;
&lt;BR /&gt;
LOCK &lt;BR /&gt;
Locks or unlocks a SAS table or a SAS catalog entry&lt;BR /&gt;
&lt;BR /&gt;
NEW &lt;BR /&gt;
Defines a new SAS table interactively&lt;BR /&gt;
&lt;BR /&gt;
NEWVAR &lt;BR /&gt;
Adds a column to a new SAS table&lt;BR /&gt;
&lt;BR /&gt;
NOTE &lt;BR /&gt;
Returns an identifier for the current row of a SAS table&lt;BR /&gt;
&lt;BR /&gt;
OBSINFO &lt;BR /&gt;
Returns information about the current row in an FSEDIT application&lt;BR /&gt;
&lt;BR /&gt;
OPEN &lt;BR /&gt;
Opens a SAS table&lt;BR /&gt;
&lt;BR /&gt;
POINT &lt;BR /&gt;
Locates a row that is identified by the NOTE function&lt;BR /&gt;
&lt;BR /&gt;
PUTVARC and PUTVARN &lt;BR /&gt;
Write a value to the Table Data Vector (TDV) for a SAS table&lt;BR /&gt;
&lt;BR /&gt;
REWIND &lt;BR /&gt;
Positions the table pointer at the beginning of a SAS table&lt;BR /&gt;
&lt;BR /&gt;
SET &lt;BR /&gt;
Links SAS table columns to SCL variables of the same name and data type&lt;BR /&gt;
&lt;BR /&gt;
SETKEY &lt;BR /&gt;
Defines an index key for retrieving rows from a SAS table&lt;BR /&gt;
&lt;BR /&gt;
SORT &lt;BR /&gt;
Sorts a SAS table by one or more columns&lt;BR /&gt;
&lt;BR /&gt;
UNLOCK &lt;BR /&gt;
Releases a lock on the current row&lt;BR /&gt;
&lt;BR /&gt;
UPDATE &lt;BR /&gt;
Writes values from the Table Data Vector (TDV) to the current row in a SAS table&lt;BR /&gt;
&lt;BR /&gt;
VARLIST &lt;BR /&gt;
Displays a dialog window that lists the columns in a SAS table, and returns the user's selections&lt;BR /&gt;
&lt;BR /&gt;
WHERE &lt;BR /&gt;
Applies a WHERE clause to a SAS table&lt;BR /&gt;
&lt;BR /&gt;
M.</description>
    <pubDate>Fri, 08 Aug 2008 16:34:18 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-08-08T16:34:18Z</dc:date>
    <item>
      <title>SCL code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SCL-code/m-p/37533#M7443</link>
      <description>Hi Everyone,&lt;BR /&gt;
I'm trying to find a way to copy a record that is being submitted to a table to a second table through SCL and have not been able to find the function. Could anyone point me in the right direction to find what I'm looking for? I'm trying to set up a process to add the current record being submitted to a second table so that the triggered records are the only things on this second table.&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Fri, 08 Aug 2008 14:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SCL-code/m-p/37533#M7443</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-08T14:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: SCL code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SCL-code/m-p/37534#M7444</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
SCL functions SAS Table &lt;BR /&gt;
&lt;BR /&gt;
APPEND &lt;BR /&gt;
Appends a new row to a SAS table&lt;BR /&gt;
&lt;BR /&gt;
ATTRC and ATTRN &lt;BR /&gt;
Return the value of an attribute for a SAS table&lt;BR /&gt;
&lt;BR /&gt;
CLOSE &lt;BR /&gt;
Closes a SAS table&lt;BR /&gt;
&lt;BR /&gt;
CONTENTS &lt;BR /&gt;
Displays the attributes of a SAS table&lt;BR /&gt;
&lt;BR /&gt;
CUROBS &lt;BR /&gt;
Returns the number of the current row in a SAS table&lt;BR /&gt;
&lt;BR /&gt;
DATALISTC and DATALISTN &lt;BR /&gt;
Displays a selection list window that contains the values of particular columns from rows in a SAS table and returns user selections&lt;BR /&gt;
&lt;BR /&gt;
DELOBS &lt;BR /&gt;
Deletes a row from a SAS table&lt;BR /&gt;
&lt;BR /&gt;
DROPNOTE &lt;BR /&gt;
Deletes a note marker from either a SAS table or an external file&lt;BR /&gt;
&lt;BR /&gt;
DSID &lt;BR /&gt;
Searches for a SAS table name and returns the table identifier &lt;BR /&gt;
&lt;BR /&gt;
DSNAME &lt;BR /&gt;
Returns the SAS table name that is associated with a table identifier &lt;BR /&gt;
&lt;BR /&gt;
EXIST &lt;BR /&gt;
Verifies the existence of a member of a SAS data library&lt;BR /&gt;
&lt;BR /&gt;
FETCH &lt;BR /&gt;
Reads the next nondeleted row from a SAS table into the Table Data Vector (TDV)&lt;BR /&gt;
&lt;BR /&gt;
FETCHOBS &lt;BR /&gt;
Reads a specified row from a SAS table into the Table Data Vector (TDV)&lt;BR /&gt;
&lt;BR /&gt;
FSEDIT &lt;BR /&gt;
Displays a SAS table by row&lt;BR /&gt;
&lt;BR /&gt;
FSVIEW &lt;BR /&gt;
Displays a SAS table in tabular format&lt;BR /&gt;
&lt;BR /&gt;
GETVARC and GETVARN &lt;BR /&gt;
Assign the value of a SAS table column to an SCL variable&lt;BR /&gt;
&lt;BR /&gt;
GETVARF &lt;BR /&gt;
Assigns the formatted value of a SAS table column to a character SCL variable&lt;BR /&gt;
&lt;BR /&gt;
ICCREATE &lt;BR /&gt;
Creates integrity constraints on a SAS table &lt;BR /&gt;
&lt;BR /&gt;
ICDELETE &lt;BR /&gt;
Drops an integrity constraint from a SAS table&lt;BR /&gt;
&lt;BR /&gt;
ICDESCRIBE &lt;BR /&gt;
Obtains the attributes for all existing integrity constraints within a specified SAS table&lt;BR /&gt;
&lt;BR /&gt;
ICREATE &lt;BR /&gt;
Creates an index for a SAS table&lt;BR /&gt;
&lt;BR /&gt;
ICTYPE &lt;BR /&gt;
Returns the type of integrity constraint that is assigned to a SAS table&lt;BR /&gt;
&lt;BR /&gt;
ICVALUE &lt;BR /&gt;
Returns the column names or the condition associated with an integrity constraint&lt;BR /&gt;
&lt;BR /&gt;
IDELETE &lt;BR /&gt;
Deletes an index from a SAS table&lt;BR /&gt;
&lt;BR /&gt;
IMPORT &lt;BR /&gt;
Creates a SAS table from an external file&lt;BR /&gt;
&lt;BR /&gt;
INITROW &lt;BR /&gt;
Initializes the Table Data Vector (TDV) for a SAS table to missing values&lt;BR /&gt;
&lt;BR /&gt;
IOPTION &lt;BR /&gt;
Returns options for index columns and key columns&lt;BR /&gt;
&lt;BR /&gt;
ISINDEX &lt;BR /&gt;
Returns the type of index for a SAS table column&lt;BR /&gt;
&lt;BR /&gt;
IVARLIST &lt;BR /&gt;
Returns the column names for an index key&lt;BR /&gt;
&lt;BR /&gt;
KEYCOUNT &lt;BR /&gt;
Returns the number of rows that meet the criteria specified by an index key&lt;BR /&gt;
&lt;BR /&gt;
LIBLIST &lt;BR /&gt;
Displays a host selection window that lists the currently assigned librefs, and returns user's selections&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME &lt;BR /&gt;
Assigns or deassigns a libref for a SAS data library&lt;BR /&gt;
&lt;BR /&gt;
LIBREF &lt;BR /&gt;
Verifies that a libref has been assigned&lt;BR /&gt;
&lt;BR /&gt;
LOCATEC and LOCATEN &lt;BR /&gt;
Search a SAS table for a row that contains a specified value&lt;BR /&gt;
&lt;BR /&gt;
LOCK &lt;BR /&gt;
Locks or unlocks a SAS table or a SAS catalog entry&lt;BR /&gt;
&lt;BR /&gt;
NEW &lt;BR /&gt;
Defines a new SAS table interactively&lt;BR /&gt;
&lt;BR /&gt;
NEWVAR &lt;BR /&gt;
Adds a column to a new SAS table&lt;BR /&gt;
&lt;BR /&gt;
NOTE &lt;BR /&gt;
Returns an identifier for the current row of a SAS table&lt;BR /&gt;
&lt;BR /&gt;
OBSINFO &lt;BR /&gt;
Returns information about the current row in an FSEDIT application&lt;BR /&gt;
&lt;BR /&gt;
OPEN &lt;BR /&gt;
Opens a SAS table&lt;BR /&gt;
&lt;BR /&gt;
POINT &lt;BR /&gt;
Locates a row that is identified by the NOTE function&lt;BR /&gt;
&lt;BR /&gt;
PUTVARC and PUTVARN &lt;BR /&gt;
Write a value to the Table Data Vector (TDV) for a SAS table&lt;BR /&gt;
&lt;BR /&gt;
REWIND &lt;BR /&gt;
Positions the table pointer at the beginning of a SAS table&lt;BR /&gt;
&lt;BR /&gt;
SET &lt;BR /&gt;
Links SAS table columns to SCL variables of the same name and data type&lt;BR /&gt;
&lt;BR /&gt;
SETKEY &lt;BR /&gt;
Defines an index key for retrieving rows from a SAS table&lt;BR /&gt;
&lt;BR /&gt;
SORT &lt;BR /&gt;
Sorts a SAS table by one or more columns&lt;BR /&gt;
&lt;BR /&gt;
UNLOCK &lt;BR /&gt;
Releases a lock on the current row&lt;BR /&gt;
&lt;BR /&gt;
UPDATE &lt;BR /&gt;
Writes values from the Table Data Vector (TDV) to the current row in a SAS table&lt;BR /&gt;
&lt;BR /&gt;
VARLIST &lt;BR /&gt;
Displays a dialog window that lists the columns in a SAS table, and returns the user's selections&lt;BR /&gt;
&lt;BR /&gt;
WHERE &lt;BR /&gt;
Applies a WHERE clause to a SAS table&lt;BR /&gt;
&lt;BR /&gt;
M.</description>
      <pubDate>Fri, 08 Aug 2008 16:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SCL-code/m-p/37534#M7444</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-08T16:34:18Z</dc:date>
    </item>
  </channel>
</rss>

