Using DS2TREE Macro to Create Interactive Treeview Diagrams for Clinical Adverse Experiences Records

Size: px
Start display at page:

Download "Using DS2TREE Macro to Create Interactive Treeview Diagrams for Clinical Adverse Experiences Records"

Transcription

1 Using DS2TREE Macro to Create Interactive Treeview Diagrams for Clinical Adverse Experiences Records Shi-Tao Yeh, GlaxoSmithKline, King of Prussia, PA. ABSTRACT The SAS DS2TREE macro uses the Treeview applet to generate an interactive node or link diagrams for hierarchical data. The applet is designed to visualize large hierarchical data, focusing on some of specific nodes of interest while retaining the context of the data hierarchy. The applet places the root node at the center of the view and the successive level of child nodes around the root node in circles of increasing radius. This is useful because some data sets collected from clinical trials are in hierarchical structures. These types of data are well-suited for the Treeview display. This paper discusses the application of the DS2TREE macro to clinical AE data and illustrates the interactive graph features provided by the Treeview applet. The SAS products used in this paper are SAS BASE and SAS/GRAPH 9.1 on a PC Windows platform. INTRODUCTION In clinical trial studies, the investigators are responsible for recording the subjects AE at each clinical office visit or assessment. An adverse experience is defined as: any noxious, pathological, or unintended change in anatomical, physiological, or metabolic functions as indicated by physical signs, symptoms, and/or laboratory, changes occurring in any phase of the clinical study whether associated with the study drug, active comparator or placebo, and whether or not considered drug related. In other words, an adverse experience is some unplanned, unwanted event which occurs to a subject and which is possible related to the study medication and therapy. The instructions for the investigator in the Case Report Form (CRF) are: Have there been any adverse experiences observed or elicited by the following direct question to the subject: "Have you felt different in any way since the last assessment? " If the answer is 'Yes', please record details in the Adverse Experiences section. The study team has responsibilities to review and report the adverse reactions and unexpected experiences involving risks to subjects. The following AE summary table is a sample display of AE report. Summary of All Adverse Events Body System Dose A Dose B Preferred Term (N=314) (N=326) ANY EVENT 283 (90%) 274 (84%) EAR NOSE & THROAT Any Event 82 (26%) 90 (28%) Upper respiratory tract infection 39 (12%) 37 (11%) Throat irritation 11 (4%) 11 (3%) Upper respiratory inflammation 5 (2%) 10 (3%) Nasal congestion/blockage 5 (2%) 6 (2%) Rhinitis 5 (2%) 5 (2%) Sinusitis 5 (2%) 4 (1%) Rhinorrhea/post nasal drip 4 (1%) 1 (<1%) Hoarseness/dysphonia 1 (<1%) 3 (<1%) Ear nose & throat signs & symptoms 0 3 (<1%) Epistaxis 1 (<1%) 2 (<1%) Table 1. Sample AE Report 1

2 Table 1 depicts a standard AE summary report with the AE terms of Body System / Preferred Term by treatment group which are shown on the table. The data used through out the paper are from a hypothetic clinical trial and are for illustration purpose only. SAS/GRAPH 9.1 provides a SAS macro DS2TREE with the Treeview Applet for creating interactive Treeview diagrams. The Treeview applet provides multi-scale viewing as well as user choice interaction properties. It implements the concept of a Space-Scale diagram. The information objects are organized in space and scale. The users interact directly with information space, mainly through the user interfaces. The user interfaces are controlled by using a mouse, buttons, and menus. Zooming techniques are often used to change the object s scale. Zoomable interfaces come in two types: 1) Geometric zooming where the zoom scale is linear with the zoom multiplier, 2) Semantic zooming where objects may change shape at different zoom levels. The semantic zooming is a distortion technique that displays a fisheye view to change object scale in a single view. By moving around and changing the scale, the user can get integrated context and focus of the large information space. The interactive menus available are: pop-up data tips, drill-down links, and interactivity via pop-up menus. The Treeview applet places the root node at the center of the view and places successive levels of child nodes around the root node in circle of increasing radius. Child nodes of an intermediate parent node are grouped close to the parent. An exponential view transformation is used to display the tree. Regardless of the view, the whole tree is always displayed. These interfaces include an overview, often called overview + detail interfaces illustrate the details of an information space together with an overview of the entire information space. Nodes and links at the center of the view port are displayed with normal magnification, while nodes, and links near the edge of the tree are compressed or to be displayed with reduced details. The overview + detail strategy allows users to interact with the tree in more detail in any area while still retaining overview of the tree. The Treeview applet is well-suited for the display of a large hierarchical data set. The features provided from the Treeview Applet are: 1. Scroll across the diagram by selecting off-center nodes or by searching nodes. 2. Move over a node can display optional data tips. 3. Access a pop-up menu by right-clicking the mouse. The menu enables the viewer to highlight or hide subtrees or drill-down to an optional URL. The menu also enables the viewer to select all nodes, display all previous hidden nodes, reset the view, display applet help, and search for nodes using various search parameters. 4. The fisheye distortion factor, coupled with extensive node selection features, enables a single node/link diagram to accommodate large data sets. 5. The thickness and various colors of the connection lines between the nodes provide a visual illustration of weighed relationships or summation of occurrences between the nodes. 6. The Treeview can generate an optional external XML file. DATA FILE A sample data file containing AE records is used in the SAS macro program for illustration purposes. The output from PROC CONTENTS is shown as follows: # Variable Type Len Pos Format Label AE_C Char AE: Dictionary Code 3 AGE Num Age 10 BDAT Num 8 16 DATE9. AE: Onset Date 8 BODY1 Char AE: Body System Level 1 12 EDAT Num 8 24 DATE9. AE: End Date 13 GIAE_C Char AE: GI Event of Concern Code 2

