Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 7744DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 10514Post New Verinon Technology Solutions SAS Interview Questions
Why synchronous motor is used in power factor improvement,dc series in lift
Explain the difference between masking and non-masking?
List the names of binders provided by .net framework 4.0?
What information can be stored in a database?
How do you access private methods in python?
How do I switch between spreadsheets?
Define managed code?
What is the use of ui theme designer? What are the benefits?
what qualitites do you look for in your colleagues?
What do you comprehend by functional requirements questionnaire (frq)?
How will you create interactive dashboards ?
What are swift categories?
Do you know what is cross-site request forgery (csrf) and how rails is protected against it?
What are the requirement of using dunning?
1) What is an Virtual memory? 2) How do we test API's in both Windows/Linux/Unix? 3) What is an IOCTL? 4) How do you open a char device through API's? 5) What is major num/ minor num? 6) What is the max num for minor num? 7) Who gives you the major / minor numbers? 8) Reverse a string using recursive func. 9) fork/vfork/clone. 10) What does fork returns? 11) What is a zombie process? 12) What happens when a child completes before parent tries to wait for it? 13) Interrupt handlers, top-hdnl....?