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
what happens if parmparameter passes zero bytes to the program
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how do you reference the rrds file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
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?
What is difference between static and dynamic call in cobol?
What are all the divisions of a COBOL program?
how can i see junk values in dclgen or in hostvariable of comp ?
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?
What are declaratives and what are their uses in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Name the sections present in data division.
How do u write test cases?