Answer Posted / g.naveen
ENVIRONMENT DIVISION.
FILE-CONTROL.
SELECT FILE1 ASSIGN TO DISK1.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
how to move the records from file to array table. give with code example
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between Global and External Variables?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do get the result of your program directly on your pc?
Which mode is used to operate the sequential file?
What is redefines clause in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how to convert the recors form vsam file to db2 table tru file aid
Describe the cobol database components?
Define cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?