3 14 INTENS Char AE: Intensity 1 PID Char Patient ID 9 PREF Char AE: Preferred Term 2 RAND Char Randomization 15 RELAT Char AE: Relationship 16 RELT_FD Num 8 32 AE: Rel Time First Dose 17 RELT_LD Num 8 40 AE: Rel Time Last Dose 18 SER_C Char AE: Serious Code 6 SESSION Char Session 5 SES_ID Num 8 8 Session ID 4 SEX Char Sex 7 TRX Char Treatment 19 WITHAE_C Char AE: Withdrawal Code AE records from the clinical trials are in a hierarchical structure with different levels of AE terms. It is an ideal data structure for the Treeview display. SAS MACRO FOR AE DISPLAY I The type I AE display uses AE variable RAND as a tree root with the hierarchical structure of variable BODY1 as the first level nodes and the variable PREF as the child nodes from parent of the Body System node. DS2TREE macro arguments used in the sample program are as follows: Argument Description Default Value NDATA Specifies the SAS data set that contains the node data. CODEBASE Specifies the path of the SAS Java archives. The CODEBASE argument is required. You can specify CODEBASE=file:///c:\xxxx if the HTML file and Java archive are in the same directory. HTMLFILE Specifies the name and storage location of the HTML output file. If the external file does not exist, then it is created for you. NID Specifies the name of the variable in the nodes data set whose values are illustrated as the nodes in the diagram. The node ID variable can be either numeric or character. NLABEL Specifies the name of the variable that represents the node labels. The variable type can be either numeric or character. NTIP Specifies the name of the variable that provides the data or text that is displayed in the pop-up data tips window. NFNTNAME Specifies the name of the variable that determines the text The default node font is font for the node labels. The variable value can be SERIF, specified by the SANSSERIF, DIALOG, DIALOGINPUT, MONOSPACED. FNTNAME = argument. NCOLOR Specifies the variable in the nodes data set that determines the background color of the nodes, using HTML 3.2 color names or 6-digit hexadecimal RGB values. NCOLFMT Specifies the name of a user-defined SAS format that converts the values in the variable named in the NCOLOR= argument to valid HTML color names. HEIGHT Specifies the height of the applet window. The unit of 600 measure is pixels unless changed by the AHUNITS=argument. WIDTH Specifies the width of the applet window. The unit of 800 measure defaults to pixels unless specified by the AWUNITS=argument. 3

4 LWIDTH Specifies the name of the variable in the data set that determines the width of the link lines. LCOLOR Specifies the name of the variable that determines the color of the link lines. LCOLFMT Specifies the name of a user-defined SAS format that converts the values in the variable named in the LCOLOR = argument to valid HTML color names. CBACK Specifies a background color for the Treeview Applet. The value must be a valid HTML 3.2 color name. CNODE Specifies the node background color. The value must be a valid HTML color name. CSELECT Specifies a color for nodes that are selected by the mouse or as the result of a node search. The value must be a valid HTML 3.2 color name. BG Specifies the background color or image, based on the value of the BGTYPE= argument. BGTYPE NONE COLOR IMAGE NONE TTAG Specifies a text string that the macro translates into one or PREFORMATTED + more tags that will enclose the SAS TITLE. HEADER 3 TCOLOR Specifies the color of the text in the SAS TITLE, using an HTML 3.2 color name or a six-digit hexadecimal RGB value. FTAG Specifies a text string that the macro translates into one or PREFORMATTED + more tags that will enclose the SAS FOOTNOTE. HEADER 3 FCOLOR Specifies the color of the text in the SAS FOOTNOTE, using an HTML 3.2 color name or a six-digit hexadecimal RGB value. Table 2. DS2TREE Macro Arguments Used in the Sample Code I The argument CODEBASE specifies the path of SAS Java Archive(JAR). The JAR file format enables you to bundle multiple files into a single archive file. Typically a JAR file will contain the class files and auxiliary resources associated with applets and applications. The Treeview applet uses three JAR files; treeview.jar, j2d.jar and nld.jar. If you specify that the HTML file and JAR file are in the same directory, you need to copy all three JAR files into that directory. The light colors for background color of node and applet are recommended. Solid colors are better for link lines. Data tips, one of the interactive features, allows the user to graphically access information about any graphical elements shown on the screen. This is a mouse action feature, by hovering the mouse pointer over the desired entities on the graph a pop-up text box will display information about the object. In this AE application, the following information will be displayed: AE Treatment (root) Node: number and percentage of subject with AE events, AE Body System Node: body system label with body system code, number, and percentage of subject with this body system AE events. AE Preferred Term Node: preferred term label with preferred term code, number, and percentage of subject with this preferred term AE events. Data tips used in this application convert all the AE event count and percentage count information on each cell in Table 1 into data tips text. %macro runtree(trt=, where=); libname sa 'c:\nesug05'; data mstone; set sa.mstone; sdur=ltdat - ftdat +1; count=1; 4

5 if rand="&trt"; keep pid rand race sex age sdur count; proc sort;by rand; proc summary data=mstone; by rand; var count; output out=p0(keep=rand total) sum=total; data mstone; merge mstone p0; by rand; proc sort data=mstone;by pid; data ae; set sa.ae; &where; data ae; set ae; count=1; if ses_id=1 and rand="&trt" ; keep pid rand body1 pref body1_c pref_c count relt_fd; proc sort;by pref_c relt_fd pid; data ae; set ae; by pref_c relt_fd pid; if first.pid; proc sort data=ae ;by pid ; data ae; merge ae(in=a) mstone; by pid; if a; %macro setdata(var1=, var2=); data ae&var2; set ae; proc sort;by rand &var1 pid; data ae&var2; set ae&var2; by rand &var1 pid; if first.pid; proc summary data=ae&var2; by rand &var1; var count; output out=p&var2(keep=rand &var1 scount) sum=scount; proc sort data=ae&var2 nodupkey;by rand &var1; proc sort data=p&var2;by rand; proc sort data=p0;by rand; data ae&var2; merge ae&var2 p&var2 p0 ; by rand; length pref1 $90.; spct=round((scount/total)*100,.01); pref1='0a'x ' Subjects with Event: ' compress(scount) ' (' compress(spct) '%)'; 5

