LegacyJ CICS and COBOL technology for the J2EE Enterprise Environment

Products     Services     Support     Sales     News     Partners

  

Academic
Programs

Customer
Information

News &
Information

Technical
Information

White
Papers

About Us

LegacyJ FAQ

PERFORM paragraph/section mismatch

I am getting error messages which I do not understand:  Cannot PERFORM paragraph/section through section/paragraph

Answer:

The message indicates that the first name in the PERFORM is a paragraph or section, and the second name in the PERFORM is the other type.  You cannot perform a paragraph through a section, or a section through a paragraph. These must be matched.  (Either specify just PERFORM section or PERFORM paragraph THROUGH paragraph; PERFORM section THROUGH section is valid as well, just not commonly used.) 

Note: In the error message paragraph/section it is followed by section/paragraph; it is trying to indicate that there was a mismatch between the two halves of the perform statement.

PERCobol

Home         About Us         Privacy        Legal        
© Copyright LegacyJ Corp. 1998, 2005
All Rights Reserved.

All trademarks are the properties of their respective owners or licensers.