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 |
how to know that the file has 300 records how to acess it?
Can we move X(9) to 9(9). If yes what are the ways for doing this?
can anyone explain me the concept of COMP-4 PLEASE??
what is the difference between perform varying and perform until
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
what is jcl approach for programming?
what is S04E error in jcl?
11 Answers IBM, L&T,
Can we use goto statement in inline_perform ?
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
Explain fixed length record in cobol? with suitable example
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.