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 |
How are the next sentence and continue different from each other?
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
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
What guidelines should be followed to write a structured cobol prgm?
Hai friends why we need to read a file before re-write a record?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
State the various causes of s0c1, s0c5 and s0c7.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
can we display comp-3 variables. if we want to display what we have to do . give me one example
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
wht do u mean by (*,intrdr) wht is * used for ?
what is internal sort and external sort ? which is preferable ?