Why did you choose to work with ibm mainframe cobol programming?
What is the difference between comp and comp-3 usage?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
What is XDC ?
What is the difference between next sentence and continue in cobol programing language?
how many divisions are there in cobol
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
Why occurs cannot be used in 01 level in COBOL?
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is the use of filler in cobol programing?