Can we move X(7) to S9(7) COMP?
Answer / shib
yes we can if value of x(7) contains numeric data like 1234567 or 0000000
We will not get any error.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is subscript in cobol?give realtime example?
How to read a 100 record from a file through cobol?
What type of Call you would use if you don;t want the control back to the calling program?
whats the difference between search and search all?
period is missing in the cobol program which error we getting
Which is not true about evaluate statement
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
what is meaning by design document? who can repared for this?
In EBCDIC, how would the number 1234 be stored?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
What is the difference between performing a SECTION and a PARAGRAPH?
How many maximum number of procedures can we write in one COBOL program?