What the difference is between continue and next sentence?
No Answer is Posted For this Question
Be the First to Post Answer
What is the different between index and subscript?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
How to execute a set of JCL statements from a COBOL program?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What the difference is between continue and next sentence?
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
When is a scope terminator mandatory?
Can we use redefine clause in occurs clause?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.