The hierarchy of the execution of logical operators is
(a) NOT AND OR
(b) AND OR NOT
(c) OR AND NOT
(d) OR NOT AND
Answer Posted / ritesh
a
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write the code implementing the perform … varying.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the compute verb? How is it used?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
) how do u code after getting data?
How do you differentiate between cobol and cobol-ii?
How are the next sentence and continue different from each other?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How arrays can be defined in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Are you comfortable in cobol or jcl?
Have you used comp and comp-3 in your project? And how?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.