+ Post New Thread
Page 1 of 4 1 2 3 ... LastLast
Threads 1 to 25 of 94

Forum: COBOL

COmmon Business-Oriented Language.

  1. Time to make a splash!

    Welp! It looks as though I need to get back up-to-speed with the COBOL generation... Anyone have any initial sites I can visit to get going with this? I found this site and it has some pretty good information to get going. I need some examples of using Embeded SQL with COBOL though. We...

    Started by FaStOnE, 4 Weeks Ago 08:51 AM
    • Replies: 5
    • Views: 149
    2 Weeks Ago 11:18 AM Go to last post
  2. AS400 GENSSW and OPTSWCH

    Hi I am as400 cobol developer could someone explain to me what is the difference of GENSSW and OPTSWCH subroutine? I think both subroutine have the same process which is program switching. Thanks,

    Started by Junell, 4 Weeks Ago 03:45 AM
    • Replies: 3
    • Views: 102
    3 Weeks Ago 01:42 AM Go to last post
  3. screen section error

    i'm having a problem in my screen section in COBOL. the error is redundant clause ignored and i really don't know how to fix it! helpp :( here's part of the code: 01 SCREEN-1. 02 BLANK SCREEN. 02 LINE 4 COLUMN 30 VALUE 'WELCOME'. 02 LINE 5 COLUMN 25 VALUE...

    Started by leng, July 4th, 2010 10:11 AM
    • Replies: 0
    • Views: 133
    July 4th, 2010 10:11 AM Go to last post
  4. Need program to insert records to a PF. The input must be taken from a display file.

    Hi , I am new to AS400 and need of a program which inserts records to a Pf , The input need to be taken from user which is given through a Display file.... That means the input given from a display file need to save in a PF..... Please help me to do this........ Thanking u.........

    Started by subbuch, May 26th, 2010 12:35 AM
    • Replies: 3
    • Views: 251
    June 10th, 2010 09:57 AM Go to last post
  5. Exception mch12120 occurred in qlbpro07

    Hello, I am getting an exception of MCH1210 while compiling my cobol/400 program. I made some simple updates in program, but ever since these new lines oc code have been inserted my program fails to compile. I get EXCEPTION mch1210 RECEIVER VALUE TOO SMALL TO HOLD RESULT there is...

    Started by axbisht, June 5th, 2010 03:27 AM
    • Replies: 2
    • Views: 181
    June 9th, 2010 10:37 AM Go to last post
  6. calling problems in cobol/400

    Hi thanks in advance i am doing some enhancement in cobol program.for the enhancement i added some lines in the program.its working perfectly. but after the newly added lines,the cobol program calling some cobol programs,while the control come from the called program to the calling program.its...

    Started by rajapandian, June 6th, 2010 11:59 AM
    • Replies: 0
    • Views: 100
    June 6th, 2010 11:59 AM Go to last post
  7. Need String Handling details in COBOL

    Hi, I am just started learning COBOL. I want to form a Username with the Firstletter of First name , firstletter of middle name and full last name. Give me details how I have to handle this Thanks, geetha

    Started by Geethu, May 2nd, 2010 11:26 PM
    • Replies: 1
    • Views: 264
    May 8th, 2010 01:41 PM Go to last post
  8. Exclamation LBE7006: Going Nuts

    I'm trying to do simple sorts and getting a runtime error. I've tried my own program, instructor-supplied programs, and even code straight from the book. I swear it worked a few weeks ago, but now I keep getting this: Message LBE7006 at COBOL statement xxx (C D F). Is this something I need an...

    Started by Dogsworth, April 30th, 2010 08:05 PM
    • Replies: 2
    • Views: 162
    May 6th, 2010 08:56 AM Go to last post
  9. Input load all subfile

    Hi I am a beginner in COBOL programming,I need the design the following COBOL subfile 1.the subfile program 'DATAONE' should BE able accept parameter (CC ) filed and many other code from the calling program and it should return this to the calling program . 2.Based on the code value CC...

    Started by powers, April 9th, 2010 02:33 PM
    • Replies: 0
    • Views: 287
    April 9th, 2010 02:33 PM Go to last post
  10. Question COBOL Certification

    Hi, Is there any certification avalable in IBM or some other organization for COBOL/400?

    Started by kpandian, March 23rd, 2010 02:21 AM
    • Replies: 0
    • Views: 181
    March 23rd, 2010 02:21 AM Go to last post
  11. Post ICF file handling in COBOL

    Hi, I have written a small COBOL program which involves ICF file handling and compiled it successfully. But, during run of this program, the WRITE operation to the ICF file COMICFON2 is ended with error. Even, the recovery operation was also unsuccessful. I could not find the reason for the same....

    Started by kpandian, March 1st, 2010 09:11 AM
    icf file write
    • Replies: 5
    • Views: 617
    March 3rd, 2010 09:23 AM Go to last post
  12. why they are used?

    IF SYSTEM-YY < SYS-CENTURY-CUTOFF (20) (20) MOVE SYS-CENTURY-NEXT TO SYSTEM-CC ELSE (19) (19) MOVE SYS-CENTURY-PREV TO SYSTEM-CC END-IF. in my cobol...

    Started by rajapandian, February 24th, 2010 03:56 PM
    • Replies: 3
    • Views: 250
    February 25th, 2010 10:27 AM Go to last post
  13. how to use it in rpgle

    Move ctldt1 of date-control-record to control-date-from.

    Started by rajapandian, February 24th, 2010 04:44 PM
    • Replies: 4
    • Views: 204
    February 25th, 2010 08:16 AM Go to last post
  14. Linkage Message MCH0801

    Hi all, Something strange is occuring and I cannot know why. I have 3 CBL programs X & Y & Z. X calls Y and Call Z in the same way cause Y and Z have the same linkage section (composed of 2 parameters). X calls both programs with only 1 parameter of the 2 filled. When Y is called, I...

    Started by 400genius, February 18th, 2010 04:41 AM
    • Replies: 1
    • Views: 540
    February 22nd, 2010 11:23 AM Go to last post
  15. CBL program converting SAVF to DB

    Hi all, I have a CBL program that converts a save file (*SAVF) to a database file. the program works fine. I just need to make a few modifications, unfortunately I do not have the source code. So I decided to write a new program. But I haven't found out (Technically) how the old program is...

    Started by 400genius, February 3rd, 2010 06:03 AM
    • Replies: 1
    • Views: 352
    February 3rd, 2010 08:46 AM Go to last post
  16. Range of subscript value or character string error

    HI THIS IS MY CODE 05 FDSFRT-R OCCURS 11. 10 FDSFRT-INI PIC X(08) . 10 FDSFRT-SUF PIC X(01) . 10 FARR-VER PIC X(11) .

    Started by rajapandian, February 1st, 2010 03:25 PM
    • Replies: 3
    • Views: 406
    February 2nd, 2010 12:49 PM Go to last post
  17. Causes of DECIMAL DATA ERROR

    The following is the issue, i have faced. I read a file and moved the value of one of its NUMERIC field to a working variable in COBOL. i.e MOVE FLD1 to WFLD1 But, my program has received MCH1202 during the processing of the file. Now, i need to find out the various possibles...

    Started by kpandian, January 6th, 2010 04:41 AM
    • Replies: 3
    • Views: 803
    January 7th, 2010 12:29 AM Go to last post
  18. Receive parameters

    PLEASE ANYBODY GUIDE ME HOW TO RECEIVE PARAMETERS IN COBOL...LIKE * ENTRY IN RPG....:duh

    Started by rajapandian, January 4th, 2010 03:07 PM
    • Replies: 7
    • Views: 428
    January 6th, 2010 04:37 PM Go to last post
  19. DELETE command in AS400

    Hi, I have two files A and B. File A has three Keys and the first two keys of file A are keys of file B as well. File B has only two keys. I need to delete a record with key combination as 1, 1, 4 in file A. However, since file B has only two keys, the initial read of file B reads only 1, 1, 1....

    Started by vinothkumar, December 31st, 2009 06:28 AM
    • Replies: 4
    • Views: 423
    December 31st, 2009 12:24 PM Go to last post
  20. ftp from ifs to pc

    I have successfully download a file to the ifs, unzipped it and then ftp'd it to a folder on the PC. It's an excel spreadsheet. When I try and open it on the PC I get this error ' the file you are trying to open is in a different format than specified by the file extension.'

    Started by asinnot, December 30th, 2009 09:44 AM
    • Replies: 3
    • Views: 608
    December 30th, 2009 10:49 AM Go to last post
  21. Move emails to a directory folder

    Is it possible to set a rule to move emails from Microsoft exchange server to a folder which is placed outside outlook so that it can be accessed by the AS400 machine

    Started by vinothkumar, December 4th, 2009 07:07 AM
    • Replies: 3
    • Views: 471
    December 4th, 2009 08:27 AM Go to last post
  22. cobol pdf and ebooks

    anybody having cobol400 ebooks and pdfs.........please do the needfull

    Started by rajapandian, November 17th, 2009 08:48 AM
    • Replies: 3
    • Views: 742
    November 19th, 2009 09:06 AM Go to last post
  23. Finding Source File in Source Physical File

    Hi, I'm developing a tool using subfiles in COBOL where I have to show the list of source physical files of a particular library which has the source of the file entered. For eg if there are 3 src-pf in a lib XYZ say.. QLBLSRC, QCLSRC, QDDSSRC and if I search for a source named ABC then it...

    Started by kamal_don82, August 23rd, 2007 02:10 AM
    • Replies: 16
    • Views: 2,414
    November 16th, 2009 06:42 AM Go to last post
  24. Values are not populating in the display file

    Introducing myself...I am new to COBOL/400, I am finding some issues, pls help. when I am displaying the display file, the values are not populated from the database file and a blank record is shown.... IDENTIFICATION DIVISION. PROGRAM-ID. PKM1. DATE-WRITTEN. NOV. 03,...

    Started by pkbunu, November 3rd, 2009 10:14 PM
    • Replies: 1
    • Views: 308
    November 6th, 2009 12:09 AM Go to last post
  25. Question How do I do this in Cobol

    I have a 16 character account number i.e. 1234567890123456 I am suppose to put *(stars) in the first 10 positions to mask the account number. How do I do this in Cobol? DAC

    Started by dcutaia, October 2nd, 2009 02:50 PM
    • Replies: 2
    • Views: 566
    October 5th, 2009 05:14 AM Go to last post

+ Post New Thread

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

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 10 views
Hot thread with unread posts
More than 15 replies or 10 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