I have a Flat file in which certain records are present in
a tabular format. I need to extract some of the records on
some basis from it and copy them into a flat file...how it
can be done ??
Answer Posted / dumbojumbo
I have a Flat file in which certain records are present in
a tabular format. I need to extract some of the records on
some basis from it and copy them into a flat file...how it
can be done ??
From the flat file that you have that contains certain
records in tabular format , you can extract some of the
records on some basis from it and copy it into another flat
file by using SOME MEANS.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
) How do u handle errors in BMS macro?
How arrays can be defined in COBOL?
What is rmode(24)
What is the use of intialize verb?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is perform what is varying?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
) what is the difference between AID and HANDLE AID?
What is the compute verb? How is it used?