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 / krishnarao

Ans 2 is correct. we wont get soc7.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what happens if parmparameter passes zero bytes to the program

1753


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2165


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

837


how do you reference the rrds file formats from cobol programs

936


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1616






What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

763


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

7073


What is difference between static and dynamic call in cobol?

903


What are all the divisions of a COBOL program?

757


how can i see junk values in dclgen or in hostvariable of comp ?

2635


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1311


What are declaratives and what are their uses in cobol?

797


What is the Purpose of POINTER Phrase in STRING command in COBOL?

845


Name the sections present in data division.

793


How do u write test cases?

1717