ZEROES and SPACES are _______ constants
(a) Figurative
(b) Numeric
(c) Non-numeric
(d) Alphabete
Answer Posted / anil prajapati
correct answer is a
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is difference between static and dynamic call in cobol?
What is a scope terminator give example?
How many sections are there in data division in COBOL?
Give some examples of command terminators?
How do define dynamic array in cobol.
What are the different types of condition in cobol and write their forms.
HOw can I get the negative sign while deduct high value from low value
How do you define a variable of comp-1 and comp-2?
What is comp-1 and comp-2?
Discuss about changing dataset name in proc.
How you can characterize tables in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
Write a cobol program making use of the redefine clause.
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.