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 / guest
a) not and or
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
Write a program to enter and display the names of students in a class using the occurs clause.
How do u write test cases?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the pertinent COBOL commands?
Which division and paragraphs are mandatory for a COBOL program?
How do get the result of your program directly on your pc?
What is link edit in cobol?
Which mode is used to operate the sequential file?
How to know whether the module is dynamical or statistical?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are the various section in data division and briefly explain them.
how to convert the recors form vsam file to db2 table tru file aid
What are the different rules to perform a Search?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning