Which of the following characters is NOT valid in column 7?
a. -
b. \
c. *
d. #
e. $
Answer Posted / seshu
# and $ are not Valid in 7th column
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How arrays can be defined in COBOL?
How do define dynamic array in cobol.
Explain how you can characterize tables in cobol?
IF I mention stop run in CICS what happens?
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.
Define static linking and dynamic linking.
Write some characteristics of cobol as means of business language.
Can a Search can be done on a table with or without Index?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Difference between array and sub-script ?
What is rmode(24)
Mention the guidelines to write a structured cobol program?
Name the divisions, which are available in a cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?