HOME |  FREE ADS |  CLASSIFIEDS |  MESSAGE BOARD |  LINKS |  CONTACT
  CT Sofwtare Training, QA Training Institutes
Showing page 1 of 1 pages            [Post New]

Message  
Author  
Date  
dotnet / oracle / sap training  
james   2009-12-07 20:59:50  
I am looking for dotnet / oracle / sap training & placement in Shelton, CT or Hamden CT. Let me know if somebody can help / guide me. Thank you
Clinical Research Training  
Prem Kumar   2009-07-21 13:16:50  
SAS Introduction

In Information and Technology area, managing huge databases and analyzing the data is a challenging task. For managing data, warehouses are created as per the client’s specifications and requirements and variety of software tools are used to process the data.

What is SAS system?

Statistical Analysis System, known as SAS System, is one of the most widely used, flexible data processing tools. It is used to perform:
# Data entry, retrieval and management
# Report writing and graphics
# Statistical and mathematical analysis
# Business forecasting and decision support
# Operations research and project management
# Application development

The core of the SAS System is base SAS software. It consists of
# SAS language: It is a programming language that you use to manage data
# Procedure that are software tools for data analysis and reporting
# A macro facility
# A windowing environment called the SAS Display Manager System.

Overview of Base SAS Software

Before analyze the data and produce the final report we have to arrange the data in the order (format) that the software will recognize the data for further processing. SAS will recognize the data in the form of data set. SAS data set consists of two parts i.e.
# Descriptor information: This describes the contents of the SAS data set to the SAS System.
# Data values: Data that have been collected or calculated which is organized into a rectangular structure containing rows called observations and columns called variables

Syntax of SAS language

