if a>b
continue
display x.
dispaly y.
end-if
display 1
display 2.
display 3.
what should be my output ?
Answer Posted / sharpmainframe
ERROR: BECAUSE OF MISMATCH END-IF
YOU NOT PUT ANY SCOP TERMINATOR(.) INBETWEEN IF-ENDIF STMT
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to print 10 to 1 if the input have only 10 digit number?
In COBOL, what is the different between index and subscript?
When is inspect verb is used in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is a SSRANGE and NOSSRANGE?
What are the different rules for performing sort operation?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the different open modes available in cobol?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Define static linking and dynamic linking.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?