this question is from sas:what is the difference between
FILE and INFILE statements? plz explain in brief?
Answer / surekha
infile statement is used to import raw data &file statement
is used to export the raw data
| Is This Answer Correct ? | 3 Yes | 0 No |
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
how to work search engine? plz detail answer me.
Is class is a abstract datatype in java?
What Is The Difeerence Between C & C++
5.Call by value and Call by reference with program?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
What function would you use to extract characters from a given string?
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
Is buffer size and file block size is similar? If similar,at which case it will be same size?
What are events in smartforms?
Write a shell program to test whether a given year is leap year or not ?