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 |
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
What is Redefines clause?
How are the next sentence and continue different from each other?
How can you submit a job from COBOL programs?
how to move the records from file to array table. give with code example
What is SDSF?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
how to pass 100 to s9(4) how r they inserted ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
Can JUSTIFIED be used for all the data types?