what is the difference between implicit and explicit scope terminator with example?
Answer / 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 |
What is mean by maxcc
can we use variable picture clause as xx.99 in cobol.
what is mainframe? what is the mainframe software ? what is use in s/w field?
how many maximum no of variables can be declared in linkage section ?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
How To move a value to an array using move verb?
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
) How do you access the migrate the data from production region to development region
what is the difference between Normal vaiable and comp variable.
In COBOL "BEFORE" advancing is there or not ?
What is the difference between a binary search and a sequential search?
What is COMP SYNC?