Can we move X(7) to S9(7) COMP?



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

Post New Answer

More COBOL Interview Questions

How are the next sentence and continue different from each other?

0 Answers  


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

13 Answers   HSBC,


What guidelines should be followed to write a structured cobol prgm?

0 Answers  


Hai friends why we need to read a file before re-write a record?

7 Answers   L&T,






if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


State the various causes of s0c1, s0c5 and s0c7.

0 Answers  


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.

0 Answers   Infosys,


can we display comp-3 variables. if we want to display what we have to do . give me one example

6 Answers   CGI, Deloitte,


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

0 Answers  


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


what is internal sort and external sort ? which is preferable ?

2 Answers   TCS,


Categories