This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is Sqr? Features Of Sqr? |
Answer»
Features:
Features: |
|
| 2. |
What Is A Flag? |
|
Answer» It is an ATTRIBUTE GIVEN to programming for processing and generating OUTPUT DESTINATION FILE. It is an attribute given to programming for processing and generating output destination file. |
|
| 3. |
What Is Difference Between .lis And .spf File? |
Answer»
|
|
| 4. |
How Many Types Of Sqr Files Are There? |
|
Answer» There are 5 types of SQR files:
Note: People soft uses a .MAX file to increase any SQR parameter where default is not adequate for the program. There is one main .MAX file for processing under SQR W (windows) called ALLMAXES.MAX
There are 5 types of SQR files: Note: People soft uses a .MAX file to increase any SQR parameter where default is not adequate for the program. There is one main .MAX file for processing under SQR W (windows) called ALLMAXES.MAX |
|
| 5. |
Explain Briefly About Flags? |
|
Answer» The SQR command supports several flags. Each flag begins with a dash (-). Flags with arguments must be followed directly by the argument with no intervening space. SQR Command-Line Flags :Flag Description :
The SQR command supports several flags. Each flag begins with a dash (-). Flags with arguments must be followed directly by the argument with no intervening space. SQR Command-Line Flags :Flag Description : |
|
| 6. |
How Many Types Of Sqr Data Elements Are There? |
|
Answer» Columns, variables, Literal |
|
| 7. |
How Sqr Programs Are Evaluated And Executed At Different Times? |
|
Answer» FIRST PASS: Or Compile stage. SQR processes the FOLLOWING components of the program.
SECOND PASS: Actual execution of the program source occurs starting at the begin Report stopping at the end-report.
FIRST PASS: Or Compile stage. SQR processes the following components of the program. SECOND PASS: Actual execution of the program source occurs starting at the begin Report stopping at the end-report. |
|
| 8. |
What Does Sqr Report Structure(program) Consists Of Or Types Of Sections In Sqr Program? |
Answer»
Note: In begin select SQR REQUIRES that columns names be flesh to the left margin and SQR commands be indented.
Note: In begin select SQR requires that columns names be flesh to the left margin and SQR commands be indented. |
|
| 9. |
Explain Print Function? |
Answer»
|
|
| 10. |
What Are Positional Co-ordinates? |
|
Answer» Printing in SQR is placing output on the page grid. POSITION syntax is USED to define where to place DATA on the page WITHIN a given section. Printing in SQR is placing output on the page grid. Position syntax is used to define where to place data on the page within a given section. |
|
| 11. |
Explain Briefly About On-break Processing? |
|
Answer» On-break option on COLUMNS will cause each column to break independently from each other. When a break OCCURS the following happens, After PROCEDURE are processed in DESCENDING sequence from the highest level to the level of the current break filed. On-break option on columns will cause each column to break independently from each other. When a break occurs the following happens, After procedure are processed in descending sequence from the highest level to the level of the current break filed. |
|
| 12. |
Difference Between Ask V/s Input? |
Answer»
Note: INPUT is mere efficient than ASK. Note: INPUT is mere efficient than ASK. |
|
| 13. |
Define An Array? |
|
Answer» An Array can be DEFINED to STORE INTERMEDIATE RESULTS or DATA retrieved from the database. An Array can be defined to store intermediate results or data retrieved from the database. |
|
| 14. |
Define Process Scheduler? |
|
Answer» It is an CENTRALIZED tool that enables application developers, SYSTEM ADMINISTRATORS and application users to manage People soft batch PROCESS. Process Scheduler enables you to SCHEDULE running process and create job. It is an centralized tool that enables application developers, system administrators and application users to manage People soft batch process. Process Scheduler enables you to schedule running process and create job. |
|
| 15. |
Difference Between Process And Job? |
| Answer» | |
| 16. |
What Are The Sections And Paragraphs Available? |
|
Answer» There are five SECTIONS and THREE paragraphs AVAILABLE in SQR programming. The sections INCLUDE:
And the paragraphs include There are five sections and three paragraphs available in SQR programming. The sections include: And the paragraphs include |
|
| 17. |
Is It Possible To Increase The Array Size Once Defined? |
|
Answer» No, it is not POSSIBLE to INCREASE the ARRAY SIZE once DEFINED No, it is not possible to increase the Array size once defined |
|
| 18. |
What Is Load-lookup? Give The Syntax For Load-lookup? |
|
Answer» The LOAD-LOOKUP COMMAND defines an array containing a SET of KEYS and values and loads it into memory. With LOAD-LOOKUP, you can REDUCE the number of tables that are joined in one SELECT. Use this command in conjunction with one or more LOOKUP commands. Syntax: begin-setup The LOAD-LOOKUP command defines an array containing a set of keys and values and loads it into memory. With LOAD-LOOKUP, you can reduce the number of tables that are joined in one SELECT. Use this command in conjunction with one or more LOOKUP commands. Syntax: begin-setup |
|
| 19. |
Can You Call A Sqr From Another Sqr? How? |
|
Answer» We can CALL one SQR program from another SQR program using Call.callsystem. But this is POSSIBLE only in UNIX OPERATING SYSTEM. We can call one SQR program from another SQR program using Call.callsystem. But this is possible only in UNIX Operating system. |
|
| 20. |
Briefly Explain Most Commonly Used Sqc's In Sqr Programs? |
|
Answer» Some of the most COMMONLY used SQC's are
Some of the most commonly used SQC's are |
|
| 21. |
What Are The Commands Used In File Handling Of Sqr? |
|
Answer» USING File Handling we can IMPORT. Steps are Writing Data into Table Using 'BEGIN-SQL' PARAGRAPH & 'INSERT' command Using File Handling we can Import. Steps are Writing Data into Table Using 'BEGIN-SQL' paragraph & 'INSERT' command |
|
| 22. |
How Can You Debug Sqr Programs? |
|
Answer» We can DEBUG SQR using DEBUGGING COMMANDS such as: 1. #IF DEBUGxxx We can Debug SQR using Debugging Commands such as: 1. #IF DEBUGxxx |
|
| 23. |
What Is The Difference Between Sqr And Sqc? |
|
Answer» SQR:
SQC :
SQR: SQC : |
|
| 24. |
What Are Different Types Of Variables In Sqr? |
|
Answer» TYPES of variables in SQR are:
Types of variables in SQR are: |
|
| 25. |
Is There Any Read-only Variable In Sqr? |
|
Answer» COLUMN VARIABLES & SYSTEM Variables are Read-Only Variables. Column Variables & System Variables are Read-Only Variables. |
|
| 26. |
How To Pass Inputs For Sqr Program While Running From Windows? |
|
Answer» USING ASK & INPUT COMMANDS. Using ASK & INPUT Commands. |
|
| 27. |
How To Pass Inputs To The Sqr While Running Through The Process Scheduler? |
|
Answer» Using PROCEDURES & SQC's to access data on RUN Control PAGE (Run Control FIELDS). Using Procedures & SQC's to access data on Run Control Page (Run Control Fields). |
|
| 28. |
What Is The Purpose Of Stdapi.sqc? |
|
Answer» This is a Process SCHEDULER Interface sqc which is USED to initiate and TERMINATE some field VALUES such as Process_instance & Run_cntl_id This is a Process Scheduler Interface sqc which is used to initiate and terminate some field values such as Process_instance & Run_cntl_id |
|
| 29. |
What Is The Sqt File? What Are The Advantages Of Sqt Files? |
|
Answer» SQT' file is nothing but RESULTANT file after the compilation (i.e.) Runtime File. By using this SQT file for Execution we can increase the Performance of the PROGRAM by reduciong the Compilation TIME. SQT' file is nothing but resultant file after the compilation (i.e.) Runtime File. By using this SQT file for Execution we can increase the Performance of the program by reduciong the Compilation Time. |
|
| 30. |
What Is The Sqc Used To Read Data From Translate Table? |
|
Answer» 'READXLAT.SQC' is the SQC USED to READ DATA from TRANSLATE Table. 'READXLAT.sqc' is the SQC used to read data from Translate Table. |
|
| 31. |
Which Section Is Mandatory In An Sqr Program? |
|
Answer» 'BEGIN-PROGRAM' SECTION is MANDATORY for an SQR program. 'BEGIN-PROGRAM' Section is Mandatory for an SQR program. |
|
| 32. |
How Will You Display An Image In Sqr? |
|
Answer» USING 'DECLARE-IMAGE , END-DECLARE' COMMAND. Using 'DECLARE-IMAGE , END-DECLARE' command. |
|
| 33. |
What Is Use Of Setenv.sqc? |
|
Answer» This is USED to SET the Default Environment based on the DATABASE such Printer Type, Paper SIZE, Date FORMATS Etc…. This is used to set the Default Environment based on the Database such Printer Type, Paper Size, Date formats Etc…. |
|
| 34. |
How Will You Perform Error Handling In Sqr? |
|
Answer» We can do Error handling in SQR using some COMMAND LINE flags such as –O, -L,-ZMF,-XMB and using Error handling commands such as ON-ERROR = Skip/Warn/Stop (for Compile time errors) We can do Error handling in SQR using some command line flags such as –O, -L,-ZMF,-XMB and using Error handling commands such as ON-ERROR = Skip/Warn/Stop (for Compile time errors) |
|
| 35. |
How Many Ways Of Performance Tuning Are There In Sqr? |
| Answer» | |
| 36. |
Can You Call Procedure In Oracle From Sqr? How? |
|
Answer» To call a database procedure using Begin-select PARAGRAPH, the syntax is as FOLLOWS: Begin-select Begin-SQL To call a database procedure using Begin-select paragraph, the syntax is as follows: Begin-select Begin-SQL |
|
| 37. |
Can You Connect More Than One Database Using One Sqr? |
|
Answer» Yes. Yes. |
|
| 38. |
What Are The Differences Between Load Lookup And Array? |
|
Answer» ARRAYS:
LOAD-LOOKUP:
ARRAYS: LOAD-LOOKUP:
|
|
| 39. |
What Are The Steps Required To Run The Sqr From Peoplesoft Environment? |
|
Answer» Three STEPS we have to FALLOW to run the SQR program from the peoplesoft environment (Process Scheduler). These steps include:
Three steps we have to fallow to run the SQR program from the peoplesoft environment (Process Scheduler). These steps include: |
|
| 40. |
How To Pass Command Line Flags To A Sqr Report Running Through Process Scheduler? |
|
Answer» USING override OPTIONS in the PROCESS DEFINITION in the Process Scheduler in the PEOPLE Tools. Using override options in the process definition in the Process Scheduler in the People Tools. |
|
| 41. |
What Are On-break Parameters? |
|
Answer» ON-BREAK causes the specified action to PERFORM in a tabular REPORT when the value of a field changes . The default action prints the field only when its value changes (PRINT=CHANGE).MAINLY used for Redundancy of Printing on a PAGE. ON-BREAK causes the specified action to perform in a tabular report when the value of a field changes . The default action prints the field only when its value changes (PRINT=CHANGE).Mainly used for Redundancy of Printing on a page. |
|
| 42. |
How Does Peoplesoft Process Monitor Knows That The Process (say Sqr Report) Is At What Stage Such As Initiated, In Process, Completed Etc? |
|
Answer» From the FIELD VALUE of 'RUNSTATUSDESCR'field from 'PS_PMN_PRCSLIST' table. From the Field Value of 'RUNSTATUSDESCR'field from 'PS_PMN_PRCSLIST' table. |
|
| 43. |
How To Refer A Global Variable In Local Procedure? |
|
Answer» After special character (EX.#,&) we use UNDERSCORE(_) after that VARIABLE name. After special character (ex.#,&) we use underscore(_) after that variable name. |
|
| 44. |
What Is -bnn Flag? |
|
Answer» This is used to SPECIFY the number of ROWS that are to be taken from Dbase to the Buffer because DEFAULT the SYSTEM takes 10 rows at a time. This is used to specify the number of rows that are to be taken from Dbase to the Buffer because default the system takes 10 rows at a time. |
|
| 45. |
What Is -tnn Flag? |
|
Answer» This is mainly USED for TESTING purpose. We can RESTRICT the system to generate only a SPECIFIC number of pages INSTEAD of generating all pages for testing. This is used in Windows Environment. This is mainly used for testing purpose. We can restrict the system to generate only a specific number of pages instead of generating all pages for testing. This is used in Windows Environment. |
|
| 46. |
What Is -rs & -rt Flags? |
|
Answer» RS is used to GENERATE SPF file ie; STOPPING the program after the comilation. _RT is used to RUN the SPF file .This is also ONE kind of Performance increasing technique by saving the compilation time. RS is used to generate SPF file ie; stopping the program after the comilation. _RT is used to run the SPF file .This is also one kind of Performance increasing technique by saving the compilation time. |
|
| 47. |
What Are The Sections In Sqr? Which One Is Necessary? |
|
Answer» SETUP, HEADING, Footing, Program & Procedure SECTIONS. Program section is the MANDATORY section. Setup, Heading, Footing, Program & Procedure Sections. Program section is the Mandatory section. |
|
| 48. |
What Is -debug Command Line Flag? |
|
Answer» This is USED for DEBUGGING in SQR. This is used for Debugging in SQR. |
|
| 49. |
How To Place An Corporate Logo In Sqr? |
|
Answer» Using "Declare Image" command |
|
| 50. |
What Are The Debugging Commands In Sqr? |
|
Answer» SHOW & DISPLAY are DEBUGGING COMMANDS Show & Display are debugging commands |
|