How to String Contains in COBOL - Code Snippet

How to perform 'String Contains' in COBOL.

example.cbl
* Task: String Contains
* Language: COBOL

PROCEDURE DIVISION. string_contains() 
    * Implementation for String Contains
    * TODO: Implement core logic here
    * Step 1: Prepare data
    * Step 2: Process String Contains
    DISPLAY("Done");
STOP RUN.
AdSense Slot