what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
3 9578Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
2468You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
1 5219I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
6 15464How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
8 23200I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
3 6917One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. But from last 5 -10 minutes this job is still in running status....What are the possible reasons...and What are the actions i need to perform to check this...?
4 8877What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'
2 5205
What is the purpose of record level identifier?
How would display prime numbers using CL program?
what is the difference between do while and do until?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what is a rpg?
How to declare the pull button in AS/400..
what is the necessary keyword needed to scroll subfile records?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
What are the types of identifiers?
Explain mdt?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
How many program bind in one module....
how do I declare a table or array in rpg iv?
What is ment by record level identifier?
do you use message subfiles? What are the necessary keywords required coding a message subfile?