what is the difference between do while and do until?
No Answer is Posted For this Question
Be the First to Post Answer
in rpg could u please tell me errors types and meanings like 3030 that ....
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
What is the syntax of passing parameters to a procedure by value?
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
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’
two types of read performed in dataqueue?????
Can we possible to key with the date field?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is the RPG cycle?
What are the necessary keywords required to code a message subfile?
1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?