What are the different open modes available in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
When is a scope terminator mandatory?
Can the OCCURS clause be at the 01 level?
What is an explicit scope terminator?
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
What is ASKTIME, SUSPEND
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Write a program to explain size error.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.