I have to change a program. This program is calling a
subroutine mor than 100times within it. so will it have any
performance issue? if yes than what changes i can make.
Thanx for ur valuable answer.
Answers were Sorted based on User's Feedback
Your program may call 100 times are more than that it does
not affect the Performance issue .
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / syam
Your Question not clear. Why you are calling program any
data validation? Only to validate you can use dataarea also.
Is This Answer Correct ? | 2 Yes | 3 No |
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
What is I90(Insure 90)?
what is batch debug in as400?
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 can we know running job is batch or interactive?
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
I 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.
How can i check the object existance in RPG program without using QCMDEXC command.
Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...