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 is a Fuction Library file. It is lke a sub program is saved by extension .SQC and this program can be called in the SQR program.SQT is compile time/Run time file. When a file with XXX.SQR is compiled we get the output as XXX.SQT and when ...
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 ...
Latest Answer: There are no required SQCs unless procedures (functions) are being used in the main program that require them. ...
View page [1] 2 3 Next >>

Go Top