User manual SAS SAS.9.1.3 LANGUAGE REFERENCE DICTIONARY

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual SAS SAS.9.1.3 LANGUAGE REFERENCE DICTIONARY. We hope that this SAS SAS.9.1.3 LANGUAGE REFERENCE DICTIONARY user guide will be useful to you.


SAS SAS.9.1.3 LANGUAGE REFERENCE DICTIONARY : Download the complete user guide (18262 Ko)

Manual abstract: user guide SAS SAS.9.1.3 LANGUAGE REFERENCE DICTIONARY

Detailed instructions for use are in the User's Guide.

[. . . ] SAS Publishing ® SAS 9. 1. 3 Language Reference: Dictionary ® Fifth Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. SAS ® 9. 1. 3 Language Reference: Dictionary, Fifth Edition, Volumes 1-4. SAS® 9. 1. 3 Language Reference: Dictionary, Fifth Edition, Volumes 1-4 Copyright © 2002-2006, SAS Institute Inc. , Cary, NC, USA ISBN-13: 978-1-59994-098-4 ISBN-10: 1-59994-098-1 All rights reserved. For a hard-copy book: No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, or otherwise, without the prior written permission of the publisher, SAS Institute Inc. [. . . ] Default: 12 Range: 1­32 d optionally specifies the power of 10 by which to divide the value. Range: 0­31 Details The S370FFw. d informat reads numeric data that are represented in EBCDIC and converts the data to native format. S370FFw. d reads EBCDIC numeric values that are represented with one byte per digit. Use S370FFw. d on other operating environments to read numeric data from IBM mainframe files. If a value is negative, an EBCDIC minus sign should immediately precede the value. S370FFw. d reads values with EBCDIC decimal points and values in scientific notation, and it interprets a single EBCDIC period as a missing value. Comparisons The S370FFw. d informat performs the same role for numeric data that the $EBCDICw. d informat does for character data. That is, on an IBM mainframe system, S370FFw. d has the same effect as the standard w. d informat. On all other systems, 1102 S370FIBw. d Informat 4 Chapter 5 using S370FFw. d is equivalent to using $EBCDICw. d as well as using the standard w. d informat. Examples input @1 x s370ff3. ; When the Data Line* is . . . ----+----1 F1F2F3 F2F4F0 The Result is . . . 123 240 * The data lines are hexadecimal representations of codes for characters. Each two hexadecimal digits correspond to one byte of binary data, and each byte corresponds to one character value. S370FIBw. d Informat Reads integer binary (fixed-point) values, including negative values, in IBM mainframe format Category: Numeric Syntax S370FIBw. d Syntax Description w specifies the width of the input field. Default: 4 Range: 1­8 d optionally specifies the power of 10 by which to divide the value. Range: 0­10 Details The S370FIBw. d informat reads integer binary (fixed-point) values that are stored in IBM mainframe format, including negative values that are represented in two's complement notation. S370FIBw. d reads integer binary values with consistent results if the values are created in the same type of operating environment that you use to run SAS. Informats 4 S370FIBUw. d Informat 1103 Use S370FIBw. d for integer binary data that are created in IBM mainframe format for reading in other operating environments. Note: Different operating environments store integer binary values in different ways. For a detailed discussion about byte ordering, see "Byte Ordering for Integer Binary Data on Big Endian and Little Endian Platforms" on page 1013. 4 Comparisons 3 If you use SAS on an IBM mainframe, S370FIBw. d and IBw. d are identical. 3 S370FPIBw. d, S370FIBUw. d, and S370FIBw. d are used to read big endian integers in any operating environment. To view a table that shows the type of informat to use with big endian and little endian integers, see Table 5. 1 on page 1014. To view a table that compares integer binary notation in several programming languages, see Table 5. 2 on page 1014. Examples You can use the INPUT statement and specify the S370FIB informat. However, this example uses the informat with the INPUT function, where the binary input value is described by using a hex literal. x=input('0080'x, s370fib2. ); If the SAS Statement is . . . 128 See Also Informats: "S370FIBUw. d Informat" on page 1103 "S370FPIBw. d Informat" on page 1107 S370FIBUw. d Informat Reads unsigned integer binary (fixed-point) values in IBM mainframe format Category: Numeric 1104 S370FIBUw. d Informat 4 Chapter 5 Syntax S370FIBUw. d Syntax Description w specifies the width of the input field. Default: 4 Range: 1­8 d optionally specifies the power of 10 by which to divide the value. [. . . ] informat 1119 STNAME function 895 compared to STFIPS function 895 compared to STNAMEL function 897 STNAMEL function 895, 897 compared to STFIPS function 895 compared to STNAME function 896 STOP statement 1513 compared to ABORT statement 1186 STOPOVER option FILE statement 1250 INFILE statement 1324, 1331 stored compiled DATA step programs 1214 executing 1242 retrieving source code from 1226 STREAMINIT CALL routine 418 STRIP function 898 studentized maximum modulus 775 studentized range 775 student's t distributions noncentrality parameter 925 probabilities from 784 quantiles 924 SUBJECT= option FILENAME statement 1271 SUBPAD function 900 SUBSTR (left of =) function 902 SUBSTR (right of =) function 903 substrings beginning of, finding 858 changing substrings that match a pattern 403 extracting from arguments 903 finding position of 792 length of, finding 405 position of, finding 405 score of, finding 405 SUBSTRN function 904 SUM function 908 compared to SUM statement 1515 Sum statement 1515 summarization procedures memory limits for 1734 summing expressions 1515 SUMSIZE= system option 1734 survival functions 676 computing 878 logarithms of 676 SWAP command DATA step debugger 1823 SYMEXIST function 909 syntax 909 syntax and description 909 SYMGET function 910 SYMGLOBL function 911 syntax 911 syntax and description 911 SYMLOCAL function 912 syntax 912 syntax and description 912 SYMPUT CALL routine 419 syntax checking 1736 SAS windowing environment 1631 SYNTAXCHECK system option 1736 %SYSFUNC function specifying formats with 75 SYSGET function 913 SYSMSG function 914 SYSPARM function 915 SYSPRINTFONT= system option 1738 SYSPROCESSID function 916 SYSPROCESSNAME function 917 SYSPROD function 918 SYSRC autocall macro MODIFY statement and 1414 SYSRC function 919 SYSTEM CALL routine 422 system error numbers, returning 919 SYSTEM function 920 system-generated filerefs 557 system options 1553 by category 1559 changing settings 1556 comparisons 1558 1852 Index data set interactions 7 data set options and 1558 default settings 1553 determining current settings 1554 determining how value was set 1555 determining restricted options 1554 duration of settings 1557 hexadecimal values for 1553 information about 1555 order of precedence 1557 returning value of 600 specifying in OPTIONS statement 1553 syntax 1553 system parameter string, returning 915 T T distributions 445 cumulative distribution functions 445 probability density functions 750 tab characters compressing 479 table-lookup duplicate observations in master file 1511 tabled probability distribution random numbers 397 tag expressions 869 TAN function 921 tangents 921 TANH function 922 tape files closing 21 TCP/IP socket reading data through 1255 writing text through 1256 TCP/IP socket access FILENAME statement 1287 TCPIP-options FILENAME statement, SOCKET access 1288 temporary formats 76 terminal availability 1740 terminal device driver 1623 TERMINAL system option 1740 terminals filerefs for 1260 TERMSTMT= system option 1741 TERMSTR= option FILENAME statement, SOCKET access 1289 text editor commands, submitting as SAS statements 1228 flow into main entry 1228 TEXTURELOC= system option 1742 threaded processing 1743 threads concurrent processing 1617 THREADS system option 1743 tilde (~) format modifier 1364, 1365 time/date functions time, returning current 923 TIME function 923 time intervals 636 time stamp 1620 time values AM/PM 223 as hours and decimal fractions 161 extracting from informat values 1052 hh:mm 159 hh:mm:ss. ss 221 incrementing 634 minutes and seconds since midnight 172 TIMEAMPMw. d format 223 TIMEPART function 923 TIMEw. informat 1120 TIMEw. d format 160, 221 compared to HHMMw. d format 160 TINV function 924 TITLE statement 1516 titles customizing with BY variables 1520 customizing with ODS 1520 TITLES option FILE statement 1250 TNONCT function 925 TO= option FILENAME statement 1270 TO statement, compared to LINK statement 1395 TOBSNO= data set option 62 TODAY function 926 TODSTAMPw. informat 1078 TODw. d format 224 TOOLSMENU system option 1744 TOPMARGIN= system option 1745 TRACE command DATA step debugger 1824 trailing @ INPUT statement, list 1364 trailing blanks, trimming 931 trailing plus or minus sign 1123 TRAILSGN informat 1123 training, online 1746 TRAINLOC= system option 1746 transaction class unique identifier for 1156 transaction classes 1140 transaction data sets modifying observations 1419 transaction instances 1140 TRANSCODE= option ATTRIB statement 1197 transcoded variables 1197 MERGE statement with 1198 SET statement with 1197 TRANSLATE function 927 compared to TRANWRD function 929 transport data sets importing 1285 transport engine creating transport libraries with 1286 transport libraries creating with transport engine 1286 transporting data libraries 1286 TRANWRD function 928, 929 compared to TRANSLATE function 928 triangular distribution random numbers 399 triangular distributions, random numbers 837 TRIGAMMA function 931 returning value of 931 TRIM function 931 compared to TRIMN function 933 trimming trailing blanks 931 TRIMN function 932, 933 compard to TRIM function 932 true expressions 616, 618 TRUNC function 934 truncating copied records 1334 TRUNCOVER option INFILE statement 1325, 1332 TUw. informat 1124 two-column format 1254 TYPE= data set option 63 U unaligned data 1366 UNBUFFERED option INFILE statement 1325 uncorrected sum of squares 939 uniform distribution random numbers 401 uniform distributions 446 cumulative distribution functions 446 probability density functions 750 random numbers 838, 935 UNIFORM function 935 UNIQUE option SET statement 1508 MODIFY statement 1412 universal printers filerefs for 1260 Universal Printing enabling 1747 printer designation 1711 Universal Unique Identifier (UUID) 940 UNIVERSALPRINT system option 1747 unsigned integer binary data IBM mainframe format 207 unsigned integer binary data, reading IBM mainframe format 1104 unsigned packed decimal data IBM mainframe format 210 unsigned packed decimal data, reading 1093 IBM mainframe format 1106 unsigned packed decimal format 198 unsigned zoned decimal data IBM mainframe format 220 unsigned zoned decimal data, reading IBM mainframe format 1115 UPCASE function 936 $UPCASEw. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE SAS SAS.9.1.3 LANGUAGE REFERENCE DICTIONARY




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual SAS SAS.9.1.3 LANGUAGE REFERENCE DICTIONARY will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.