Is there a way to add Panvalet members with a Language type other than the 16 types defined for the ++ADD statement?
Release: 14.6
Component: Panvalet
Use the ZTYPE1 through ZTYPE8 entries in the Panvalet Options PVOPT macro to specify user-defined language labels for existing language types.
To identify COBOL 6 members code the ZTYPE1 entry like this -
ZTYPE1=(COB6,COBOL)
Members added with a language type of COB6 are treated internally the same as language COBOL with the same starting column for sequence numbers, length of sequence numbers, starting column for the data field, length of the data field attributes.
ZTYPE1=(ASM,ASMB)