JMP Life Sciences Programming Guide | Example: A Process for Creating a SAS Data Set

Example: A Process for Creating a SAS Data Set
This chapter provides details behind an example process that imports a text, Excel, or comma-separated-value file into a SAS data set. The process uses the IMPORT procedure (PROC IMPORT) and DATA step programming
You should review the Getting Started chapter of this programming guide before proceeding further in this chapter so that you are familiar with the structure and organization of the SAS code for a JMP Life Sciences process.
Next : The Import Individual Text, CSV or Excel Files Process