Which of the following characters is NOT valid in column 7?
a. -
b. \
c. *
d. #
e. $
Answers were Sorted based on User's Feedback
Answer / jeyaprakash radhakrishnan
Valid charters are - * / D an-empty-space.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between a DYNAMIC and STATIC call in COBOL?
In EBCDIC, how would the number 1234 be stored?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
What are the differences between OS VS COBOL and VS COBOL II?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
sample code for read a 2nd record from last in flatfile how can do?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
What is the default value of DISP parameter?
can we use reference modification an arry.
What is the difference between binary search and sequential search?
How may divisions are there in JCL-COBOL?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?