what is the difference between implicit and explicit scope terminator with example?
Answer Posted / avijit bardhan
Implicit scope terminator is period which is used at the end of statement to terminate the scope of previous statements.
Explicit terminators are like END-PERFORM, END-READ, END-EVALUATE etc.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
In which area will you utilize 88 level items in cobol?
What are the rules of the move verb?
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?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Explain the configuration section of a cobol program with examples of syntax.
how do you reference the variable unblock file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Describe the cobol database components?
What is amode(24)?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Why would you use find and get rather than to obtain?
What are various search techniques in cobol? Explain.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?