CA File Master Plus supports the following COBOL data description entries:
The following usage formats are supported along with their maximum PIC clause value:
|
Usage Format |
Max PIC Clause Value |
|
BINARY |
PIC 9(18) PIC S9(18) |
|
COMPUTATIONAL COMP |
PIC 9(18) PIC S9(18) |
|
COMPUTATIONAL-1 COMP-1 |
No PIC clause allowed |
|
COMPUTATIONAL-2 COMP-2 |
No PIC clause allowed |
|
COMPUTATIONAL-3 COMP-3 |
PIC 9(31) PIC S9(31) |
|
COMPUTATIONAL-4 COMP-4 |
PIC 9(18) PIC S9(18) |
|
COMPUTATIONAL-5 COMP-5 |
PIC 9(18) PIC S9(18) |
|
DISPLAY |
PIC 9(18) PIC S9(18) |
|
PACKED-DECIMAL |
PIC 9(31) PIC S9(31) |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|