For what purpose(s) would use the RETURN statement?
Answer / kiran
Return statement is used to return to a called module some
thing similar to a GOTO statement,
GOTO Label1:
Label1:
Statement 1;
Statement 2;
RETURN;
Here the RETURN statement helps in branching back to GOTO
label1 statement after performing statements in Label1
Is This Answer Correct ? | 7 Yes | 0 No |
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
How do handle working under pressure?
how many types of prompts are there? : Sas-bi
Explain data_null_?
What is the difference between informat and format statement?
What are exact SAS Base contents..?N what r SAS Tools..?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
what are informats in sas? : Sas-administrator
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
What are the applications primarily used by business analyst? : Sas-bi
how can you import .csv file in to sas? : Sas programming
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?