. How do we cast a variable in COBOL
why we are using set in searchall?
What is the difference between PIC 9.99 and 9v99?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Explain about different table spaces.
What is report-item in COBOL?
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
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?
how to pass 100 to s9(4) how r they inserted ?
What does the IS NUMERIC clause establish ?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
waht is inspect verb? where it can be in real time?
01 a pic s9(5) value '-12345' how it will be stored