For what purpose(s) would use the RETURN statement?



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

Post New Answer

More SAS Interview Questions

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?

1 Answers   Icon,


How do handle working under pressure?

1 Answers   Oracle, Wipro,


how many types of prompts are there? : Sas-bi

0 Answers  


Explain data_null_?

0 Answers  


What is the difference between informat and format statement?

1 Answers  


What are exact SAS Base contents..?N what r SAS Tools..?

1 Answers  


PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?

7 Answers   HP,


what are informats in sas? : Sas-administrator

0 Answers  


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?

5 Answers   L&T,


What are the applications primarily used by business analyst? : Sas-bi

0 Answers  


how can you import .csv file in to sas? : Sas programming

0 Answers  


Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?

1 Answers   HCL,


Categories