As400
As400
  • 161
  • 95 451
how to call program in free format (CALLP) & how to pass parameters in free format
The CALLP operation is used to call prototyped procedures or programs.
It is a static call.
If the keyword EXTPGM is specified on the prototype, the call becomes a dynamic external call; otherwise it will be a bound procedure call.
มุมมอง: 96

วีดีโอ

passing key fields in free format RPG in as400 by using %KDS
มุมมอง 18019 ชั่วโมงที่ผ่านมา
%KDS is allowed as the search argument for any keyed Input/Output operation (CHAIN, DELETE, READE, READPE, SETGT, SETLL) coded in a free-form group
how to pass parameters (PLIST) from one program to another program in fixed format RPG in as400
มุมมอง 20421 ชั่วโมงที่ผ่านมา
PLIST is used to define a list of parameter that will be used for calling a program
how to pass key field (KFLD) in RPG fixed format in as400 or using KLIST in fixed format RPG
มุมมอง 67วันที่ผ่านมา
It is used to create a composite key consisting of many key fields that is used as an argument for performing operation on a file
CABxx & CASxx opcodes in RPGLE programming in as400
มุมมอง 21วันที่ผ่านมา
CABxx op-code compares factor 1 with factor 2 and as per the condition specified by CABxx, the program control goes to the program Label specified in the result field. The Label in result field denotes a TAG Label xx represents EQ, GE, GT, LE, LT, and NE. CASxx opcode compares factor 1 with factor 2 and as per the condition specified by CASxx, the subroutine specified in result field is process...
CAT operation in RPG
มุมมอง 31วันที่ผ่านมา
The CAT operation concatenates the string specified in factor 2 to the end of the string specified in factor- 1 and places it in the result field. Factor-2 must contain a string, and may contain the number of blanks to be inserted between the concatenated strings
subdur opcode in as400
มุมมอง 3714 วันที่ผ่านมา
SUBDUR operation code is used to perform arithmetic difference of duration in factor-2 from DATE, TIME, or TIMESTAMP value in factor-1. The result is placed in result field. Valid duration codes are *YEARS, *MONTHS, *DAYS, *HOURS, *MINUTES, *SECONDS, *MSECONDS. Abbreviated duration codes can also be used: *Y, *M, *D, *H, *MN, *S, *MS.
ADDDUR & TIME opcode in as400
มุมมอง 2914 วันที่ผ่านมา
ADDDUR operation code is used to perform arithmetic sum of duration in factor-2 with DATE, TIME, or TIMESTAMP value in factor-1. The result is placed in result field. Valid duration codes are *YEARS, *MONTHS, *DAYS, *HOURS, *MINUTES, *SECONDS, *MSECONDS. Abbreviated duration codes can also be used: *Y, *M, *D, *H, *MN, *S, *MS.
difference between the CLEAR and RESET opcodes in as400
มุมมอง 3014 วันที่ผ่านมา
difference between the CLEAR and RESET in as400
Difference between RETURN and SETON LR/*INLR=*ON in as400
มุมมอง 8314 วันที่ผ่านมา
Difference between RETURN and SETON LR/*INLR=*ON in as400
Code after SETON LR/*IN LR=*ON it will execute or not in AS/400
มุมมอง 10914 วันที่ผ่านมา
Code after SETON LR/*IN LR=*ON it will execute or not in AS/400
MOVEA and MVR opcode in as400
มุมมอง 3814 วันที่ผ่านมา
The operation codes for Move Array (MOVEA) and MVR operation moves the remainder from a previous DIV operation to a separate field
DIFFERENCE BETWEEN MOVE AND MOVEL in RPGLE (AS400)
มุมมอง 5221 วันที่ผ่านมา
DIFFERENCE BETWEEN MOVE AND MOVEL in RPGLE (AS400)
difference between add and z-add in RPGLE (AS400)
มุมมอง 6221 วันที่ผ่านมา
In RPG (Report Programming Generator), the main difference between ADD and Z-ADD is that ADD adds two factors together, while Z-ADD adds a factor to a field of zeros
DIV, MULT, ADD and SUB opcodes in RPG programming AS400
มุมมอง 4221 วันที่ผ่านมา
DIV, MULT, ADD and SUB opcodes in RPG programming AS400
difference between *INLR=*ON and *INLR=*OFF in AS 400
มุมมอง 5021 วันที่ผ่านมา
difference between *INLR=*ON and *INLR=*OFF in AS 400
SQL UNION & UNION ALL Operator
มุมมอง 81หลายเดือนก่อน
SQL UNION & UNION ALL Operator
SQL LEFT JOIN & RIGHT JOIN & FULL OUTER JOIN & Self Join key word
มุมมอง 35หลายเดือนก่อน
SQL LEFT JOIN & RIGHT JOIN & FULL OUTER JOIN & Self Join key word
SQL INNER JOIN
มุมมอง 28หลายเดือนก่อน
SQL INNER JOIN
SQL AVG & SUM Function
มุมมอง 31หลายเดือนก่อน
SQL AVG & SUM Function
SQL MAX & MIN Function
มุมมอง 24หลายเดือนก่อน
SQL MAX & MIN Function
The SQL GROUP BY Statement
มุมมอง 27หลายเดือนก่อน
The SQL GROUP BY Statement
SQL COUNT Function
มุมมอง 19หลายเดือนก่อน
SQL COUNT Function
SQL Aliases
มุมมอง 28หลายเดือนก่อน
SQL Aliases
SQL FETCH FIRST or ROWNUM Clause in As400
มุมมอง 24หลายเดือนก่อน
SQL FETCH FIRST or ROWNUM Clause in As400
SQL IN operator NOT IN & the SQL BETWEEN operator in AS400
มุมมอง 25หลายเดือนก่อน
SQL IN operator NOT IN & the SQL BETWEEN operator in AS400
SQL LIKE Operator in As400
มุมมอง 28หลายเดือนก่อน
SQL LIKE Operator in As400
SQL ORDER BY Keyword in As400
มุมมอง 15หลายเดือนก่อน
SQL ORDER BY Keyword in As400
SQL statement for table creation with PRIMARY KEY and UNIQUE KEY in as400
มุมมอง 19หลายเดือนก่อน
SQL statement for table creation with PRIMARY KEY and UNIQUE KEY in as400
SQL delete statements in As400
มุมมอง 24หลายเดือนก่อน
SQL delete statements in As400

ความคิดเห็น

  • @poojarajgowda7967
    @poojarajgowda7967 3 วันที่ผ่านมา

    Please do interview questions on RPGLE

  • @sindujapadmaraju9607
    @sindujapadmaraju9607 3 วันที่ผ่านมา

    Nice explanation

  • @tahirm09
    @tahirm09 3 วันที่ผ่านมา

    Good

  • @sandeepreddy228
    @sandeepreddy228 5 วันที่ผ่านมา

    Good explanation

  • @sattarbhai6031
    @sattarbhai6031 11 วันที่ผ่านมา

    I have one question. One PF file 100 records. But I need 1 to 50 records on how to display?

    • @Basavanthvarma3
      @Basavanthvarma3 11 วันที่ผ่านมา

      @@sattarbhai6031 you can do it by using opnqryf

  • @poojarajgowda7967
    @poojarajgowda7967 16 วันที่ผ่านมา

    Please explain in english

  • @aishwaryaph524
    @aishwaryaph524 18 วันที่ผ่านมา

    Thanks for the videos In Telugu

  • @sattar999-ec5yp
    @sattar999-ec5yp 19 วันที่ผ่านมา

    nene adganu anna ,tq

  • @sattar999-ec5yp
    @sattar999-ec5yp 19 วันที่ผ่านมา

    return exeute kadu.

    • @Basavanthvarma3
      @Basavanthvarma3 19 วันที่ผ่านมา

      @@sattar999-ec5yp ok, check it once

  • @sattarbhai6031
    @sattarbhai6031 19 วันที่ผ่านมา

    Thank you sir for uploading

  • @aishwaryaph524
    @aishwaryaph524 20 วันที่ผ่านมา

    Thanks for the videos ☺️

  • @sattarbhai6031
    @sattarbhai6031 22 วันที่ผ่านมา

    Please explain the difference *inlr=on ,and return

  • @sivanaga
    @sivanaga 23 วันที่ผ่านมา

    In 2024 I'm learning these AS400

  • @sandeepreddy228
    @sandeepreddy228 24 วันที่ผ่านมา

    Good explanation

  • @tahirm09
    @tahirm09 24 วันที่ผ่านมา

    Good

  • @sandeep6292
    @sandeep6292 24 วันที่ผ่านมา

    SIR CAN U CREATE A VIDEO ON ODP, open data path

    • @Basavanthvarma3
      @Basavanthvarma3 24 วันที่ผ่านมา

      @@sandeep6292 th-cam.com/video/RyPlHV0a-4E/w-d-xo.htmlsi=89R2aXI_wcSsY329

  • @sandeep6292
    @sandeep6292 25 วันที่ผ่านมา

    Decimal value ninl direct ga endhuku print cheyalemu ?

    • @Basavanthvarma3
      @Basavanthvarma3 25 วันที่ผ่านมา

      @@sandeep6292 cl programing structure ala design chesaru only character values display chesela

  • @tahirm09
    @tahirm09 25 วันที่ผ่านมา

    Good

  • @sandeep6292
    @sandeep6292 26 วันที่ผ่านมา

    Hello basavanth garu, You videos are very helpful and crystal clear easy to understand. Hope you make more videos on as400. Thankyou so much for doing this.

  • @sandeepreddy228
    @sandeepreddy228 28 วันที่ผ่านมา

    Good explanation

  • @sandeepreddy228
    @sandeepreddy228 29 วันที่ผ่านมา

    Thanks for explanation.

  • @sandeepreddy228
    @sandeepreddy228 29 วันที่ผ่านมา

    Big helpful to beginners thanks a lot.

  • @sandeepreddy228
    @sandeepreddy228 29 วันที่ผ่านมา

    Awesome

  • @sandeepreddy228
    @sandeepreddy228 29 วันที่ผ่านมา

    Good explanation..

  • @ginnejyothsna6994
    @ginnejyothsna6994 หลายเดือนก่อน

    Bro can you please upload real time project explanation.

  • @ShahidQureshi-ee6wz
    @ShahidQureshi-ee6wz หลายเดือนก่อน

    Please speak Hindi or English

  • @nagarajukadakatla7012
    @nagarajukadakatla7012 หลายเดือนก่อน

    Anna display file ni rpg program logic tho Ela connect cheyalo cheppu anna

    • @Basavanthvarma3
      @Basavanthvarma3 หลายเดือนก่อน

      @@nagarajukadakatla7012 th-cam.com/play/PLZ7ia9KgDBN7h4SlTAqJiKEDNZ9YqPoIX.html&si=gGmSu30DMF2YCuEp

  • @sandeepreddy228
    @sandeepreddy228 หลายเดือนก่อน

    Good explanation 🎉

  • @tahirm09
    @tahirm09 หลายเดือนก่อน

    or Hindi /urdu

  • @tahirm09
    @tahirm09 หลายเดือนก่อน

    pl make it in English as well

  • @sattarbhai6031
    @sattarbhai6031 หลายเดือนก่อน

    Please explain SDA ,RLU

    • @Basavanthvarma3
      @Basavanthvarma3 หลายเดือนก่อน

      @@sattarbhai6031 sda already uploaded

    • @Basavanthvarma3
      @Basavanthvarma3 หลายเดือนก่อน

      Check screen ply list

  • @DivikaHanvika
    @DivikaHanvika หลายเดือนก่อน

    Can you please do a video on xml files processing

  • @aishwaryaph524
    @aishwaryaph524 หลายเดือนก่อน

    Thanks bsavanth

  • @aishwaryaph524
    @aishwaryaph524 หลายเดือนก่อน

    Thanks bsavanth

  • @aishwaryaph524
    @aishwaryaph524 หลายเดือนก่อน

    Thanks bsavanth

  • @cmknvreddy3044
    @cmknvreddy3044 หลายเดือนก่อน

    total courses how many hours bro

    • @Basavanthvarma3
      @Basavanthvarma3 หลายเดือนก่อน

      @@cmknvreddy3044 sariga cheste 90hr

  • @cmknvreddy3044
    @cmknvreddy3044 หลายเดือนก่อน

    hi bro as 400 total nichukoval only db2 and cl and rpg chala bro

    • @Basavanthvarma3
      @Basavanthvarma3 หลายเดือนก่อน

      @@cmknvreddy3044 ivi chalu

    • @Basavanthvarma3
      @Basavanthvarma3 หลายเดือนก่อน

      @@cmknvreddy3044 DB2 CL RPGLE EMBEDDED RPGLE ILE IVI CHALU

  • @tahirm09
    @tahirm09 หลายเดือนก่อน

    Good

  • @tahirm09
    @tahirm09 หลายเดือนก่อน

    Good

  • @cmknvreddy3044
    @cmknvreddy3044 หลายเดือนก่อน

    hi bro date of join and time how to create table

    • @Basavanthvarma3
      @Basavanthvarma3 หลายเดือนก่อน

      Date of joining and time fields kavala meku

    • @cmknvreddy3044
      @cmknvreddy3044 หลายเดือนก่อน

      @@Basavanthvarma3 ha

  • @SnehaMeshram-x1m
    @SnehaMeshram-x1m หลายเดือนก่อน

    please make any video on activation group why we need to use what is a real time purpose of activation group and also please, make any project using ile concept thankyou

  • @-mounikap
    @-mounikap 2 หลายเดือนก่อน

    Thx for making videos on ILE

  • @ManiMani-jb2pd
    @ManiMani-jb2pd 2 หลายเดือนก่อน

    Sir error vasthundhii

  • @kirankumar2685
    @kirankumar2685 2 หลายเดือนก่อน

    Nice 👍

  • @NaiduKrishnakarthik
    @NaiduKrishnakarthik 2 หลายเดือนก่อน

    Pgm and end pgm not mandatary but parameter pass che appudu mandatary

  • @-mounikap
    @-mounikap 2 หลายเดือนก่อน

    Thx for sharing video on cursor

  • @-mounikap
    @-mounikap 2 หลายเดือนก่อน

    Nice explanation

  • @kirankumar2685
    @kirankumar2685 2 หลายเดือนก่อน

    Nice

  • @iamkiran8754
    @iamkiran8754 2 หลายเดือนก่อน

    Ovrdbf file(cusdata) tofile(classlib/vehdata) both are sql tables with same fields, if i perform and insert or update operations on cusdata. It will update both files are only vehdata files ?

  • @sattarbhai6031
    @sattarbhai6031 2 หลายเดือนก่อน

    Opnqry adgani interviewer undadu ,nice explanation