if a>b
continue
display x.
dispaly y.
end-if
display 1
display 2.
display 3.
what should be my output ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Write the code implementing the perform … varying.
how do you reference the variable block file formats from cobol programs
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
I want ALL jcl ERROR cods
how do you reference the printer file formats from cobol programs
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
In INITIALIZE what is Repalcing Word will do
What is the use of EVALUATE statement?
How many variables can be declared in w-s section.?