Great tutorials! However Some codes wasn't in the last video and suddenly appeared in this clip's program? The variable INPRRN exist in this clip but not in previous clip? no explanations?
@kanakdwivedi3773 Жыл бұрын
plz share how to define INPRRN variable ?
@sakaraygnaneswar2843 Жыл бұрын
@@kanakdwivedi3773 Position will do when we need to fetch records same or next records using input passed .. u need to setll with the input passed and then read and make sure to clear and load the subfile
@mahantsripathy79853 жыл бұрын
WHAT IS 'STUDFMT' AT 10:36 ...I AM VERY CONFUSED
@arvindkumaryadav2722 жыл бұрын
It's the Record Format name which has been provided while creating the Physical File.
@pinnaravali40876 жыл бұрын
Could you please share the link of video which was shown at 0:37.
@mariacarias67595 жыл бұрын
Hi. Your videos are very helpful. Could you please give the link of the video where you do the position to RRN? I can't find it.
@senyarm53297 жыл бұрын
Thanks to share this good introduction, it has been useful for me!. Regards from Mexico ;)
@TonyStark-fu4yg5 жыл бұрын
Hi yusuf thanks for all ur tutorial.. Further i have a doubt 7:41 u are handing exception with InpRRN. May I knw where have u declared it. I guess there is miss of continue pls help.
@yusy4code5 жыл бұрын
Tony Stark yes I think somehow adding the input field “position to RRN” is missing. Basically inpRRN is a input field using which we can get the RRN value and show that record to user if needed.
@jaydeepvaru4 жыл бұрын
@@yusy4code Here you are using record numbers for Position RRN, but in real application it is unique key of physical file record. So for that we need mapping of Subfile RRN# and physical file key. I think we can use Array/data-structure to store it during load subfile operation and implement lookup logic to get file key corresponding RRN# and pass same as InRRN.
@tahirm097 жыл бұрын
Mohammad yusuf excellent pl keep it up, i am anxiously awaiting next interesting video.Thanks and the best regards.
@ayushkumargoyal21813 жыл бұрын
what is 'studfmt' in this
@arvindkumaryadav2722 жыл бұрын
Record Format Name that has been given while creating the PF.
@kadirdurmaz89322 жыл бұрын
Hi Yusuf, Thank you for this great tutorial. I wonder if there is a chance to do this in "fixed format". Do you have any idea?
@chandraprakash-oy2bt4 жыл бұрын
Hi Yusuf. Can you please tell me how the file is allowing duplicate key. You have added a Student no6 2nd time & it is allowed.
@nagulaswathi74 жыл бұрын
I got an error near INPRRN. Where did you declared this variable?
@yusy4code4 жыл бұрын
Basically this is an input field in the display file. Somehow the recoding has missing for that part. You can create an input field with the name inpRRN
@nagulaswathi74 жыл бұрын
@@yusy4code Could you please create a short video on the missing part. It helps so many people actually.
@scottperryman56647 ай бұрын
Thank you so much, I have enjoyed all your videos. I do wish there was more detail regarding the position to RRN, I cannot seem to get it to work.
@sharathrajm3223 жыл бұрын
HI yusuf, u videos are very valuable Thank u So much ..position to cursor video link is wrong , can please give the correct link
@rubinashekh64172 жыл бұрын
Can you share code.. For this not visible properly
@chetanjadhav16572 жыл бұрын
Hii target for numeric operation is to small to hold the result what is the meaning of this error
@yusy4code2 жыл бұрын
If we declare a numeric variable with length 3 then it can hold max value of 999. If we try to assign 4 digit value then we get this error.
@valprasad6 жыл бұрын
How to create a dspf for more length fields say more than 50 character fields
@luisalbertofariapineda48143 жыл бұрын
Hi Yusuf, you could show me the complete programs RPGLE y the DSPF? thanks.
@srirammj54997 жыл бұрын
bro you are rocking, please do video for XML parsing in RPG
@yusy4code7 жыл бұрын
Thanks Sri ram... XML parsing I have already planned... You will see a video soon...
@saathana94183 жыл бұрын
Hi yusuf, Thanks for this video. Can you please explain position to rrn if we give rrn which record length is higher than no of records?!! It will be very helpful
@yusy4code3 жыл бұрын
Hi Saathana, you can find the video in this playlist kzbin.info/aero/PL-cQM7QhBjZS3hm1csixmnUQzTmFc9RX5
@aggrawalnikhil027 жыл бұрын
Thank you..
@PoojaGupta-fi1nn6 жыл бұрын
Hi excellent vedio. It is very helpful. Could you please make vedio using sflnxtchg in subfile
@yusy4code6 жыл бұрын
Thanks... Will do it soon..
@DuyNguyen-ri3ic7 жыл бұрын
help me Report Programming. thank you very much !!
@yusy4code7 жыл бұрын
Are you talking about printer files (PRTF). I will make a video soon on this soon.
@DuyNguyen-ri3ic7 жыл бұрын
Yes. Printer files. It's hard for beginners like me