6 keep body1 body1_c pref pref_c scount spct rand pref1; %mend; %setdata(var1=pref_c, var2=p); %setdata(var1=body1_c,var2=b); %setdata(var1=,var2=a); proc sort data=aep;by pref_c; proc sort data=aeb;by body1_c; data aea; set aea; length pref_c body1_c $4. pref $35.; pref_c='0000'; body1_c=' '; pref="&trt ADVERSE EVENTS"; data aeb; set aeb; pref=body1; pref_c=body1_c; body1_c='0000'; data final; set aea aeb aep; tname='sansserif'; fnwt='bold'; lscount=round(log(scount),.2); pref1= left(trim(pref)) '(' left(trim(pref_c)) ')' '0A'x trim(pref1); title1 "&t1 - &trt"; footnote1 "&f1 "; proc format; value $body = 'cxffff00' = 'cxffff00' /* more color specification */ = 'cxff33ff'; proc format; value lcola ='cx333333' ='cx33ffff' ='cx3333ff' ='cxcc6600' ='cxcc00cc' ='cxff0000'; ods listing; %ds2tree(ndata=final, codebase=file:///c:\nesug05, htmlfile=c:\nesug05\g9aetr05.htm, nid=pref_c, nparent=body1_c, nlabel=pref, ntip=pref1, nfntname=tname, nfntstyl=fnwt, ncolor=pref_c, ncolfmt=$body., height=500, width=980, lwidth=lscount, lcolor=lscount, 6

7 lcolfmt=lcola., cback=cxccffff, cnode=yellow, cselect=red, bg=cxffaaff, bgtype=color, ttag=header 3, tcolor=navy, ftag=header 5, fcolor=navy ); ods _all_ close; %mend; SAS MACRO INVOCATION: AE DISPLAY I %let t1=treeview of First Onset AE; %let f1=c:\nesug05\g9aetr05.sas &sysdate &systime; %runtree(trt=dose A); Figure 1. Treeview Diagram for AE Data You can move the cursor to the position of interest, hold the cursor, and drag the diagram to create a fish-eye distortion to view the second level nodes. You can also move the cursor over a node to view the data tips. The following figure shows the pop-up menu that a user can invoke by right-clicking a Treeview diagram in a browser. The pop-up menus illustrates all the options that are available for interacting with the diagram. For a description of these options, right-click on any Treeview diagram and select Treeview Applet Help from the pop-up menu. Figure 2 shows the fish-eye distortion, data tips, and interactive menus of the diagram. 7

8 SASMACROFORAEDISPLAYII Figure 2. Interactive Features of AE Treeview The type II AE display uses AE variable BODY1 as the tree root with the hierarchical structure of variable PREF as the parent node and variable PID as the child node. In this AE application, the following information will be displayed: AE Body System (root) Node: body system label with body system code, number, and percentage of subject with this body system AE events. AE Preferred Term Node: number and percentage of subject with this preferred term AE events. Subject Node: Subject ID, Race, Gender, Age, First AE on set relative to the first dose, and Study duration days. %macro runtree(trt=,where=); /* data preparation steps */ ods listing; %ds2tree(ndata=final, codebase=file:///c:\nesug05, htmlfile=c:\nesug05\g9aetr02.htm, nid=pid_c, nparent=apref_c, nlabel=apid, ntip=pref1, 8

9 nfntname=tname, nfntstyl=fnwt, height=520, width=980, lwidth=lscount, cback=aqua, cnode=yellow, cselect=red, bg=aqua, bgtype=color, tcolor=navy, fcolor=navy); ods _all_ close; %mend; SAS MACRO INVOCATION: AE DISPLAY II %let t1=treeview of First Onset AE at Subject Level; %let f1=c:\nesug05\g9aetr02.sas &sysdate &systime; %runtree(trt=dose A,where=%str(if body1_c='1100')); Figure 5. AE Treeview at Subject Level 9

10 SASMACROFORAEDISPLAYIII Figure 6. Subject Information Are Shown as Data Tips The type III AE display combines type I and II together to create a three level hierarchical structure. It uses AE variable RAND as the tree root with the hierarchical structure of variable BODY1 as the first level node, variable PREF as the second level node and variable PID as the third level node. %macro runtree(trt=, where=); libname sa 'c:\nesug05'; data mstone; set sa.mstone; sdur=ltdat - ftdat +1; count=1; if rand="&trt"; keep pid rand race sex age sdur count; proc sort;by rand; proc summary data=mstone; by rand; var count; output out=p0(keep=rand total) sum=total; data mstone; merge mstone p0; by rand; proc sort data=mstone;by pid; data ae; 10

11 set sa.ae; &where; data ae; set ae; count=1; if ses_id=1 and rand="&trt" ; keep pid rand body1 pref body1_c pref_c count relt_fd; proc sort;by pref_c relt_fd pid; data ae; set ae; by pref_c relt_fd pid; if first.pid; proc sort data=ae ;by pid ; data ae; merge ae(in=a) mstone; by pid; if a; %macro setdata(var1=, var2=); data ae&var2; set ae; proc sort;by rand &var1 pid; data ae&var2; set ae&var2; by rand &var1 pid; if first.pid; proc summary data=ae&var2; by rand &var1; var count; output out=p&var2(keep=rand &var1 scount) sum=scount; * proc print data=p&var2; proc sort data=ae&var2 nodupkey;by rand &var1; *proc print data=ae&var2; proc sort data=p&var2;by rand; proc sort data=p0;by rand; data ae&var2; merge ae&var2 p&var2 p0 ; by rand; length pref1 $90.; spct=round((scount/total)*100,.01); pref1=' Subjects with Event: ' compress(scount) ' (' compress(spct) '%)'; keep body1 body1_c pref pref_c scount spct rand pref1; *proc print data=ae&var2 (obs=30); %mend; %setdata(var1=pref_c, var2=p); proc sort data=aep;by pref_c; %setdata(var1=body1_c,var2=b); proc sort data=aeb;by body1_c; %setdata(var1=,var2=a); data aea; set aea; length apref_c abody1_c $10. pref $35.; apref_c='0000'; 11

12 abody1_c=' '; pref="&trt ADVERSE EVENTS"; data aeb; set aeb; length apref_c abody1_c $10.; pref=body1; apref_c=body1_c; abody1_c='0000'; proc sort data=mstone;by pid; proc sort data=ae;by pid; data aepid; merge ae(in=a) mstone(in=b); by pid; if a and b; data aepid; set aepid; length pref1 $68. apref_c abody1_c $10. ; scount=1; abody1_c=pref_c; body1=pref; apref_c=compress(pid) '_' compress(_n_); pref1=compress(pid) ' ' compress(race) ' ' compress(sex) ' Age:' Compress(age) ' First Onset(d): ' compress(relt_fd) ' St. Dur.(d): ' compress(sdur) ; pref=pid; data aep; set aep; length apref_c abody1_c $10.; apref_c=pref_c; abody1_c=body1_c; data final; set aea aeb aep ; pref1= left(trim(pref)) '(' left(trim(pref_c)) ')' trim(pref1); data final; set final aepid; tname='sansserif'; fnwt='bold'; lscount=log(scount); *proc print data=ae(obs=30); title1 "&t1 - &trt"; footnote1 "&f1 "; ods listing; %ds2tree(ndata=final, codebase=file:///c:\nesug05, htmlfile=c:\nesug05\g9aetr03.htm, nid=apref_c, nparent=abody1_c, nlabel=pref, ntip=pref1, nfntname=tname, nfntstyl=fnwt, height=520, width=980, lwidth=lscount, cback=aqua, cnode=yellow, cselect=red, bg=aqua, 12

13 bgtype=color, tcolor=navy, fcolor=navy ); ods _all_ close; %mend; SAS MACRO INVOCATION: AE DISPLAY III %let t1=treeview of First Onset AE; %let f1=c:\nesug05\g9aetr03.sas &sysdate &systime; %runtree(trt=dose A); Figure 7. Three Level AE Treeview Diagram 13

