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 an in line perform? When would you use it? Anything else you wish to say about it.
Which Search verb is equivalent to PERFORM…VARYING?
How do get the result of your program directly on your pc?
What guidelines should be followed to write a structured cobol prgm?
What are the different types of condition in cobol and write their forms.
Define cobol?
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...)
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the cobol coding sheets?
what is difference between cobol and cobol/400
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?
What is the difference between comp and comp-3?
What are literals?