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
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Why would you use find and get rather than to obtain?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the variable block file formats from cobol programs
What are the pertinent COBOL commands?
i want a program using by if, evaluate , string, unstring, perform, occurs?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
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.
Difference between array and sub-script ?
What are the cobol coding sheets?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the use of intialize verb?