) how do u code after getting data?
what is Pic 9v99 Indicates?
What are the steps you go through while creating a COBOL program executable?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
what is the meaning of pic 9(09)v99-
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
In an array processing what is the thing that can be done by using subscripts but not by using index
Write down the divisions of cobol program?
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
Write some characteristics of cobol as means of business language.
What is a SSRANGE and NOSSRANGE?