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 / meg

Lu is very correct no body code like
NEXT SENTENCE
PERFORM <IMP-STMT>
this

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2860


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

1811


) what is the difference between AID and HANDLE AID?

1868


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1151


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2104






What is the compute verb? How is it used?

842


Write a program to enter and display the names of students in a class using the occurs clause.

903


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2275


What is a report item?

889


What is link edit in cobol?

932


What guidelines should be followed to write a structured cobol prgm?

852


How do we get current date from system with century in COBOL?

1041


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2081


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

851


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

845