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
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
how do you reference the variable block file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the LINKAGE SECTION used in COBOL?
What is amode(24)?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Which Search verb is equivalent to PERFORM…VARYING?
how to refer the data field?
how do you define single dimensional array and multidimensional array in your cobol?
How arrays can be defined in COBOL?
What is amode(31)
What are various search techniques in cobol? Explain.
How you can read the file from bottom?
How do you differentiate between cobol and cobol-ii?
how to convert the recors form vsam file to db2 table tru file aid