Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the cobol coding sheets?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Explain what you understand by passing by value.
Can a Search can be done on a table with or without Index?
What are the different data types in cobol?
What is redefines clause in COBOL?
Write a cobol program making use of the redefine clause.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the different open modes available in cobol?
How can you get the ksds file records into your cobol program?
What is rmode(any) ?
Name some of the examples of COBOl 11?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?