how we sort two input files based on a common column and
giving one o/p file please send me the coding logic?
No Answer is Posted For this Question
Be the First to Post Answer
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
What is link edit in cobol?
What is the difference between Perform para and perform asaection in cobol?
how do you reference the variable block file formats from cobol programs
What should be the sorting order for SEARCH ALL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is SET TO TRUE all about, anyway?
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
What is Control Break processing ?
) what is the difference between AID and HANDLE AID?
How to concatenation one or more string?
What are the different types of condition in cobol and write their forms.