+ Post New Thread
Page 1 of 4 1 2 3 ... LastLast
Threads 1 to 20 of 68

Forum: COBOL

Got questions about COBOL programming? Get answers here!

  1. Run time error in Load all subfile

    Hi.I am new to COBOL400.Any body please check my basic load all sub file code and tell where I am wrong. Cause . . . . . : COBOL program 'TESTCBL1'...

    Started by Funny‎, 05-05-2009 02:26 AM
    • Replies: 1
    • Views: 4,539
    05-05-2009, 02:37 AM Go to last post
  2. TechTip: Keyboard Shortcuts for Remote System Explorer (RSE)

    ** This thread discusses the Content article: TechTip: Keyboard Shortcuts for Remote System Explorer (RSE) ** 0

    Started by DaleB63‎, 04-06-2009 07:37 PM
    • Replies: 1
    • Views: 1,586
    04-07-2009, 03:06 PM Go to last post
  3. Where to download SAVF

    Where can I download the COBOL API examples SAVF? Thanks

    Started by CelinaInsurance‎, 01-10-2008 04:18 PM
    • Replies: 0
    • Views: 1,979
    01-10-2008, 04:18 PM Go to last post
  4. TechTip: Clean Up Old IFS Files

    I hope you enjoyed the article.

    Started by DKDowning‎, 11-16-2007 04:36 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 6,808
    01-21-2009, 08:36 PM Go to last post
  5. C functions in cobol

    Is there a reason for not using the CMPPFM command? Dave

    Started by David Abramowitz‎, 09-03-2007 04:22 AM
    • Replies: 7
    • Views: 5,211
    10-03-2007, 06:38 AM Go to last post
  6. Play Time = Productive Time?

    I wrote a system on the iseries that allows our QC operators to measure various physical dimensions for our parts. In fact every part has different...

    Started by sfordenbacher‎, 08-15-2007 05:11 AM
    3 Pages
    1 2 3
    • Replies: 21
    • Views: 10,403
    11-13-2007, 11:57 AM Go to last post
  7. Best Practices: Cross-Platform Documentation

    As you point out in your article, no matter what platform you're on or heading to, good documentation is a universal need. What do you think about...

    Started by jgolds2‎, 08-08-2007 07:22 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 6,605
    08-18-2007, 11:23 PM Go to last post
  8. Legacy Maintenance: Evaluating and Documenting Business Rules in Legacy Code

    "double slashes won't work in fixed-format code" Since when? We have lots of fixed-format code with double slash comments. As long as the first slash...

    Started by aikidaves‎, 07-25-2007 05:49 AM
    • Replies: 9
    • Views: 4,766
    07-30-2007, 07:52 PM Go to last post
  9. "Interesting" possible activation group issue...

    This may have a bearing on the problem.

    Started by peterklevy‎, 07-02-2007 06:15 AM
    • Replies: 6
    • Views: 11,527
    07-18-2007, 07:21 AM Go to last post
  10. Reading 6th file

    Call a new CL Program and pass values between the two. Dave

    Started by David Abramowitz‎, 05-02-2007 04:08 AM
    • Replies: 5
    • Views: 5,056
    05-11-2007, 09:17 AM Go to last post
  11. How to Get Out from Under an Obsolete Legacy Technology

    Although I'm still not 100% certain whether you consider RPG a good language or a bad one, I'm happy to see you agree that separation of UI and...

    Started by J.Pluta‎, 04-08-2007 09:04 PM
    6 Pages
    1 2 3 ... 6
    • Replies: 55
    • Views: 16,827
    04-20-2007, 05:30 PM Go to last post
  12. I Do Declare!

    Joe wrote: "... So what I've really done by turning to a declarative language is to stop writing code and instead use someone else's programming. I...

    Started by H.Boldt‎, 02-23-2007 05:23 AM
    2 Pages
    1 2
    • Replies: 16
    • Views: 5,187
    03-01-2007, 07:33 AM Go to last post
  13. Date convesrion from cyymmdd to datfmt(*USA) NOT working

    What is the result value in WSTRDAT? Dave

    Started by David Abramowitz‎, 09-28-2006 12:54 PM
    • Replies: 4
    • Views: 4,109
    10-10-2006, 04:04 PM Go to last post
  14. Flowcharting COBOL

    Have you looked at DOCUMINT? Dave

    Started by David Abramowitz‎, 08-07-2006 04:40 PM
    • Replies: 5
    • Views: 3,500
    09-15-2006, 04:24 AM Go to last post
  15. WebSphere Version Control w/ PVCS or CVS

    Hi Bob, Yes, I'm from SoftLanding. No, I'm not going to try to sell you anything. My first recommendation to you would be to explore Subversion....

    Started by joe.baumgarten@gmail.com‎, 07-24-2006 06:15 AM
    • Replies: 4
    • Views: 2,955
    08-02-2006, 06:57 AM Go to last post
  16. How to Execute SQL commands from within a CL pgm

    If the SQL statement never changes, then write it once in a source member and use RUNSQLSTM to execute it. If it needs to accept parameters then...

    Started by K.Forsythe‎, 04-11-2006 11:44 AM
    • Replies: 6
    • Views: 5,007
    04-19-2006, 10:16 AM Go to last post
  17. Problem: Field names with special characters

    You have several options: 1. Change the name of the fields in the DDS. (Not practical if there's a lot of programs that must be changed and...

    Started by Rafy‎, 04-11-2006 07:34 AM
    • Replies: 2
    • Views: 3,794
    04-11-2006, 02:33 PM Go to last post
  18. Beginner Internationalization Question

    Not to be confusing but.... what you are refering to as 'western numerical symbols' are actually called the Arabic shapes (0 to 9) as they came to...

    Started by BVining‎, 04-10-2006 06:17 AM
    • Replies: 2
    • Views: 2,937
    04-11-2006, 03:54 AM Go to last post
  19. SFLCSRRRN and RTNCSRLOC

    You can use SFLCSRRRN to determine the releative record number of the subfile. I am unsure about the field name. Dave

    Started by David Abramowitz‎, 02-25-2006 03:05 AM
    • Replies: 5
    • Views: 6,662
    03-07-2006, 10:36 AM Go to last post
  20. Automatic printing of word/PDF documents from the IFS

    You should be able to ibed the STRPCCMD command within your CL to print the documents. Dave

    Started by David Abramowitz‎, 09-07-2005 09:08 AM
    • Replies: 7
    • Views: 3,955
    11-05-2005, 10:55 AM Go to last post

+ Post New Thread
Page 1 of 4 1 2 3 ... 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