@type-descriptor.external-decimal-td

此标记描述编码为外部十进制或分区十进制的数字。

属性

下表列示了此标记的有效属性:
属性 描述 有效值
bigEndian 指示一个数字是采用大尾数法还是小尾数法

您必须指定下列其中一种属性:
  • true:当一个数字的字节表示法是按从最重要的字节到最不重要的字节排序时则为 true
  • false:当一个数字的字节表示法是按从最不重要的字节到最重要的字节排序时则为 false
signed 指示一个数字是带符号还是无符号。 您必须指定下列其中一种属性:
  • true
  • false
virtualDecimalPoint 用来指定一个数字的小数点位于何处的一个整数 指定的值是从该数字的最右边的数位算起的。
externalDecimalSign 外部十进制数据的类型 您必须指定下列其中一种属性:
  • ebcdic:代码页为扩展二进制编码的十进制交换码(EBCDIC)格式。
  • ebcdicCustom:允许使用 DFHCNV 宏来转换外部十进制数据类型,然后更正包含符号位的代码点。
  • ascii:代码页为美国信息交换标准码(ascii)格式。
signFormat 外部十进制数据的符号格式 您必须指定下列其中一种属性:
  • leading
  • leadingSeparate
  • trailing
  • trailingSeparate
相关参考
@type-descriptor.aggregate-instance-td
@type-descriptor.aggregate-instance-td-method
@type-descriptor.array-td
@type-descriptor.array-td-type
@type-descriptor.bi-direction-string-td
@type-descriptor.type-bi-direction-string-td
@type-descriptor.binary-td
@type-descriptor.float-td
@type-descriptor.integer-td
@type-descriptor.packed-decimal-td
@type-descriptor.platform-compiler-info
@type-descriptor.simple-instance-td
@type-descriptor.string-td
@type-descriptor.child-class
@type-descriptor.depending-on
@type-descriptor.depending-on-control
@type-descriptor.initial-value
@type-descriptor.level88
@type-descriptor.message-buffer
@type-descriptor.multiple-output
@type-descriptor.recognition-desc
@type-descriptor.restriction
使用条款 | 反馈
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.