On Mon, 14 Jun 2021 09:28:39 +0800, ibmmain wrote: > > We could write a program to handle specific parameters and values before >comparing them against the target library > You'd need to replicate a parser and interpreter.
>We found that some parameters are just defined in a different order in >different z/os, but they are actually the same definition > Sounds like a job for SORT. You'll probably get detailed suggestions. How should duplicates be handled?: o Error? o Primacy? o Recency? >Some parameter definitions have different starting columns, and they also are >the same definition > Normalize them. Or, SuperC might have a mode to ignore column differences. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
