Software Development Exam  >  Software Development Videos  >  Introduction to Software (SaaS): Beginners Guide (Hindi)  >  SAS Programming Tutorial From Scratch (Hindi/Urdu)-109-SAS COMPBL Function

SAS Programming Tutorial From Scratch (Hindi/Urdu)-109-SAS COMPBL Function Video Lecture | Introduction to Software (SaaS): Beginners Guide (Hindi) - Software Development

45 videos

Top Courses for Software Development

FAQs on SAS Programming Tutorial From Scratch (Hindi/Urdu)-109-SAS COMPBL Function Video Lecture - Introduction to Software (SaaS): Beginners Guide (Hindi) - Software Development

1. SAS COMPBL कार्य क्या है और यह कब उपयोगी होता है?
उत्तर: SAS COMPBL कार्य एक स्ट्रिंग आइटम को सामान्य स्थान के रूप में प्रदर्शित करने के लिए उपयोगी होता है। यह एक ट्रिम्ड स्ट्रिंग आइटम के आगे और पीछे अतिरिक्त स्थान को हटा देता है और एकीकृत स्पेस को बदलकर एक विशेष इंटरनल कोड के रूप में प्रदर्शित करता है।
2. क्या SAS COMPBL कार्य केस संवेदनशील है?
उत्तर: हाँ, SAS COMPBL कार्य केस संवेदनशील है क्योंकि यह वापसी रिकॉर्ड स्थान को हटाने के साथ-साथ स्ट्रिंग को ट्रिम करने का कार्य करता है और उसे एकीकृत स्पेस के रूप में प्रदर्शित करता है।
3. SAS COMPBL कार्य का उपयोग किस प्रकार किया जाता है?
उत्तर: SAS COMPBL कार्य प्रमुखतः उन स्थितियों में उपयोगी होता है जहाँ आपको स्ट्रिंग में अतिरिक्त स्थान को हटाने और स्पेस को एकीकृत करने की आवश्यकता होती है, जैसे कि व्याख्याता या रिपोर्ट में डेटा को सुधारने के लिए।
4. SAS COMPBL कार्य का उपयोग करने के लिए कौन-सा सिनटैक्स उपयोग किया जाता है?
उत्तर: SAS COMPBL कार्य का उपयोग करने के लिए निम्नलिखित सिनटैक्स का उपयोग किया जाता है: COMPBL (आइटम, लंबाई) यहाँ, आइटम उस स्ट्रिंग को दर्शाता है जिसे आप सामान्य स्थान में प्रदर्शित करना चाहते हैं, और लंबाई उस स्थान की संख्या है जिसे आप हटाना चाहते हैं।
5. SAS COMPBL कार्य के उदाहरण दें।
उत्तर: यहाँ एक उदाहरण है कि कैसे SAS COMPBL कार्य का उपयोग एक स्ट्रिंग को सामान्य स्थान में प्रदर्शित करने के लिए किया जा सकता है: data example; input name $20.; compbl_name = compbl(name,20); put compbl_name; datalines; John Smith ; run; इस उदाहरण में, आपको name चर में "John Smith" दर्ज करना होगा और उसे compbl_name नामक बनाने के लिए SAS COMPBL कार्य का उपयोग करना होगा। परिणामस्वरूप, यह स्ट्रिंग "John Smith" को "John Smith" के रूप में प्रदर्शित करेगा।
Explore Courses for Software Development exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

video lectures

,

past year papers

,

Semester Notes

,

Extra Questions

,

SAS Programming Tutorial From Scratch (Hindi/Urdu)-109-SAS COMPBL Function Video Lecture | Introduction to Software (SaaS): Beginners Guide (Hindi) - Software Development

,

Previous Year Questions with Solutions

,

mock tests for examination

,

pdf

,

practice quizzes

,

SAS Programming Tutorial From Scratch (Hindi/Urdu)-109-SAS COMPBL Function Video Lecture | Introduction to Software (SaaS): Beginners Guide (Hindi) - Software Development

,

Objective type Questions

,

MCQs

,

Sample Paper

,

SAS Programming Tutorial From Scratch (Hindi/Urdu)-109-SAS COMPBL Function Video Lecture | Introduction to Software (SaaS): Beginners Guide (Hindi) - Software Development

,

shortcuts and tricks

,

Important questions

,

study material

,

Free

,

Summary

,

Viva Questions

,

ppt

,

Exam

;