enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
ask the people who did the SCLM customization
anyway when You compile a PL/1 program at the top of the listing there are all the options used
( for about three pages of them )
here is a snippet
Code: |
Options Specified
Install:
Command: OBJECT,OPTIONS,AGGREGATE,MAP
Install:
Options Used
+ AGGREGATE(DECIMAL)
ARCH(5)
NOATTRIBUTES
BACKREG(5)
BIFPREC(15)
BLANK('05'x)
BLKOFF
CEESTART(FIRST)
CHECK( NOCONFORMANCE NOSTORAGE )
CMPAT(V2)
CODEPAGE(01140)
NOCOMMON
NOCOMPACT
|
|
|