at what level s,o are defined and what they will do?
Answer Posted / jeetendra yadav
S, O are to defined at key field level. The purpose Select/Omit logic is depends on the criteria (condition) given at the key field level (At function entry) it selects and omits the records. The S/O is allowed in Logical file only.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What Does Lokup Does In Tables & Arrays?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
What is array in as400? What are the types of array?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
how many maximum spaces could be given in o specs?
what does the ovrdbf command do?
Difference Between Skip Before & Space Before?
how many types of display are available on as/400 for user interaction?
What is the draw back of Procedures? why we are going to Modules?
define the purpose of the *bcat function?
how to run other job when one job is active?
how can you detect overflow for a print program that prints multiple lines per cycle?
how to declare a constant variable in the freeformat?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
what opcode could be used to test an alphanumeric field for all numeric values?