SAS language consists of statements. Each SAS statement is terminated by semi-colon ( When SAS program is executed, log and lst (list or output) files are created by the system.

Log file contains the Error messages, Warnings and Notes. Whenever we run the SAS program, the first step is to open the log file and check for the errors, warnings and notes. This will help us the make the SAS program error free. When the log file is no errors, no warnings, no notes (it displays at the bottom of the log file specifying Warnings 0 Errors 0 Notes 0) then we can confirm that the processing is accurate.

Output file It contains the results of the processing. Base SAS mainly completes with two steps called Data Step and Procedure Step.

Data Step It is used to create data sets. Proc Step is used to execute the pre-defined procedures that are used for processing.

Running the System

We can start SAS session with the SAS command. SAS system can be used in different environments like DOS, Windows, NT, Unix, MVS, VMS etc.

SAS programs can be run in the following methods:
# Display Manager Mode: This method is used in windowing environment. We can edit and execute programming statement, display the SAS log and output windows.
# Interactive Line Mode: In this mode, program statements are entered in sequence in response to prompts from the SAS system.
# Non-interactive mode: SAS program statements are stored in an external file and executes immediately.
# Batch mode: we can run SAS jobs in batch mode under host systems batch or background executive.

Data Step

This is the main part to create a data or to describe the data that SAS system recognizes for processing. A Data step is a group of SAS language statements that begins with DATA statement and followed by programming statements that perform the manipulations necessary to build the data sets. Report writing, file management and information retrieval can all handled in the Data Step.

Data Step Processing

We can submit the Data step to the SAS system for execution. SAS System first compiles and then execute.

Compilation phase
# SAS system checks the syntax of the SAS statements and compiles them, while compile, it translates the statements into machine code.
# DATA statement dataset name (begins step)
# Input or Set, Merge or Update (reads a record from input data)
# Optional SAS programming statements (further process the data)
# Run (end of the data step)
# Sample DATA Step: Data weight; Input rollno sub1 sub2 sub3 ; Total=sum(sub1,sub2,sub3); Datalines; 1001 90 80 75 1003 80 85 87 1004 90 95 90 ;

Industries Adopted SAS
# Automotive
# Banking
# Financial Services
# Government & Education
# Healthcare
# LifeSciences
# Manufacturing
# Media & Entertainment
# Pharmaceutical***
# Retail
# Telecommunication

SAS in Pharmaceutical:
# FDA’s most preferred tool for Clinical trials for Phase I, II, III, IV etc. Only validated tool, which create regular opportunities for SAS, trained consultants.
# All major pharmaceutical companies USE SAS as the analysis tool for clinical research.
# On an average, a drug takes 12 –13 years to reach the market, therefore utilizations of SAS in all phase creates great opportunities for SAS trained consultants.
# On an average 6000-8000 clinical trials are conducted every year. Great Demand for SAS trained Consultants.
# Always there is a demand for the SAS consultants all through the year and years to come.
# Once trained, very easy to be adopted for different industries needs

CONTACT:609-233-8840/609-452-6005 kumar@heptronik.com
CLINICAL RESEARCH TRAINING  
PREM KUMAR   2009-07-21 13:13:59  
SAS Introduction

In Information and Technology area, managing huge databases and analyzing the data is a challenging task. For managing data, warehouses are created as per the client’s specifications and requirements and variety of software tools are used to process the data.

What is SAS system?

Statistical Analysis System, known as SAS System, is one of the most widely used, flexible data processing tools. It is used to perform:
# Data entry, retrieval and management
# Report writing and graphics
# Statistical and mathematical analysis
# Business forecasting and decision support
# Operations research and project management
# Application development

The core of the SAS System is base SAS software. It consists of
# SAS language: It is a programming language that you use to manage data
# Procedure that are software tools for data analysis and reporting
# A macro facility
# A windowing environment called the SAS Display Manager System.

Overview of Base SAS Software

Before analyze the data and produce the final report we have to arrange the data in the order (format) that the software will recognize the data for further processing. SAS will recognize the data in the form of data set. SAS data set consists of two parts i.e.
# Descriptor information: This describes the contents of the SAS data set to the SAS System.
# Data values: Data that have been collected or calculated which is organized into a rectangular structure containing rows called observations and columns called variables

Syntax of SAS language

SAS language consists of statements. Each SAS statement is terminated by semi-colon ( When SAS program is executed, log and lst (list or output) files are created by the system.

Log file contains the Error messages, Warnings and Notes. Whenever we run the SAS program, the first step is to open the log file and check for the errors, warnings and notes. This will help us the make the SAS program error free. When the log file is no errors, no warnings, no notes (it displays at the bottom of the log file specifying Warnings 0 Errors 0 Notes 0) then we can confirm that the processing is accurate.

Output file It contains the results of the processing. Base SAS mainly completes with two steps called Data Step and Procedure Step.

Data Step It is used to create data sets. Proc Step is used to execute the pre-defined procedures that are used for processing.

Running the System

We can start SAS session with the SAS command. SAS system can be used in different environments like DOS, Windows, NT, Unix, MVS, VMS etc.

SAS programs can be run in the following methods:
# Display Manager Mode: This method is used in windowing environment. We can edit and execute programming statement, display the SAS log and output windows.
# Interactive Line Mode: In this mode, program statements are entered in sequence in response to prompts from the SAS system.
# Non-interactive mode: SAS program statements are stored in an external file and executes immediately.
# Batch mode: we can run SAS jobs in batch mode under host systems batch or background executive.

Data Step

This is the main part to create a data or to describe the data that SAS system recognizes for processing. A Data step is a group of SAS language statements that begins with DATA statement and followed by programming statements that perform the manipulations necessary to build the data sets. Report writing, file management and information retrieval can all handled in the Data Step.

Data Step Processing

We can submit the Data step to the SAS system for execution. SAS System first compiles and then execute.

Compilation phase
# SAS system checks the syntax of the SAS statements and compiles them, while compile, it translates the statements into machine code.
# DATA statement dataset name (begins step)
# Input or Set, Merge or Update (reads a record from input data)
# Optional SAS programming statements (further process the data)
# Run (end of the data step)
# Sample DATA Step: Data weight; Input rollno sub1 sub2 sub3 ; Total=sum(sub1,sub2,sub3); Datalines; 1001 90 80 75 1003 80 85 87 1004 90 95 90 ;

Industries Adopted SAS
# Automotive
# Banking
# Financial Services
# Government & Education
# Healthcare
# LifeSciences
# Manufacturing
# Media & Entertainment
# Pharmaceutical***
# Retail
# Telecommunication

SAS in Pharmaceutical:
# FDA’s most preferred tool for Clinical trials for Phase I, II, III, IV etc. Only validated tool, which create regular opportunities for SAS, trained consultants.
# All major pharmaceutical companies USE SAS as the analysis tool for clinical research.
# On an average, a drug takes 12 –13 years to reach the market, therefore utilizations of SAS in all phase creates great opportunities for SAS trained consultants.
# On an average 6000-8000 clinical trials are conducted every year. Great Demand for SAS trained Consultants.
# Always there is a demand for the SAS consultants all through the year and years to come.
# Once trained, very easy to be adopted for different industries needs

Click here to Register with us for training.
SharePoint training with 100% placement assistance  
Mahi   2009-06-15 15:27:20  
GPC offers interactive training in SharePoint.
• 100% placements as our talented, experienced and highly successful marketing team will help you find your next job
• Training provided by certified industry experts who have deep knowledge and experience
• Hands on experience on a live project after completion of training


GPC is a Microsoft certified dynamic and fast-growing information systems consulting firm specializing in Microsoft SharePoint, ERP, e-Business and Custom Applications. Headquartered in New Jersey, GPC provides smart, innovative solutions to high-tech and manufacturing companies.

Why join GPC SharePoint training:
• 4 weeks fast track training
Small training duration means more concentration, however our instructors will ensures all students are ready for the next session by clearing doubts if any student lags behind.
• Vastly experienced instructors
Our instructors have extensive industry experience implementing Microsoft SharePoint.
• Small class sizes
Small class size ensures, each student will receive more individual attention and higher quality learning.
• Resume and interview assistance
We provide resume and interview assistance and conduct mock interviews to make sure you are ready for your next project on SharePoint
• Placement assistance
100% placement with dedicated and experienced marketing team who focus on individuals core strengths

Contact Mahi at (407)-788-5321 or (724)-396-9203 for more information.

SAP MM & FICO training  
V Subramanian   2009-05-19 13:03:08  
I am interested in having a quick refresher training in SAP - MM & FICO modules around the Danbury, CT area, preferably over the weekends or late evenings. Please advise. Thanks.
.NET and SharePoint Training  
spearbird   2009-02-27 15:31:30  
Spearbird LLC offers excellent cost effective, flexible and customized real time training in SharePoint and .NET. We provide resume/interview preparation assistance, phone support and 24X7 email support during and after the training
. Visit www.spearbird.com and email info@spearbird.com for more details

FileNet P8 with .NET API  
Somnath   2009-02-13 14:39:15  
I need training on FileNet P8 in .NET.
Can any one help me out ?
EXPERIENCED BABYSITTER  
NEETU SHARMA   2009-02-11 07:05:26  
A VERY EXPERIENCED LOVING CARING BABYSITTER IS AVAILABLE IN STAMFORD, NORWALK BRIDGPORT GREENWICH DARIEN FAIRFEILD ,RIVERSIDE , COS COB AND ALL NEARBY AREAS. I DID COURSE OF BABYSITTING FROM INDIA.I ALSO DID BABYSITTING OF CHILDREN IN DAY CARE.CONTACT ME IF YOU WANT ME TO YOUR NANNY.

PHONE 7044971229,
2032761757.


EMAIL ADDRESS
neetusharma771@yahoo.com


Business Analyst Training and Placement  
suchi   2009-02-11 01:12:40  
Free consultation to start your career in IT or excel in IT career!!! MAil your resume at suchi@itupdates.com

New Training session begin from 14th Feb'2009

If you think you have good communication skills and looking for a career in IT, have you thought about becoming a business Analyst?

IT Updates Inc is providing Business Analyst Training with experienced instructors, MS Project, Visio, Access, and Excel taught extensively. Take this great opportunity and become a Business Analyst.


BA Course Details

Day1 - Software development life cycle [SDLC]
„X Overview of Quality Analyst and Business Analyst role
„X Software Methodologies like waterfall, V-Shaped, Incremental, Spiral, CMM model, agile Methods (Scrum, XP, Lean Model)
„X Software Quality Assurance and Testing
„X Boundary Value Analysis
„X Traceability Matrix


DAY 2 - Manual testing
„X Test and Defect Management Tool [Test Director / HP Quality Center]
„X HP Quality Center components like Releases, Requirements, Test Plan, Test Lab, and Defects


DAY 3 - SQL
„X Data Manipulation Language (DML)
„X Data Definition Language (DDL)
„X Aggregate functions
„X Overview of Oracle and MS Server
„X Overview of PL/SQL and mySQL
„X MS Access

Day 4 ¡V Requirement Analysis and UML
„X Business Requirements Analysis and User Requirements Analysis
„X Mock JAD sessions
„X Documentation templates for Project Plan, Functional Specification, Business requirements and Software requirements.
„X MS Visio tool
„X Use cases Narrative and Diagrams, Sequence, Data flow diagrams, Activity Diagram,
„X Class diagram and Object diagrams
„X Mock scenarios and exercise

Day 5 ¡V MS Office Suite
„X System Analysis and Design
„X Client / Server and 3-Tier Models
„X MS Office Suite ¡V MS word, Excel, PowerPoint
„X Domain Knowledge

Day 6
„X Candidate performance evaluation
„X Interview questions
„X Resume discussion
„X Mock interview

For more information, mail at suchi@itupdates.com.
SOFTWARE QUALITY ASSURANCE (QA) TRAINING  
Deepak   2009-01-23 15:49:14  
Offer training courses to prepare you for Performance Test Specialist or QA Analyst job. For more details go to URL: http://www.performancetesting.webs.com
sap security training  
vamsi   2008-09-10 19:48:04  
looking for sap security training in connecticut can some one help
QA training  
Kuldeep singh   2008-09-03 16:42:48  
i need a QA training. deepkikamal@yahoo.com
BA & QA needed.  
Rakesh Balani   2008-07-15 18:55:05  
SQA Labs is Currently looking for Business Analysts & Quality Analysts to help expand our current core teams and to streamline processes. Please ensure you have a valid work visa to apply.

Best way to proceed is to send a copy of your resume at below email address.
For further information, please contact

Rakesh Balani,
Business Operations
SQA Labs Inc
602-439-0035 Ext - 302
rakeshb@sqalabs.com
www.sqalabs.com.
SAP BW training.  
Ram Rao   2008-02-25 15:53:14  
Need SAP BW training. Can any one help me.

Ram
www.ctdesi.com Copyright 2010 All Rights reserved. This site has details and links to advertisements, events, links, messages posted by users. The users need to verify the correctness of such information and ctdesi.com do not guarantee the correctness of the content. The risk of using this content remains with the user. Please read our Privacy Policy Send any comments to: Contact