Can we include SETENV.SQC at the end of the SQR program? If "NO" then why?
Latest Answer: Yes, we can include at the end of sqr program also ...
What is the program flow of SQR?
Latest Answer: When SQR Program starts executing. There are two stages in the Program Flow.
1) Compile stage
2) Execution Stage
) Compile Stage.
All the Preprocessor directives are compiled ( which starts with #include).
Ex: All the SQC are run.Check for the ...
What are the validation is done in SQR program before loading in to the database?
Explain the difference between Translate & Prompt tables. What are the occasions when to use Translate values instead of Prompt table? What is the advantage of one over the other?
Latest Answer: Translate Table: Translate table is a special kind of table that is limited to validating data of four characters or less.The tranlate table serves as a universal prompt table and ...
Latest Answer: I think this example may help youbegin-heading 4print $current-date (1,1) Edit 'Mon-DD-YYYY'print 'EMPLID' (3,1)print 'COUNTRY' (,10)print 'STATE' (,17)print 'CITY' (,26)print '-' (4,1,9) fillprint '-' (4,11,80) fillend-headingbegin-programbegin-selectEMPLID ...
Latest Answer: sqc are the files which can be considered as header file which can be included in the header file simillar to c when we include header filesqt :: we can have command line parameter for the sqr and we can pass at runtime hense we have to save ...
Latest Answer: yes they can be included..using the conventional method we use to include SQC's ...
Latest Answer: AE is very systematic as it is structured as Section, step and Action. While
SQR is not systematic.
AE flow is easy to read and understand, while SQR is not that easy.
AE is easy to debug as you can do line by line debugging. With SQR it’s not ...
Latest Answer: These are the three important SQCs that should be attached to make ur SQR API aware#include 'setenv.sqc'#include 'stdapi.sqc' ...
Latest Answer: There are 3 steps 1. Initiate Array 2. Process Array 3. Print Array ...
View page [1] 2 3 Next >>

Go Top