+ Post New Thread
Page 2 of 18 FirstFirst 1 2 3 4 12 ... LastLast
Threads 21 to 40 of 354

Forum: CL

Control Language (CL) programming plays a big part in our industry. Ask questions! Get answers!

  1. Help? What I am doing wrong here with CEEDAYS...

    Can't figure out compile error. I know its in the subtraction of - 30, but can't figure out how to declare variable correctly for it to work. Thanks,...

    Started by klaborde‎, 04-28-2009 03:21 PM
    • Replies: 2
    • Views: 1,787
    04-28-2009, 08:15 PM Go to last post
  2. Debug is simple, right?

    I am trying to run an ILE CL program in debug mode on one of our test boxes. I have run debug zillions of times, no problem. But something very...

    Started by EDIguru‎, 03-31-2009 04:54 PM
    • Replies: 4
    • Views: 1,933
    04-02-2009, 07:10 PM Go to last post
  3. converting physical file to fixed length flat file

    I am trying to convert a physical file to fixed length flat file. but I am not getting the proper output. I am using CPYTOIMPF to convert the file....

    Started by vikram.sidhabathuni‎, 03-09-2009 11:34 PM
    • Replies: 1
    • Views: 2,365
    03-10-2009, 01:23 PM Go to last post
  4. Enhance i5/OS with IBM's Blessing!

    ** This thread discusses the article: Enhance i5/OS with IBM's Blessing! ** Hi Ted I think the lack of command knowledge among developers is the...

    Started by pietj‎, 03-03-2009 11:48 AM
    • Replies: 0
    • Views: 1,368
    03-03-2009, 11:48 AM Go to last post
  5. The CL Corner: Add Your Own Options to the IBM WRKOUTQ Command

    ** This thread discusses the article: The CL Corner: Add Your Own Options to the IBM WRKOUTQ Command ** ** This thread discusses the Content...

    Started by RonKoontz‎, 02-18-2009 08:50 PM
    • Replies: 0
    • Views: 1,954
    02-18-2009, 08:50 PM Go to last post
  6. The CL Corner: Use Your Own Names for Supplied Commands

    ** This thread discusses the article: The CL Corner: Use Your Own Names for Supplied Commands ** ** This thread discusses the Content article: The...

    Started by Matt.Tyler‎, 01-30-2009 04:12 PM
    • Replies: 4
    • Views: 2,218
    03-02-2009, 04:15 PM Go to last post
  7. Need help understanding DISP-SHR in OCL

    Well, I had this issue yesterday and my programmer could not understand why this solution was necessary, but it worked. I'd really like to be able to...

    Started by ebbhitch‎, 01-28-2009 05:29 PM
    • Replies: 4
    • Views: 2,680
    01-30-2009, 04:40 PM Go to last post
  8. Copying /IFS Lpar1 to Lpar2 Question.

    Hello, I want to copy a bunch of Log files in a /IFSDIR/*.* to another LPAR. My research tells me to do something like this. CPY /IFSDIR/*.*...

    Started by klaborde‎, 01-16-2009 02:35 PM
    • Replies: 4
    • Views: 2,551
    01-20-2009, 11:23 PM Go to last post
  9. Help? CVTDAT for cleanup of Spool Files.

    Last year, I wrote a program to display an outq to print, then I copy it to a file, and inside a program, I substring the read of the file to...

    Started by klaborde‎, 01-09-2009 03:15 PM
    • Replies: 2
    • Views: 2,112
    01-10-2009, 05:08 PM Go to last post
  10. Ping in CL

    Anyone familiar with whether I can use ping from within a CL and have it return the status to the CL program, rather than interactively to the...

    Started by EDIguru‎, 12-08-2008 03:56 PM
    • Replies: 2
    • Views: 2,027
    12-08-2008, 06:24 PM Go to last post
  11. The CL Corner: Just How Big Is That Variable?

    ** This thread discusses the article: The CL Corner: Just How Big Is That Variable? ** ** This thread discusses the Content article: The CL Corner:...

    Started by coteijgeler@chello.nl‎, 10-10-2008 07:50 AM
    • Replies: 1
    • Views: 2,247
    10-13-2008, 08:01 PM Go to last post
  12. Can CL program READ physical file?

    I have a project to comple a list of physical and logical file. I'm able to use DSPGD command to create a outfile and capture the outfile from a DDS...

    Started by nrn0622‎, 09-29-2008 05:13 PM
    • Replies: 2
    • Views: 3,686
    09-29-2008, 06:51 PM Go to last post
  13. Basic CL Programming

    Hello, Our company is finally coming out of the dark ages and into the light. We have been given the go ahead to start "converting" from RPGII and...

    Started by ppyoung‎, 03-06-2008 03:23 PM
    • Replies: 2
    • Views: 3,263
    03-07-2008, 02:05 PM Go to last post
  14. Calling an RPG procedure from ILE CL problem

    I have used CALLPRC in ILE CL programs in the past, but I am running into an issue with this one and cannot figure out why. The CL seems to execute...

    Started by EDIguru‎, 01-18-2008 07:59 PM
    • Replies: 2
    • Views: 2,486
    01-21-2008, 04:57 PM Go to last post
  15. COOLSPV5R1/CVTSPLXLS

    Hi When I use this command, I need to keep the none significant zeros on my numeric field (ex: I want 001234 instead of 1234). Thanks

    Started by justor‎, 12-27-2007 05:10 PM
    • Replies: 0
    • Views: 1,422
    12-27-2007, 05:10 PM Go to last post
  16. COOLSPV5R1/CVTSPLXLS

    Hi When I use this command, I need to keep the none significant zeros on my numeric field (ex: I want 001234 instead of 1234). Thanks

    Started by justor‎, 12-27-2007 05:09 PM
    • Replies: 0
    • Views: 1,138
    12-27-2007, 05:09 PM Go to last post
  17. ADDLFM

    EDIguru wrote: > Is there a way to view the logical file members in an LF? I know for > a physical file I can do a DSPFD and see a list of all...

    Started by Guest.Visitor‎, 11-29-2007 10:53 AM
    • Replies: 3
    • Views: 2,312
    12-06-2007, 10:24 AM Go to last post
  18. User Commands

    Hi, I'm trying to create a user command. In this I need something like below qouted example. 1. Range of journal recievers as one parameter with four...

    Started by Deepti0313‎, 11-19-2007 10:14 AM
    • Replies: 1
    • Views: 1,553
    11-19-2007, 10:14 AM Go to last post
  19. Replace QTEMP library with User Libraries

    Have your program call a CL program to create your library. The CL program will have a data area to have a control number 1 - 999999999. When the CL...

    Started by Guest.Visitor‎, 11-14-2007 06:08 AM
    • Replies: 2
    • Views: 2,213
    11-15-2007, 05:13 AM Go to last post
  20. Duplicate spool file.

    If you have TAATOOLS, there is a command DUPSPLF that does what you want.

    Started by R.Khoury‎, 11-14-2007 03:41 AM
    • Replies: 9
    • Views: 4,606
    05-12-2009, 12:46 AM Go to last post

+ Post New Thread
Page 2 of 18 FirstFirst 1 2 3 4 12 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts