Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

JCI-TYPEDEFS - Type definitions

This element contains all elementary type definitions which are relevant to the JCI:

*> Copyright (c) 2016 Fujitsu Technology Solutions GmbH
*>               All Rights Reserved
>>SOURCE FORMAT IS FREE
01 JCI-short    TYPEDEF PIC S9(004) USAGE COMP-5.
01 JCI-int      TYPEDEF PIC S9(009) USAGE COMP-5.
01 JCI-long     TYPEDEF PIC S9(018) USAGE COMP-5.
01 JCI-size     TYPEDEF TYPE JCI-int.
01 JCI-object   TYPEDEF PIC S9(009) USAGE COMP-5.
01 JCI-handle   TYPEDEF PIC S9(009) USAGE COMP-5.
01 JCI-byte     TYPEDEF PIC X(001).
01 JCI-boolean  TYPEDEF PIC X(001).