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

What is report-item in COBOL?

700


how to move the records from file to array table. give with code example

2207


Discuss about changing dataset name in proc.

751


Explain how you can characterize tables in cobol?

631


Which division and paragraphs are mandatory for a COBOL program?

701






Why is it necessary that file needs to be opened in I-O mode for REWRITE?

730


How many sections are there in data division in COBOL?

667


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5043


Which Search verb is equivalent to PERFORM…VARYING?

672


How many bytes S(8) comp field occupy and its maximum value?

1620


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8119


What do you understand by psb and acb?

659


In which area will you utilize 88 level items in cobol?

702


What is the utilization of copybook in cobol?

646


What is the difference between Call and a Link?

687