Can we include SETENV.SQC at the end of the SQR program? If "NO" then why?
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: By using both after and before option in on-break.Ex. on-break print = none before = procedure 1(arg1, arg2,....) after = precedure2 ...
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: 1. App engine is belongs to PeopleSoft whereas SQR is third party application.
2. App engine are easy to maintain from support prospective as it's reside inside Peoplesoft (PS) applications. For SQR we need to separately take care as its file server ...
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