01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.

Answer Posted / rajeumesh

Answer 2 is correct

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the access modes of START statement?

719


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

687


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

710


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)?

631


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1115






Explain about different table spaces.

648


what are decleratives in cobol?

1827


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

766


how do you reference the variable unblock file formats from cobol programs

748


What is the difference between structured cobol programming and object alternativelyiented cobol?

753


How to remove 2 duplicate records and copy only one using job control language?

751


Name the sections present in data division.

701


Why occurs cannot be used in 01 level in COBOL?

715


What kind of error is trapped by on size error option?

740


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

642