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?
No Answer is Posted For this Question
Be the First to Post Answer
What is SDSF?
What are VS COBOL 11 special features?
can we print comp 3 stmts how ?
where will we code call by content and call by reference dude pls reply soon ?
Define in-line perform?
What the difference is between continue and next sentence?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
what is meant by binary search?
Explain how to differentiate call by context by comparing it to other calls?