How can we receive values from a called procedure in RPG?
why subproc not run in dftactgrp?????/plz explain
Can we possible to key with the date field?
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?
what are the key words you must use when using a subfile?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
What is I90(Insure 90)?
3 members in a databasefile .how to read records from all the members?????????
in which journalling which attributes are necessary
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
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?