What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field?

Answers were Sorted based on User's Feedback



What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?..

Answer / varun v

1) Move Spaces to Numeric field:

Here program would give compilation error saying Spaces
to Numeric integer did not follow the "MOVE" statement
compatibility rules.

2) Move Zeroes to Alphabetic field:

Would work fine with Movement of Zeroes to the
Alphabetic field.

Is This Answer Correct ?    20 Yes 4 No

What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?..

Answer / aliya

It will give SOC7.

Is This Answer Correct ?    9 Yes 5 No

What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?..

Answer / ram.g

ans to last ans

anything you can move to alpha...provided ..ur input is w/n
quotes...


ans to ur qn...

its quite possible by using redefine command...

the field will be sharing same memorylocation..

eg: 05 ws-num pic 99
10 ws-char redefines ws-num pic x(2)

move 12 to ws-num
move 'ab' to ws-char

Is This Answer Correct ?    4 Yes 0 No

What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?..

Answer / ram.g

sorry for post 3 2nd ans

it supposed for the qn ...x(7) to 9(9) nd vice versa..
plz refer the qn...

Is This Answer Correct ?    3 Yes 0 No

What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?..

Answer / sivakumar sekharannair

compile error will occure if zeroes moved to alphabetic
field or spaces moved to numeric field.

Is This Answer Correct ?    5 Yes 4 No

What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?..

Answer / jayaprabhu

spaces to umeric field will give data exp error soc7

bocz we cant move the spaces to numeric field

Zeroes to alphabetic we cant bcoz zeroes is numeric we cant
move into the alphabetic if we move it will give soc7

But using redefines we can moves num-alpa, alpa -num
these kind we use for copybook where in if you have one
field need to change for num/alpa.instead going for new
copybook .

Is This Answer Correct ?    1 Yes 1 No

What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?..

Answer / thavasi

all above answers are incorrect.


Move SPACES to numeric field:
=============================

Moving spaces/non-numeric to numeric won't give any
compilation error or S0C7.

S0C will occur only when u do computation with non-numeric data.

ZERO to alphabetic field:
========================

MOVing ZEROS to alphabetic - will result in compilation error.

Is This Answer Correct ?    5 Yes 7 No

Post New Answer

More COBOL Interview Questions

Name some of the examples of COBOl 11?

0 Answers   CSC,


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

0 Answers  


wht r the advantages of 77 level number ?

8 Answers   TCS,


What is normalisation?

2 Answers   IBM,


what is srange and nosrange pls reply to ths question ?

2 Answers   L&T,






What is static and dynamic call in cobol?

0 Answers  


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

0 Answers   Valtech,


How to open and see copy book ?

3 Answers  


how to convert vsam table into DB2 table?

1 Answers   IBM, Wipro,


should I use Go back in the main program ? Yes we can use Go back in main program as well.

2 Answers   Xansa,


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

0 Answers  


can we declare occurs in 01 level?

2 Answers   Temenos,


Categories