How to index LF by relative record no (RRN)
I know chain keyword retreive records randomly but how chain keyword exactly works internally????
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
what do you mean by SESSION/DEVOCE ERROR?
How can we know running job is batch or interactive?
What is the difference between RPG/400 and RPG4
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
what is the difference between SETON RT & RETURN?
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
how can we can we the data decimal error?how can we open such file in support
How to read data from Nth member of a physical file containing some X number of members in it? "Provided member names are unknown"