what is edit word and edit code
No Answer is Posted For this Question
Be the First to Post Answer
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
3. Given the DOS Specification below and the following information: • Indicator 50 is off • No records have been written to the subfile What will be the result if the EXFMT operation code is performed on the record format CTLR? A R SUBFL A DESCRIP 101 6 1ODSPATR(UL) A DFT(’NOT FOUND’) A R CTLR SFLCTL(SUBFL) A N50 SFLDSP A SFLDSPCTL A SFLINZ A 67 SFIJEND A SFLSIZ(13) A SFLPAG(12) A ACCOUNTNO 100 S 10 a.) Only AccountNo will display b.) SUBFL will be initialized with 13 blank records c.) An I/O exception error will occur d.) The screen will display 12 records with ‘NOT FOUND’
how does the rpg element work?
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
How to create a key field for a logical file inside RPG?
IN RLU what are the record level keyword is used?
suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .
Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfile , from third page i have selected a record and called some other program .on returning, subfile is being loaded from the frist page. so can any one kindly suggest me in retaining my third page after returning. i.e loading from third page.
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
Can AnyOne tell me how to read join logical file in rpg from starting to end?
How to call one program from another program in RPG? please help me with the code