I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
3 9640Post New GreenTree Interview Questions
What is a Campaign Member?
What is maximum size of table in postgresql?
1. Difference between Lookup and join? 2. Difference between funnel and join? 3. What type of load you have used in your project? 4. What type of data warehouse schema you have fallowed in you project? 5. How many fact tables and dimension tables is their in project? 6. How do you kill the job process using windows environment? 7. Difference between sequence file and dataset? 8. What is delta load and subsequent load? 9. By using which stages you have implemented the SCD
what to expect of your activities on the job?
What are some of the options available to transfer materials from one plant to another?
please somebody who have asked questions related to electronic and communication eng siemens 2010-2012 post here
What is the preferred size of a component in java programming?
Why is my left formula not working in excel?
situation where others disagreed with your ideas.
What does the m mean in xcode?
Define bluetooth profiles?
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,
Faults found should be originally documented by whom?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is el in jsp?