首页 / 词典 / good

ebcdic

  • 网络交换码;扩充的二进制编码的十进制交换码;扩充的二十进制交换码;扩充二-十进制交换码
ebcdicebcdic
  1. Both of these fields may contain data from more than one EBCDIC code page .

    这两个字段可能包含不止一个EBCDIC代码页中的数据。

  2. Character conversion key concepts & The EBCDIC encoding scheme

    字符转换的关键概念&EBCDIC编码模式

  3. This value means that the data retrieved will be converted to EBCDIC format .

    这个值意味着我们接收的数据将被转换成EBCDIC格式。

  4. This local codepage would typically be one of the EBCDIC codepages .

    此本地代码页通常是一个EBCDIC代码页。

  5. As far as protocols for representing text are concerned , the main schemes are ASCII and EBCDIC .

    至于代表文字方面的规约,主要方式是雅舒码和纳斯迪码。

  6. In some cases this may cause the application receiving the XML to reject it due to it not supporting the EBCDIC codepage .

    在有些情况下,这会导致接收XML的应用程序由于不支持EBCDIC代码页而拒绝接收它。

  7. Spool files with SNA Character Stream ( SCS ) data contain printer output that is formatted as EBCDIC text data .

    含有SNA字符流(SCS)数据的spool文件包含EBCDIC编码的文本数据,用于打印机输出。

  8. By default USS files store information in EBCDIC ( so no ASCII ; EBCDIC translation is needed ) .

    在默认情况下,USS文件以EBCDIC格式存储信息(所以不是ASCII;需要EBCDIC转换)。

  9. This makes sense when you think that all of USS itself ( including shell command input , and results of system function calls ) runs in EBCDIC .

    考虑到USS本身(包括shell命令输入和系统函数调用的结果)都采用EBCDIC,所以这是有意义的。

  10. An application designed to work against an ASCII database may run into problems if used against an EBCDIC database , because of the difference in the collating sequence .

    如果在EBCDIC数据库上使用设计于操作ASCII数据库的应用程序,就可能产生问题,因为其排序序列不同。

  11. Function digit [ letter ] Transmission codes : Standard code sets used in computers to represent alphabets and numbers . Examples include ASC and EBCDIC .

    传送代码:电脑用的一套标准代码,代表字母和数字.例如雅舒码和纳斯迪码。

  12. For example , data sources such as DB2 for z / OS and OS / 390 use a collating sequence based on the EBCDIC encoding scheme .

    例如,DB2forz/OS和OS/390之类的数据源使用基于EBCDIC编码模式的排序序列。

  13. When statistical software reads a " raw " character format data file consisting of ASCII or EBCDIC characters , it must read each byte in sequence .

    当统计软件读取一个以ASCII或EBCDIC为格式的原始数据文件时,必须照着顺序一个一个字节地读取。

  14. The length of the character string is dependent on the character encoding ( ASCII , EBCDIC , and Unicode ) that is used to encode the character .

    字符字符串的长度取决于用于编码字符的字符编码方式(ASCII、EBCDIC和Unicode)。

  15. You can also choose which format the memory will be displayed in : Hex , ASCII , EBCDIC , signed integer , and unsigned integer .

    您还可以选择内存以什么格式显示:十六进制、ASCII、EBCDIC、整数。

  16. The Java wrapper will marshal parameter data between Java objects and record structures ( for generated COBOL programs ), convert data between ASCII and EBCDIC , and handle all communications .

    Java包装程序将对Java对象和记录结构(针对生成的COBOL程序)间的参数数据进行编组,对ASCII和EBCDIC数据进行相互转换,并处理所有的通信。

  17. The node does not recognise a line end as found in EBCDIC files on z / OS , which is the newline byte ( X '15 ' ) .

    节点不会识别z/OS上的EBCDIC文件中发现的行结束符,即换行字节(X'15')。

  18. A string can have different encoding ( for example , ASCII , EBCDIC , UTF-8 , and so on ), and the content of the string can potentially be in different languages .

    字符串可以有不同的编码(如,ASCII、EBCDIC、UTF-8等等),并且字符串的内容可以采用不同的语言。

  19. Also , since LOAD requires that data files be placed on the EBCDIC z / OS machine , the ASC or DEL file format choices presented in the Linux / UNIX / Windows context are irrelevant .

    而且,由于LOAD要求将数据文件放在EBCDICz/OS机器上,suoyi在Linux/UNIX/Windows上下文中提供的ASC或DEL文件格式选项并不重要。

  20. Unless you specify the C compiler ASCII option , all C code running in USS is in EBCDIC ( whereas every other UNIX system on the planet uses ASCII ), so any string constants are treated as EBCDIC .

    除非指定C编译器ASCII选项,否则在USS中运行的所有C代码都是EBCDIC(而其他所有UNIX系统都使用ASCII),所以所有字符串常量都被当作EBCDIC对待。