Identify the invalid dataname from the following:
(A) savings-account
(B) annual-allocation-for-overhead
(C) samount250
(D) 12demand
Answers were Sorted based on User's Feedback
Answer / 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 |
Explain complete concept of table handling in COBOL with an example?
How to convert bunch of words in a line to relvant ASCII values?
For rewrite, why is it mandatory that file needs to be opened?
Which Search verb is equivalent to PERFORM…VARYING?
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
10 Answers Huawei, IBM, TCS,
Explain call by context by comparing it to other calls.
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
what r the types of perform statement
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
if we have a 10 steps how to override the 4th step in jcl?
what are the working storage fields in BMS macro?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.