Answer Posted / anil prajapati
occurs can not be define at 01 level because records never
repeated only fields are repeated
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What are literals?
how do you reference the rrds file formats from cobol programs
How many bytes S(8) comp field occupy and its maximum value?
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 ?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
) what is the difference between AID and HANDLE AID?
Write down the divisions of cobol program?
How do you differentiate between cobol and cobol-ii?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what happens if parmparameter passes zero bytes to the program
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the compute verb? How is it used?
How to remove 2 duplicate records and copy only one using job control language?