Identify the invalid dataname from the following:
(A) savings-account
(B) annual-allocation-for-overhead
(C) samount250
(D) 12demand
Answer Posted / ajmal
Correct Answer is (d)
Dataname CANNOT start with a numeric value. Must start with
alphabet only.
Also dataname can contain a maximum of 30 characters.
Therefore (b) is correct.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What are the pertinent COBOL commands?
explain sorting techniques in cobol program?
What is the use of intialize verb?
Which division and paragraphs are mandatory for a COBOL program?
What rules are to be followed while using the corresponding options?
what is difference between cobol and cobol/400
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how do you reference the fixed unblock file formats from cobol programs
How to print 10 to 1 if the input have only 10 digit number?
Give some examples of command terminators?
Explain what you understand by passing by value.
What is the difference between goback, stop run and exit program in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?