what is scope terminator
Answers were Sorted based on User's Feedback
Answer / shenbagasundari pilavadian
Scope terminator is used to delimit the range of operation
for COBOL conditional statements.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / srinivas yadav
Scope terminator terminates the statements instead of
period operator(.)
eg:
if
-----
-----
-----
end-if
| Is This Answer Correct ? | 2 Yes | 0 No |
explain sorting techniques in cobol program?
Why IBM?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
Describe the difference between subscripting and indexing ?
can anyone explain me the concept of COMP-4 PLEASE??
01 a pic s9(5) value '-12345' how it will be stored
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
waht is inspect verb? where it can be in real time?
whats the disadvantage of search all over search?