Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

What's New in CL Programming

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What's New in CL Programming

    ** This thread discusses the article: What's New in CL Programming **
    This is a discussion about What's New in CL Programming.

    Click here for the article.


  • #2
    What's New in CL Programming

    ** This thread discusses the article: What's New in CL Programming **
    Are the DoLoops, DoUntil, Subroutine...ect. in V5R3?

    Comment


    • #3
      What's New in CL Programming

      ** This thread discusses the article: What's New in CL Programming **
      Hi, all DoLoops, defining Integer variables, working with more than one file and the select statement are new Release V5R3. With the DoLoops also the commands ITERATE and LEAVE are introduced. LEAVE allows you to leave a loop and with iterate the the next loop is executed. With release V5R3 passing parameters by value to procedures is possible. Subroutines, Pointers and simple datastructures are the enhancements in release V5R4. Datastructures and pointers are quite helpful when calling System APIs. Birgitta

      Comment

      Working...
      X