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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what is null hypothesis? why do you consider that?

2416


In sas admin differentiate between roles and capabilities? : sas-grid-administration

556


how do you pull data from equifax?tell me the process?

1376


Mention what are the data types does SAS contain?

695


How substr function works in sas?

699






How many ways to overcome a missing values???

2333


How do you connect the desktop application to metadata server? : sas-grid-administration

580


how to change the execute of macro

1671


Can you execute macro within another macro? : sas-macro

524


What is the difference between match merge and one to one merge?

688


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1460


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

624


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

719


What is the difference between proportion and average?

2753


Tell me about % include and % eval? : sas-macro

678