Display file (DSPF) basics for beginners - AS400 (IBM i)

  Рет қаралды 60,097

Yusy4Code

Yusy4Code

Күн бұрын

Пікірлер: 30
@dennisbasco5389
@dennisbasco5389 2 ай бұрын
This is the best channel for AS400. Congrats! Keep the videos coming ... Thanks a lot!
@higiniofuentes2551
@higiniofuentes2551 7 жыл бұрын
THANK YOU VERY MUCH Yusuf! You saved my mental health! I was tempted to give-up, but thanks to your video I see the light again! Very quick speaking but a lot of content. Very good explanation about the concepts as well. I have suscribed to your channel right now!
@yusy4code
@yusy4code 7 жыл бұрын
Higinio Fuentes thanks for ur encouraging comments . Will do my best ...
@MrFdnunez
@MrFdnunez 4 жыл бұрын
Thank you Yusuf, it helps me a lot!!
@Mr.100NU
@Mr.100NU 7 жыл бұрын
First of all thanks for because your video is very for rvery one
@ash0047
@ash0047 7 жыл бұрын
Great video.Upload display files with CLE program..
@higiniofuentes2551
@higiniofuentes2551 7 жыл бұрын
Hi Mohammed, I'm trying to adapt your kind code to the all free code, then I have replaced the F definition with Dcl-F CALCD WorkStn ; of course starting at column 8. SEU give me an error: Opérateur d'affectation requis pour l'opération EVAL (I know, is in french!). Any idea? Thank you in advance! Higinio
@higiniofuentes2551
@higiniofuentes2551 7 жыл бұрын
Ok I found the issue! Is because PDM/SEU don't recognize the All Free format version 7.1 and beyond. The solution is to use F13 in SEU and then put to N the syntax checking. I found the answer in www.rpgpgm.com/2013/11/tr7-available-today.html Thank you Higinio
@Andrew-xb8hl
@Andrew-xb8hl 6 жыл бұрын
These videos are great, really helpful. I hope to get a better job after acquiring this knowledge. one question, how can I convert the time in the output display file to my time zone ?
@yusy4code
@yusy4code 6 жыл бұрын
Andrew thank you... you can covert timestamp from one format to another using in built API. Pls refer below my blog. yusy4code.blogspot.sg/2017/03/time-zone-component-in-as400-have-you.html?m=1
@slimvice9002
@slimvice9002 3 жыл бұрын
Great video. I just wondering when using 0 as first or second number when adding, subtracting, or multiplying, the zero should stay visible. eg. 0+11=11 or 11+0=11 instead of _+11=11 or 11+_=11 or perhaps 0+0=0 instead of _+_=0(_ represents blank) I did an exponent op code using ^ by making the 2nd number equal to the 1st number I typed in. Now I'm just trying to figure out the square root formula to work before programming that calculation.
@abhired3919
@abhired3919 2 жыл бұрын
I have created a rpgle program and Dspf file Now how can I see the output please reply me
@haiprazzad7568
@haiprazzad7568 5 жыл бұрын
Thanks Yusuf. Your videos are really helpful. As soon as you hit compile, you are getting the compile messages on same screen. How to enable that?
@yusy4code
@yusy4code 5 жыл бұрын
Take shift+f6 (F18) and change compile in batch to ‘N’. This will try to compile ur code interactively so you will get error message on ur screen itself
@ravibharadwaj6246
@ravibharadwaj6246 2 жыл бұрын
One doubt...the input which you have given is going invisible...but only output it ia showing....input also should be visible ....means input and output both should be visible...but it is showing only output is visible
@nikitakhandelwal872
@nikitakhandelwal872 4 жыл бұрын
Is there a way to shift a field upwards Or downwards after already adding it on the dspf? Like I have 12 fields to display on a single screen, now I do not have space for last 2 fields to display.. But I have space on the upper portion of the screen, so if I shift the fields upwards I will be able to incorporate the remaining ones.... Is there a way to do it? Please suggest.
@yusy4code
@yusy4code 4 жыл бұрын
Yes it’s possible. We need to type hyphen ( - ) at the start and end of the field and we can move that by typing = in whatever the destination on the DSPF
@ravulasatyanarayana4638
@ravulasatyanarayana4638 6 жыл бұрын
hi yousuf , why Num1 and num2 fields are disappearing , cant we display values which we are inputting, we are showing only result value
@yusy4code
@yusy4code 6 жыл бұрын
This is because, the input fields are declared as Input only (which means it cannot be used for Output). If we want to use for both Input and Output then it should be declared as B. e.g. +B(10)
@Filippo579
@Filippo579 6 жыл бұрын
Hello friend, excuse me if I disturb you.... How should be declared a date type variable on a display file?
@yusy4code
@yusy4code 6 жыл бұрын
Hi Friend, You can declare using type L. Please refer below page. www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/rzakc/rzakcdatel.htm
@goginenijahnavi3497
@goginenijahnavi3497 3 жыл бұрын
"The name or indicator RES is not defined" I am getting this error...... how to resolve this??
@yusy4code
@yusy4code 3 жыл бұрын
It means variable is not defined. If this is a DSPF field then make sure you declare the DSPF in the RPG code.
@kishorgopal7113
@kishorgopal7113 6 жыл бұрын
Need to know how EMSG is working........ Is any field declared in screen with EMSG
@yusy4code
@yusy4code 6 жыл бұрын
Yes, EMSG should be a output field in DSPF.
@kaizerrexz2434
@kaizerrexz2434 6 жыл бұрын
Great Video
@Mr.100NU
@Mr.100NU 7 жыл бұрын
Please upload all DB2 video like physical file logical file and JLF MLF
@priyanksharma5422
@priyanksharma5422 7 жыл бұрын
Ok If you know verywell then you should try... IT
@bharathiravi5659
@bharathiravi5659 7 жыл бұрын
thank uu
AS400 DSPF tricks - Overlay, Read & Write
5:29
Yusy4Code
Рет қаралды 20 М.
Introduction to SQLRPGLE in IBM i - for Beginners
19:48
Yusy4Code
Рет қаралды 33 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 44 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
[006] IBM i (AS/400): Designing screens with Screen Design Aid (SDA)
37:10
Mainframes & More with Matthew
Рет қаралды 19 М.
AS400 / IBM i Tutorial - Chapter 18 - Display File in RPG programming
13:53
go4as400 - IBM i programming
Рет қаралды 1 М.
x86 Assembly: Hello World!
14:33
John Hammond
Рет қаралды 1,4 МЛН
Understanding Activation Groups in IBM I RPGLE | yusy4code
16:04
Computer Fundamentals - Basics for Beginners
22:53
Geek's Lesson
Рет қаралды 670 М.
How to create a Display File in AS400
16:44
AyanCode
Рет қаралды 515
Basics of OVRDBF, OPNQRYF & Level check error in RPGLE
22:46
Yusy4Code
Рет қаралды 30 М.
Introduction to CL programming - IBM i ( AS400 ) for Beginners
25:51
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 44 МЛН