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 |
How can you declare the file ?
What is ASKTIME, SUSPEND
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
Can JUSTIFIED be used for all the data types?
what is the diff b/w select stsmt and cursor ?
if someone is using my file,how can i find which user id is using?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
How do you code Cobol to access a parameter that has been defined in JCL?
What is difference between comp & comp-4?
which one is the best of com and com-3.using of real time ?
A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
what is MSGLEVEL?