What was removed from COBOL in the COBOL II implementation?
No Answer is Posted For this Question
Be the First to Post Answer
What is COMP-1? COMP-2?
what will happen if pass values more than 100 using PARM parameter?
How do you differentiate between cobol and cobol-ii?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
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?
What are the different open modes available in cobol?
What is mean by maxcc
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
What is "Call by content" and "call by reference"?
Explain the configuration section of a cobol program with examples of syntax.
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)