How can you declare the file ?

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


Please Help Members By Posting Answers For Below Questions

What is an in line perform? When would you use it? Anything else you wish to say about it.

821


Which Search verb is equivalent to PERFORM…VARYING?

845


How do get the result of your program directly on your pc?

2057


What guidelines should be followed to write a structured cobol prgm?

855


What are the different types of condition in cobol and write their forms.

857






Define cobol?

1060


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...)

2131


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

831


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

894


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

842


What are the cobol coding sheets?

851


what is difference between cobol and cobol/400

22102


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1396


What is the difference between comp and comp-3?

882


What are literals?

833