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 |
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
how to delete the duplicate columns permanently in SQL
how many display types available in sas bi dashboard? : Sas-bi
How many tiers in sas architecture?
what is the use of proc sql?
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
what is syntax of proc merge ?
How to include or exclude specific variables in a data set?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Can you excute a macro within a macro? Describe.
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5