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 / chandrababu naidu
if both values A and B values are equal, then control go to
'perform' statement, if both values A and B values are not
equal then control come out of if condition.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How can you get the ksds file records into your cobol program?
Write down the divisions of cobol program?
Write a cobol program making use of the redefine clause.
How do we get current date from system with century in COBOL?
What are the rules of the move verb?
How do define dynamic array in cobol.
how do you reference the printer file formats from cobol programs
What is the difference between next sentence and continue in cobol programing language?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the pertinent COBOL
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?
What are literals?