01 b pic +9(4)
How many bytes it will take for storage???

Answer Posted / varun singh

5 bytes

Is This Answer Correct ?    27 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default value(s) for an initialize? What keyword will allow for an override of the default?

648


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

733


What is the problem of ordered sequential files access?

690


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

671


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

736






What is the local-storage section?

672


Which Search verb is equivalent to PERFORM…VARYING?

677


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?

6795


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.

1103


How to print 10 to 1 if the input have only 10 digit number?

803


What are the rules of the move verb?

695


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1917


How do u write test cases?

1631


What is the difference between Global and External Variables?

654


Which division and paragraphs are mandatory for a COBOL program?

703