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
Difference between cobol and cobol-ii?
Are you comfortable in cobol or jcl?
When is inspect verb is used in cobol?
What is the difference between PIC 9.99 and PIC9v99?
How do define dynamic array in cobol.
How arrays can be defined in COBOL?
What is the LINKAGE SECTION used in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How many sections are there in data division in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
Name the divisions, which are available in a cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do you define a variable of comp-1 and comp-2?
Explain how you can characterize tables in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?