what are the steps to sort in a cobol program?
Answer Posted / snehatechm
sort file-1 on ascending/descending key using file-2 giving
file-3
file-1 is the work file and it should be defined in SD
file-2 is the input file and it should be defined in FD
file-3 is the output file and it should be in FD.
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What type of SDLC u followed? Why?
Write down the divisions of cobol program?
What is the difference between comp and comp-3 usage?
What is link edit in cobol?
Why occurs cannot be used in 01 level in COBOL?
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 ?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you get the data to code the BMS macro?
how do you reference the esds vsam file formats from cobol programs
how can i see junk values in dclgen or in hostvariable of comp ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the access modes of START statement?
Which Search verb is equivalent to PERFORM…VARYING?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain the configuration section of a cobol program with examples of syntax.