14 Figure 8. Different AE Subset Treeview Diagrams CREATE AN EXTERNAL XML FILE The type III program creates the Treeview with XML embedded in the HTML file. Several additional macro arguments are added to create an external XML file. Argument Description Default Value xmltype Specifies the name and storage location of the XML output file. makexml Specifies whether or not an XML file is to be generated. If you specify Y MAKEXML=N and MAKEHTML=Y, then only an HTML file will be generated. Note that under these circumstances, you may specify a value for the XMLURL= argument. xmlurl Specifies the URL of the existing file that contains the XML tags that define the node/link disgram. This argument is required if you specify XMLTYPE= EXTERNAL. xmlfile Specifies the name and storage location of the XML output file. If the external file does not exist, then it is created for you. This argument is required if you specify MAKEXML=Y and XMLTYPE= EXTERNAL. Note: Do not use the XMLFILE=argument if you use the XMLFREF= argument. Table 3. Additional Macro Arguments Used to Generate an External XML File 14

15 SAMPLE CODE IV: GENERATING AN EXTERNAL XML FILE ods listing; %ds2tree(ndata=final, codebase=file:///c:\nesug05, htmlfile=c:\nesug05\g9aetr08.htm, xmltype=external, makexml=y, xmlurl=file:///c:\nesug05, xmlfile=c:\nesug05\g9aetr08.xml, nid=apref_c, nparent=abody1_c, nlabel=pref, ntip=pref1, nfntname=tname, nfntstyl=fnwt, ncolor=apref_c, ncolfmt=$body., height=500, width=980, lwidth=lscount, lcolor=lscount, lcolfmt=lcola., cback=cxbbffff, cnode=yellow, cselect=red, bg=cxffaaff, bgtype=color, ttag=header 3, tcolor=navy, ftag=header 5, fcolor=navy ); ods _all_ close; The following partial XML document is generated from sample SAS Code IV. Figure 9. Partial XML Document Generated from Sample Code IV. 15

16 You can use the SAS XML Mapper to create an XML map, SAS code, table view, and contents. SAS XML Mapper is available in SAS version It is a Java-based application that allows users to create XMLMaps for use by the XML engine. SAS XML Mapper provides a graphical interface that you can use in order to generate the appropriate XML elements. SAS XML Mapper analyzes the structure of an XML document or an XML schema and generates basic XML syntax for the XMLMap. Figure 10 illustrate the SAS XML Mapper panes. Figure 10. SAS XML Mapper Panes CONCLUSION The clinical trials collect AE data. The AE data are converted to a hierarchical structure with different levels of AE terms based on the AE dictionary used. The interactive Treeview diagram is well-suited for the illustration of clinical hierarchical AE data. The interactive features provided from the Treeview applet allow users to do the following: 1. Select off-center nodes by clicking any node so that the applet moves that node to a focal position 2. Search for nodes, or drag any node to a desired position 3. Set any parent node as the root node of its descendant tree 4. Select, display, or hide any parent node s subtree 16

17 5. Position the cursor over a node for displaying data tips 6. Right-click the mouse to access a pop-up menu 7. Customize menu for highlight or hide subtrees, select all nodes, display hidden nodes, reset the view, display applet help, and search for nodes using various search parameters. 8. Generate an external XML file. REFERENCES [1] Patel, H., S. Matange,(2000): New Visualization in V8.2, Proceedings of the 26 th SAS Users Group International Conference, Paper [2] SAS Institute Inc.,(2003): SAS OnlineDoc 9.1, Cary NC. ACKNOWLEGMENTS The author would like to thank Lelia McConnell from SAS Institute Technical Support group for resolving my technical questions. TRADEMARKS SAS is a registered trademark of SAS Institute Inc., Cary, NC, USA indicates USA registration. Author Shi-Tao Yeh, Ph. D. (610) (W) Shi-Tao.Yeh@gsk.com 17

Interactive Graphs from the SAS System

Interactive Graphs from the SAS System Interactive Graphs from the SAS System Shi-Tao Yeh, GlaxoSmithKline, King of Prussia, PA. ABSTRACT An interactive graph is a dynamic graph interface that allows viewers interaction. The SAS System provides

More information

Paper An Automated Reporting Macro to Create Cell Index An Enhanced Revisit. Shi-Tao Yeh, GlaxoSmithKline, King of Prussia, PA

Paper An Automated Reporting Macro to Create Cell Index An Enhanced Revisit. Shi-Tao Yeh, GlaxoSmithKline, King of Prussia, PA ABSTRACT Paper 236-28 An Automated Reporting Macro to Create Cell Index An Enhanced Revisit When generating tables from SAS PROC TABULATE or PROC REPORT to summarize data, sometimes it is necessary to

More information

SAS Macros for Grouping Count and Its Application to Enhance Your Reports

SAS Macros for Grouping Count and Its Application to Enhance Your Reports SAS Macros for Grouping Count and Its Application to Enhance Your Reports Shi-Tao Yeh, EDP Contract Services, Bala Cynwyd, PA ABSTRACT This paper provides two SAS macros, one for one grouping variable,

More information

New Visualization in V8.2

New Visualization in V8.2 Paper 161-26 New Visualization in V8.2 Himesh Patel, SAS Institute Sanjay Matange, SAS Institute ABSTRACT Looking for a pain-free way to combine tables and graphs on the same page? Well, the search is

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

Mouse. Mouse Action Location. Image Location

Mouse. Mouse Action Location. Image Location Mouse The Mouse action group is intended for interacting with user interface using mouse (move, click, drag, scroll). All the Mouse actions are automatically recorded when you manipulate your mouse during

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

Multiple Graphical and Tabular Reports on One Page, Multiple Ways to Do It Niraj J Pandya, CT, USA

Multiple Graphical and Tabular Reports on One Page, Multiple Ways to Do It Niraj J Pandya, CT, USA Paper TT11 Multiple Graphical and Tabular Reports on One Page, Multiple Ways to Do It Niraj J Pandya, CT, USA ABSTRACT Creating different kind of reports for the presentation of same data sounds a normal

More information

ehepqual- HCV Quality of Care Performance Measure Program

ehepqual- HCV Quality of Care Performance Measure Program NEW YORK STATE DEPARTMENT OF HEALTH AIDS INSTITUTE ehepqual- HCV Quality of Care Performance Measure Program USERS GUIDE A GUIDE FOR PRIMARY CARE AND HEPATITIS C CARE PROVIDERS * * For use with ehepqual,

More information

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING CHAPTER 2 TEXT FORMATTING 1. Explain how to create a Bulleted and Numbered List in Star Office Writer? One way to create a list of points or topics in a document is to create a bulleted list. A bullet

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

JMP Clinical. Getting Started with. JMP Clinical. Version 3.1

JMP Clinical. Getting Started with. JMP Clinical. Version 3.1 JMP Clinical Version 3.1 Getting Started with JMP Clinical Creativity involves breaking out of established patterns in order to look at things in a different way. Edward de Bono JMP, A Business Unit of

More information

EXPORTING SAS OUTPUT ONTO THE WORLD WIDE WEB

EXPORTING SAS OUTPUT ONTO THE WORLD WIDE WEB EXPORTING SAS OUTPUT ONTO THE WORLD WIDE WEB Shi-Tao Yeh, EDP Contract Services Andrew C. Yeh, Relyt Technologies Inc. ABSTRACT This paper presents a step by step demostration of exporting SAS list and

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

Using SAS Files. Introduction CHAPTER 5

Using SAS Files. Introduction CHAPTER 5 123 CHAPTER 5 Using SAS Files Introduction 123 SAS Data Libraries 124 Accessing SAS Files 124 Advantages of Using Librefs Rather than OpenVMS Logical Names 124 Assigning Librefs 124 Using the LIBNAME Statement

More information

SAS Infrastructure for Risk Management 3.4: User s Guide

SAS Infrastructure for Risk Management 3.4: User s Guide SAS Infrastructure for Risk Management 3.4: User s Guide SAS Documentation March 2, 2018 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Infrastructure for

More information

Tree and Data Grid for Micro Charts User Guide

Tree and Data Grid for Micro Charts User Guide COMPONENTS FOR XCELSIUS Tree and Data Grid for Micro Charts User Guide Version 1.1 Inovista Copyright 2009 All Rights Reserved Page 1 TABLE OF CONTENTS Components for Xcelsius... 1 Introduction... 4 Data

More information

Global Standard for the Paper and Forest Products

Global Standard for the Paper and Forest Products Global Standard for the Paper and Forest Products papinet ISS tool user guide V2R20 February 2010 Table of Contents Table of Contents...1 Introduction...2 Background... 2 Overview of papinet ISS... 2 papinet

More information

ABSTRACT INTRODUCTION THE ODS TAGSET FACILITY

ABSTRACT INTRODUCTION THE ODS TAGSET FACILITY Graphs in Flash Using the Graph Template Language Himesh Patel, SAS Institute Inc., Cary, NC David Kelley, SAS Institute Inc., Cary, NC Dan Heath, SAS Institute Inc., Cary, NC ABSTRACT The Graph Template

More information

SAS Report Viewer 8.3 Documentation

SAS Report Viewer 8.3 Documentation SAS Report Viewer 8.3 Documentation About SAS Report Viewer Introduction to SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web

More information

Working with Composite Endpoints: Constructing Analysis Data Pushpa Saranadasa, Merck & Co., Inc., Upper Gwynedd, PA

Working with Composite Endpoints: Constructing Analysis Data Pushpa Saranadasa, Merck & Co., Inc., Upper Gwynedd, PA PharmaSug2016- Paper HA03 Working with Composite Endpoints: Constructing Analysis Data Pushpa Saranadasa, Merck & Co., Inc., Upper Gwynedd, PA ABSTRACT A composite endpoint in a Randomized Clinical Trial

More information

Going Under the Hood: How Does the Macro Processor Really Work?

Going Under the Hood: How Does the Macro Processor Really Work? Going Under the Hood: How Does the Really Work? ABSTRACT Lisa Lyons, PPD, Inc Hamilton, NJ Did you ever wonder what really goes on behind the scenes of the macro processor, or how it works with other parts

More information

Advanced Visualization using TIBCO Spotfire and SAS

Advanced Visualization using TIBCO Spotfire and SAS PharmaSUG 2018 - Paper DV-04 ABSTRACT Advanced Visualization using TIBCO Spotfire and SAS Ajay Gupta, PPD, Morrisville, USA In Pharmaceuticals/CRO industries, you may receive requests from stakeholders

More information

Beyond 20/20. Browser - English. Version 7.0, SP3

Beyond 20/20. Browser - English. Version 7.0, SP3 Beyond 20/20 Browser - English Version 7.0, SP3 Notice of Copyright Beyond 20/20 Desktop Browser Version 7.0, SP3 Copyright 1992-2006 Beyond 20/20 Inc. All rights reserved. This document forms part of

More information

T.I.P.S. (Techniques and Information for Programming in SAS )

T.I.P.S. (Techniques and Information for Programming in SAS ) Paper PO-088 T.I.P.S. (Techniques and Information for Programming in SAS ) Kathy Harkins, Carolyn Maass, Mary Anne Rutkowski Merck Research Laboratories, Upper Gwynedd, PA ABSTRACT: This paper provides

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

Introduction. CHAPTER 3 Working in the SAS Windowing Environment

Introduction. CHAPTER 3 Working in the SAS Windowing Environment 57 CHAPTER 3 Working in the SAS Windowing Environment Introduction 57 Using Function Keys 58 Using the SAS ToolBox 60 Using the Command Window 60 Using the Toolbar 61 Using the Tool Icons 61 Opening Files

More information

Creating Regional Maps with Drill-Down Capabilities Deb Cassidy Cardinal Distribution, Dublin, OH

Creating Regional Maps with Drill-Down Capabilities Deb Cassidy Cardinal Distribution, Dublin, OH Creating Regional Maps with Drill-Down Capabilities Deb Cassidy Cardinal Distribution, Dublin, OH ABSTRACT SAS/GRAPH includes many maps which are very useful. But what if you need a map that truly represents

More information

HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS

HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS GETTING STARTED (LOGIN) 2 SITE MAP (ORGANIZE WEBPAGES) 2 CREATE NEW PAGE 3 REMOVE PAGE 6 SORT PAGES IN CHANNEL 7 MOVE PAGE 8 PAGE PROPERTIES

More information

SAS CLINICAL SYLLABUS. DURATION: - 60 Hours

SAS CLINICAL SYLLABUS. DURATION: - 60 Hours SAS CLINICAL SYLLABUS DURATION: - 60 Hours BASE SAS PART - I Introduction To Sas System & Architecture History And Various Modules Features Variables & Sas Syntax Rules Sas Data Sets Data Set Options Operators

More information

WPS Workbench. user guide. "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs"

WPS Workbench. user guide. To help guide you through using the WPS user interface (Workbench) to create, edit and run programs WPS Workbench user guide "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs" Version: 3.1.7 Copyright 2002-2018 World Programming Limited www.worldprogramming.com

More information

LOGIN INTO OPENCLINICA...

LOGIN INTO OPENCLINICA... TABLE OF CONTENTS 1. INTRODUCTION... 3 2. LOGIN INTO OPENCLINICA... 3 2.1 Login... 3 2.2 Reset password... 3 2.3 Homepage... 4 2.4 Change Study or Site... 4 3. MODULES AND TASKS AVAILABLE TO A MONITOR...

More information

ABSTRACT INTRODUCTION WHERE TO START? 1. DATA CHECK FOR CONSISTENCIES

ABSTRACT INTRODUCTION WHERE TO START? 1. DATA CHECK FOR CONSISTENCIES Developing Integrated Summary of Safety Database using CDISC Standards Rajkumar Sharma, Genentech Inc., A member of the Roche Group, South San Francisco, CA ABSTRACT Most individual trials are not powered

More information

There s No Such Thing as Normal Clinical Trials Data, or Is There? Daphne Ewing, Octagon Research Solutions, Inc., Wayne, PA

There s No Such Thing as Normal Clinical Trials Data, or Is There? Daphne Ewing, Octagon Research Solutions, Inc., Wayne, PA Paper HW04 There s No Such Thing as Normal Clinical Trials Data, or Is There? Daphne Ewing, Octagon Research Solutions, Inc., Wayne, PA ABSTRACT Clinical Trials data comes in all shapes and sizes depending

More information

Data Grid Utilities - Searching Data Grids

Data Grid Utilities - Searching Data Grids Data Grid Utilities - Searching Data Grids Step 1 : To search any column on selected data grids begin by right mouse-clicking the column header for the column you want to search. This feature works on

More information

SAS Business Rules Manager 1.2

SAS Business Rules Manager 1.2 SAS Business Rules Manager 1.2 User s Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS Business Rules Manager 1.2. Cary,

More information

IBM Rational Rhapsody Gateway Add On. User Guide

IBM Rational Rhapsody Gateway Add On. User Guide User Guide Rhapsody IBM Rational Rhapsody Gateway Add On User Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

PowerPlay Studio. User Documentation

PowerPlay Studio. User Documentation PowerPlay Studio User Documentation June 2013 POWERPLAY STUDIO PowerPlay Studio... 1 Supported browsers... 1 Logging On... 2 The Cognos Table of Contents... 3 Working in PowerPlay Studio... 5 Open a Cube...

More information

Frequency tables Create a new Frequency Table

Frequency tables Create a new Frequency Table Frequency tables Create a new Frequency Table Contents FREQUENCY TABLES CREATE A NEW FREQUENCY TABLE... 1 Results Table... 2 Calculate Descriptive Statistics for Frequency Tables... 6 Transfer Results

More information

SAS Data Integration Studio 3.3. User s Guide

SAS Data Integration Studio 3.3. User s Guide SAS Data Integration Studio 3.3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Data Integration Studio 3.3: User s Guide. Cary, NC: SAS Institute

More information

The GTESTIT Procedure

The GTESTIT Procedure 967 CHAPTER 28 The GTESTIT Procedure Overview 967 About the Pictures 968 About the LOG 971 Procedure Syntax 972 PROC GTESTIT Statement 972 Examples 973 Example 1: Testing a GOPTIONS Statement 973 Overview

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

MDDB Report Viewer 9.4

MDDB Report Viewer 9.4 MDDB Report Viewer 9.4 SAS Documentation July 31, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. MDDB Report Viewer 9.4. Cary, NC: SAS Institute Inc. MDDB

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

IBM Rational Rhapsody Gateway Add On. User Manual

IBM Rational Rhapsody Gateway Add On. User Manual User Manual Rhapsody IBM Rational Rhapsody Gateway Add On User Manual License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

QDA Miner. Addendum v2.0

QDA Miner. Addendum v2.0 QDA Miner Addendum v2.0 QDA Miner is an easy-to-use qualitative analysis software for coding, annotating, retrieving and reviewing coded data and documents such as open-ended responses, customer comments,

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Insight: Measurement Tool. User Guide

Insight: Measurement Tool. User Guide OMERO Beta v2.2: Measurement Tool User Guide - 1 - October 2007 Insight: Measurement Tool User Guide Open Microscopy Environment: http://www.openmicroscopy.org OMERO Beta v2.2: Measurement Tool User Guide

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

VXvue User Manual (For Human Use)

VXvue User Manual (For Human Use) VXvue User Manual (For Human Use) Page 2 of 90 Revision History Version Date Description 1.0 2012-03-20 Initial Release Page 3 of 90 Contents Safety and Regulatory... 8 Safety Notice... 8 1. Introduction...

More information

OC RDC 4.6. User Guide

OC RDC 4.6. User Guide OC RDC 4.6 Read-Only User Guide Version 1.0 Page 1 of 25 TABLE OF CONTENTS ACCESSING OC RDC...3 Steps for Obtaining Access...3 Logging On...4 Password Changes...5 Computer System and Security...5 VIEWING

More information

Table of Contents Welcome to Menu.Applet... 2 Why Java -based menus?... 2 Basic terminology... 2 Getting to know Menu.Applet... 4 Creating a new menu

Table of Contents Welcome to Menu.Applet... 2 Why Java -based menus?... 2 Basic terminology... 2 Getting to know Menu.Applet... 4 Creating a new menu Table of Contents Welcome to Menu.Applet... 2 Why Java -based menus?... 2 Basic terminology... 2 Getting to know Menu.Applet... 4 Creating a new menu applet... 5 Applet Properties Panel: General Tab...

More information

Data Edit-checks Integration using ODS Tagset Niraj J. Pandya, Element Technologies Inc., NJ Vinodh Paida, Impressive Systems Inc.

Data Edit-checks Integration using ODS Tagset Niraj J. Pandya, Element Technologies Inc., NJ Vinodh Paida, Impressive Systems Inc. PharmaSUG2011 - Paper DM03 Data Edit-checks Integration using ODS Tagset Niraj J. Pandya, Element Technologies Inc., NJ Vinodh Paida, Impressive Systems Inc., TX ABSTRACT In the Clinical trials data analysis

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Utilizing the VNAME SAS function in restructuring data files

Utilizing the VNAME SAS function in restructuring data files AD13 Utilizing the VNAME SAS function in restructuring data files Mirjana Stojanovic, Duke University Medical Center, Durham, NC Donna Niedzwiecki, Duke University Medical Center, Durham, NC ABSTRACT Format

More information

DATA Step Debugger APPENDIX 3

DATA Step Debugger APPENDIX 3 1193 APPENDIX 3 DATA Step Debugger Introduction 1194 Definition: What is Debugging? 1194 Definition: The DATA Step Debugger 1194 Basic Usage 1195 How a Debugger Session Works 1195 Using the Windows 1195

More information

SAS/GRAPH 9.4: Java Applets and ActiveX Control User s Guide

SAS/GRAPH 9.4: Java Applets and ActiveX Control User s Guide SAS/GRAPH 9.4: Java Applets and ActiveX Control User s Guide SAS Documentation August 30, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS/GRAPH 9.4:

More information

Compute; Your Future with Proc Report

Compute; Your Future with Proc Report Paper PO10 Compute; Your Future with Proc Report Ian J Dixon, GlaxoSmithKline, Harlow, UK Suzanne E Johnes, GlaxoSmithKline, Harlow, UK ABSTRACT PROC REPORT is widely used within the pharmaceutical industry

More information

CALUMMA Management Tool User Manual

CALUMMA Management Tool User Manual CALUMMA Management Tool User Manual CALUMMA Management Tool Your Data Management SIMPLIFIED. by RISC Software GmbH The CALUMMA system is a highly adaptable data acquisition and management system, for complex

More information

Quick Results with the Output Delivery System

Quick Results with the Output Delivery System Paper 58-27 Quick Results with the Output Delivery System Sunil K. Gupta, Gupta Programming, Simi Valley, CA ABSTRACT SAS s new Output Delivery System (ODS) opens a whole new world of options in generating

More information

Adjusting the view. Magnifying the page view. Working with large page sizes. Choosing a page layout for scrolling ease. Setting a default view

Adjusting the view. Magnifying the page view. Working with large page sizes. Choosing a page layout for scrolling ease. Setting a default view Adjusting the view Magnifying the page view Working with large page sizes Choosing a page layout for scrolling ease Setting a default view Reading documents in Full Screen view Choosing a Web browser for

More information

Mini Guide. Viewer. What is BizInt Smart Charts Viewer? LOOK INSIDE. to see how you can

Mini Guide. Viewer. What is BizInt Smart Charts Viewer? LOOK INSIDE. to see how you can Viewer Mini Guide What is BizInt Smart Charts Viewer? BizInt Smart Charts Viewer is Windows software for opening, customizing, printing and exporting files created with: BizInt Smart Charts Drug Development

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

More information

VisANT 4.0 User Manual. Contents

VisANT 4.0 User Manual. Contents VisANT 4.0 User Manual Contents Visualization of Disease, Therapy and GO Hierarchie s Using Hierarchy Explorer... 2 Navigation of Hierarchies... 2 Searching the Hierarchy... 3 Searching Terms Using Key

More information

Syntax Conventions for SAS Programming Languages

Syntax Conventions for SAS Programming Languages Syntax Conventions for SAS Programming Languages SAS Syntax Components Keywords A keyword is one or more literal name components of a language element. Keywords are uppercase, and in reference documentation,

More information

Statistics and Data Analysis. Common Pitfalls in SAS Statistical Analysis Macros in a Mass Production Environment

Statistics and Data Analysis. Common Pitfalls in SAS Statistical Analysis Macros in a Mass Production Environment Common Pitfalls in SAS Statistical Analysis Macros in a Mass Production Environment Huei-Ling Chen, Merck & Co., Inc., Rahway, NJ Aiming Yang, Merck & Co., Inc., Rahway, NJ ABSTRACT Four pitfalls are commonly

More information

Standard Safety Visualization Set-up Using Spotfire

Standard Safety Visualization Set-up Using Spotfire Paper SD08 Standard Safety Visualization Set-up Using Spotfire Michaela Mertes, F. Hoffmann-La Roche, Ltd., Basel, Switzerland ABSTRACT Stakeholders are requesting real-time access to clinical data to

More information

TaskGuide. Users Guide. Version 2.0 Beta. Stottler Henke. Smarter Software Solutions

TaskGuide. Users Guide. Version 2.0 Beta. Stottler Henke. Smarter Software Solutions TaskGuide Users Guide Version 2.0 Beta Stottler Henke Smarter Software Solutions 2011 Stottler Henke Associates, Inc. TaskGuide is a trademark of Stottler Henke Associates, Inc. All rights reserved. Information

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031

More information

Embarcadero DB Optimizer 1.0 Evaluation Guide. Published: July 14, 2008

Embarcadero DB Optimizer 1.0 Evaluation Guide. Published: July 14, 2008 Published: July 14, 2008 Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. This is a preliminary document and may be changed substantially prior to final commercial

More information

Design Document The Disease Outbreaks Team

Design Document The Disease Outbreaks Team Design Document The Disease Outbreaks Team Abdulaziz Alhawas Jean Paul Labadie Jordan Marshall Luis Valenzuela Introduction Architectural Overview Module and Interface Descriptions Implementation Plan

More information

Changes and Enhancements

Changes and Enhancements vii Changes and Enhancements Introduction This section describes the features of SAS System under OS/2 that have been implemented or enhanced since Release 6.12. Version 8 changes and enhancements are

More information

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

More information

WebVisit User course

WebVisit User course WebVisit 6.01.02 User course 1 Project creation and the user interface WebVisit User course 2 Getting started with visualization creation 3 Access to structures and fields 4 Macros in WebVisit Pro 5 Language

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

SAS Drug Development. SAS Macro API 1.3 User s Guide

SAS Drug Development. SAS Macro API 1.3 User s Guide SAS Drug Development SAS Macro API 1.3 User s Guide ii SAS Drug Development 4.3.1 and 4.3.2: SAS Macro API 1.3 User s Guide Copyright 2013, SAS Institute Inc., Cary, NC, USA All rights reserved. Produced

More information

Zend Studio 3.0. Quick Start Guide

Zend Studio 3.0. Quick Start Guide Zend Studio 3.0 This walks you through the Zend Studio 3.0 major features, helping you to get a general knowledge on the most important capabilities of the application. A more complete Information Center

More information

PROC REPORT AN INTRODUCTION

PROC REPORT AN INTRODUCTION Table Generation Using the PROC REPORT Feature Edward R. Smith, Senior Scientific Programmer Covance Periapproval Services Inc, Radnor, PA ABSTRACT The PROC REPORT procedure is a powerful report generation

More information

The Evolution of a SAS/GRAPH Application Jenine Eason, AutoTrader.com, Atlanta, GA

The Evolution of a SAS/GRAPH Application Jenine Eason, AutoTrader.com, Atlanta, GA Paper P05-04 The Evolution of a SAS/GRAPH Application Jenine Eason, AutoTrader.com, Atlanta, GA INTRODUCTION Graphs are an excellent way to represent any activity. The author is using web server errors

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Learning the Pro/ENGINEER Interface

Learning the Pro/ENGINEER Interface 2 Learning the Pro/ENGINEER Interface This chapter introduces the Pro/ENGINEER interface tools: the menus, the dashboards, the selection tools and the viewing controls. As you go through this chapter,

More information

EMERALD Development Team

EMERALD Development Team EMERALD (TM) Alert Management Interface EMERALD Development Project December 2000 Acknowledgments: DARPA ITO DARPA ISO System Design Laboratory SRI International Release Date: December 6, 2000 User's Guide,

More information

i2b2 User Guide Informatics for Integrating Biology & the Bedside Version 1.0 October 2012

i2b2 User Guide Informatics for Integrating Biology & the Bedside Version 1.0 October 2012 i2b2 (Informatics for Integrating Biology and the Bedside) is an informatics framework designed to simplify the process of using existing, de-identified, clinical data for preliminary research cohort discovery

More information

What Is SAS? CHAPTER 1 Essential Concepts of Base SAS Software

What Is SAS? CHAPTER 1 Essential Concepts of Base SAS Software 3 CHAPTER 1 Essential Concepts of Base SAS Software What Is SAS? 3 Overview of Base SAS Software 4 Components of the SAS Language 4 SAS Files 4 SAS Data Sets 5 External Files 5 Database Management System

More information

Creating Web Pages with HTML-Level III Tutorials HTML 6.01

Creating Web Pages with HTML-Level III Tutorials HTML 6.01 Creating Web Pages with HTML-Levell Tutorials HTML 1.01 Tutorial 1 Developing a Basic Web Page Create a Web Page for Stephen DuM's Chemistry Classes Tutorial 2 Adding Hypertext Links to a Web Page Developing

More information

Financial Message Designer for Oracle Service Bus User s Guide. Version 10g Release 3 (10.3)

Financial Message Designer for Oracle Service Bus User s Guide. Version 10g Release 3 (10.3) Financial Message Designer for Oracle Service Bus User s Guide Version 10g Release 3 (10.3) FINANCIAL MESSAGE DESIGNER FOR ORACLE SERVICE BUS... 11 DESIGNER USER INTERFACE... 11 MENU BAR... 12 File Menu...

More information

Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA

Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA Paper 160-26 Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA ABSTRACT Visualizing and presenting data effectively

More information

Making Presentations More Fun with DATA Step Graphics Interface (DSGI) Hui-Ping Chen, Eli Lilly and Company, Indianapolis, Indiana

Making Presentations More Fun with DATA Step Graphics Interface (DSGI) Hui-Ping Chen, Eli Lilly and Company, Indianapolis, Indiana Paper CC03 Making Presentations More Fun with DATA Step Graphics Interface (DSGI) Hui-Ping Chen, Eli Lilly and Company, Indianapolis, Indiana ABSTRACT Microsoft PowerPoint is powerful and most popular

More information

Run your reports through that last loop to standardize the presentation attributes

Run your reports through that last loop to standardize the presentation attributes PharmaSUG2011 - Paper TT14 Run your reports through that last loop to standardize the presentation attributes Niraj J. Pandya, Element Technologies Inc., NJ ABSTRACT Post Processing of the report could

More information

Automate Clinical Trial Data Issue Checking and Tracking

Automate Clinical Trial Data Issue Checking and Tracking PharmaSUG 2018 - Paper AD-31 ABSTRACT Automate Clinical Trial Data Issue Checking and Tracking Dale LeSueur and Krishna Avula, Regeneron Pharmaceuticals Inc. Well organized and properly cleaned data are

More information

SAS. Studio 4.1: User s Guide. SAS Documentation

SAS. Studio 4.1: User s Guide. SAS Documentation SAS Studio 4.1: User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS Studio 4.1: User s Guide. Cary, NC: SAS Institute Inc. SAS

More information

SERVICE MANU SER VICE MANU

SERVICE MANU SER VICE MANU SERVICE MANUAL H ow t o U s e Table of Contents 1. 2. 3. 4. 5. 6. Launching the Service Manual Setting up the Service Manual icon Shutting down the Service Manual Basic controls Basic controls of Acrobat

More information

Unit 2: Managing Views

Unit 2: Managing Views Unit 2: Managing Views 1 Questions Covered How do we define the information displayed in the table view? How do we change what information is displayed? How can we highlight the records of interest? How

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Don Hurst, Zymogenetics Sarmad Pirzada, Hybrid Data Systems

Don Hurst, Zymogenetics Sarmad Pirzada, Hybrid Data Systems Use of selected Third Party XML Tools in Conjunction with the Importing, Exporting and Manipulation of XML Files within the SAS System ------------------------------------------------------ WUSS, 2007

More information

%ANYTL: A Versatile Table/Listing Macro

%ANYTL: A Versatile Table/Listing Macro Paper AD09-2009 %ANYTL: A Versatile Table/Listing Macro Yang Chen, Forest Research Institute, Jersey City, NJ ABSTRACT Unlike traditional table macros, %ANTL has only 3 macro parameters which correspond

More information

Overview 14 Table Definitions and Style Definitions 16 Output Objects and Output Destinations 18 ODS References and Resources 20

Overview 14 Table Definitions and Style Definitions 16 Output Objects and Output Destinations 18 ODS References and Resources 20 Contents Acknowledgments xiii About This Book xv Part 1 Introduction 1 Chapter 1 Why Use ODS? 3 Limitations of SAS Listing Output 4 Difficulties with Importing Standard Listing Output into a Word Processor

More information