if someone is using my file,how can i find which user id is
using?
Answer Posted / reh
Yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Which division and paragraphs are mandatory for a COBOL program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the pertinent COBOL commands?
Explain the configuration section of a cobol program with examples of syntax.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
When is inspect verb is used in cobol?
How do define dynamic array in cobol.
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between Global and External Variables?
Name the sections present in data division.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the fixed unblock file formats from cobol programs