COBOL Snippet: Tell where the control will when the below
code execute

IF (A=B)
CONTINUE
ELSE
NEXT SENTENCE
PERFORM <IMP-STMT>
END-IF.

Answer Posted / lu

First of all, when you code , you have to know what do you
want to do....
Perform after next sentence doesn't make sense ..it never
executes....

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the configuration section of a cobol program with examples of syntax.

670


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2071


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

724


Which mode is used to operate the sequential file?

684


How are the next sentence and continue different from each other?

775






How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1984


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

714


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1602


Differentiate between structured cobol programming and object-oriented cobol programming.

677


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

433


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1037


When is inspect verb is used in cobol?

687


What is a scope terminator give example?

664


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

704


Why occurs cannot be used in 01 level in COBOL?

723