What is link edit in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
which is better comp or comp-3 in terms of memory utilization?
01 A pic 9(100) find record length of it
How can you declare the file ?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
What are all the divisions of a COBOL program?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
how can u pass the values into db2 values from cobol ?
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
How we copy a program from production region to development region.What is the process & syntax ?