write the a cl program with the following specification
A. Accept 2 parameters-date and date type
B. if date type is J then convert date to *MDY format
C. if date type is M convert date to *JUL format
4.send a program message with the value of converted
date
Please explain for each with coding?
No Answer is Posted For this Question
Be the First to Post Answer
A combination of multiple keys defined in a physical file or logical file is called a _________ key
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
What does this useful command line do? tasklist /m "mscor*"
THE CHANNEL IN DATA COMMUNICATION CAN BE?
Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two
what is the difference between conversion and interface in bdc?
if try is followed by finally block what happen to exception occured in try block
3 Answers Professional Access,
Outline the two important features of a terminating recursion. Any ideas?
what are the 3 forms of a prolog term
what does mean and stack mean in genral programming?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
What is the meaning of .(dot) in .NET framework?