Operating System - Linux
1828667 Members
1826 Online
109984 Solutions
New Discussion

option in aCC to find Data Model Migration Warnings from 32 bit to 64 bit

 
dheepak
Occasional Contributor

option in aCC to find Data Model Migration Warnings from 32 bit to 64 bit

what is the option that i need to give to receive any possible data model migration warnings. just like cc +DD64 +M2 for getting the same on cfront.
i heard +M2 option in aCC gives me the dependency list....? is there any other option?
how much i know depends on how little you know
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: option in aCC to find Data Model Migration Warnings from 32 bit to 64 bit

The only option then is +w.
Now +M2 is supported and on IPF, +w64bit.