vinit


{ City } noida
< Country > india
* Profession * software engineer
User No # 23066
Total Questions Posted # 2
Total Answers Posted # 4

Total Answers Posted for My Questions # 10
Total Views for My Questions # 43010

Users Marked my Answers as Correct # 4
Users Marked my Answers as Wrong # 11
Questions / { vinit }
Questions Answers Category Views Company eMail

How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?

8 RPG400 20607

what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.

2 RPG400 22403




Answers / { vinit }

Question { Four soft, 24707 }

wat is the difference between array and multiple occurence
data structure?


Answer

array is collection of similar data type where as multi
occurance ds can be combine..like number as well as char.

Is This Answer Correct ?    0 Yes 3 No

Question { 5148 }

Hi friends,
Can you give the solution for the below mention simple
code.and explain.what is output

D CHR1 S 4A INZ('PEN')
D CHR2 S 10A INZ('MYGET')
D CHR3 S 8A INZ('GOOD')
D CHR4 S 22A INZ
C MOVEL CHR1 CHR4
C MOVE CHR2 CHR4
C EVAL CHR4=CHR3
C MOVE CHR1 CHR4


Answer

good pen

Is This Answer Correct ?    1 Yes 0 No


Question { 13537 }

I have a RPG program of 100 Lines and first line is to
SETON indicator LR. Will the program execute rest of the 99
Lines?


Answer

yes,It will execute.access path will be created again.

Is This Answer Correct ?    3 Yes 8 No

Question { 8177 }

The RP program is displaying records 11 times .But there
are 10 records in
a pf.(ie last record is displayed twice).How to
display records only 10 times?


Answer

dou %eof
read ....
.
.
.
.
enddo

Is This Answer Correct ?    0 Yes 0 No