Can Some one Explain How the Datasets from SAS can be loaded
in to the MVS OS?
Answer / manoj jina
First of all you need a FTP tool for ease. Else you can use Import/Export Procedures. and Infile the Data in MVS.
| Is This Answer Correct ? | 1 Yes | 0 No |
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
What are pdv and it functions?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
What is substr function?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
what is Global Symbol table and Local symbol table?
What is SAS Information Map Studio and its purpose ?
SAS using companies in chennai
Do you need to know if there are any missing values?
How would you keep from overlaying the a SAS set with its sorted version?
Which are the statements whose placement in the data step is critical?
what is the difference between proc report and proc format?