[Info-vax] BASIC producing old SCA ANA format?

Bart Z Lederman lederman at eisner.decus.org
Thu Apr 30 10:45:17 EDT 2009


    Anyone have experience with DEC BASIC and SCA?
    
    I created a command procedure to run through a large number of
 BASIC and other source code to create ANA files for SCA, and
 loaded them into a library.  I've been able to get some really
 useful information about how things are being used, who calls
 what, etc.  That part seems to be running fine.
    
    However, I can't produce REPORTS properly, SCA is choking on
 some modules.  I think it may be related to an odd thing I see
 happening.
    
    I'm running all of the BASIC source code through the compiler
 with the same switches set:
    
 BASIC /NOOBJ /NOLIST /NOOPT /SEPARATE /NOWARN /ANALY
    
 What's odd is that I see this from SCA:
    
    Module            #  Ident    Language    Compiled
    
 ACCUMULATE_WEIGHT    1  (none)   BASIC    23-Apr-2009 14:04
 ACTIVITY             1  (none)   BASIC    23-Apr-2009 14:03
 ACTIVITY_STANDARDS_REPORT
                      1  (none)   BASIC    23-Apr-2009 14:03
 ACTRTN               1  (none)   BASIC    23-Apr-2009 14:07
 ADJ_IDP              1  (none)   BASIC    23-Apr-2009 14:07   Old ANA format
 AGED_INVENTORY_REPORT
                      1  (none)   BASIC    23-Apr-2009 14:08   Old ANA format
 AGED_MATERIAL        1  (none)   BASIC    23-Apr-2009 14:07
 AGED_STORAGE_UNIT_REPORT
                      1  (none)   BASIC    23-Apr-2009 14:11   Old ANA format
    
    Some of the time the compiler is apparently producing ANA
 files in the old format, according to SCA.  I don't understand
 why, because the same compiler command is used for all modules,
 and there doesn't appear to be a command switch that would change
 the format of the /ANA output.  I don't know what could be in the
 source module that would cause that, either.  I've tried some web
 searches, and haven't found anything.
    
    Any ideas?
    
    



More information about the Info-vax mailing list