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

Forum: COBOL

COmmon Business-Oriented Language.

  1. 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, 1 Week Ago 09:11 AM
    icf file write
    • Replies: 5
    • Views: 107
    1 Week Ago 09:23 AM Go to last post
  2. 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, 2 Weeks Ago 03:56 PM
    • Replies: 3
    • Views: 65
    2 Weeks Ago 10:27 AM Go to last post
  3. how to use it in rpgle

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

    Started by rajapandian, 2 Weeks Ago 04:44 PM
    • Replies: 4
    • Views: 57
    2 Weeks Ago 08:16 AM Go to last post
  4. 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, 3 Weeks Ago 04:41 AM
    • Replies: 1
    • Views: 81
    2 Weeks Ago 11:23 AM Go to last post
  5. 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: 190
    February 3rd, 2010 08:46 AM Go to last post
  6. 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: 115
    February 2nd, 2010 12:49 PM Go to last post
  7. 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: 367
    January 7th, 2010 12:29 AM Go to last post
  8. 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: 233
    January 6th, 2010 04:37 PM Go to last post
  9. 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: 212
    December 31st, 2009 12:24 PM Go to last post
  10. 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: 225
    December 30th, 2009 10:49 AM Go to last post
  11. 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: 275
    December 4th, 2009 08:27 AM Go to last post
  12. 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: 394
    November 19th, 2009 09:06 AM Go to last post
  13. 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: 1,900
    November 16th, 2009 06:42 AM Go to last post
  14. 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: 193
    November 6th, 2009 12:09 AM Go to last post
  15. 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: 404
    October 5th, 2009 05:14 AM Go to last post
  16. Cool substring in Cobol

    I am trying to perform a substring function in Cobol: I am trying to get the first character of a variable i.e. account number = 900XXXXXXX. I want to pick up the first character of 9. Is there a simple way of doing this in Cobol? Thanks, DAC

    Started by dcutaia, October 2nd, 2009 01:51 PM
    • Replies: 3
    • Views: 305
    October 5th, 2009 05:13 AM Go to last post
  17. Is there command LIKE in COBOL?

    Hello all... Wondering if there is a command in COBOL that functions similar to LIKE when you run queries? I know if I run a query on a file and have a 30 character field...if I want to know if a certain sequence or word is there but am unsure the exact position, I can say LIKE '%word%' and...

    Started by caren, September 8th, 2009 09:25 AM
    • Replies: 2
    • Views: 480
    September 8th, 2009 12:25 PM Go to last post
  18. Wink Debugging an iSeries Cobol program

    Does anyone know what items i put in a compile to put the Cobol program to debug. I have tried *source & *gen etc and it doesn't seem to go into debug mode. Thanks, DAC Can you believe I am doing Cobol!

    Started by dcutaia, August 27th, 2009 10:16 PM
    • Replies: 3
    • Views: 449
    September 4th, 2009 08:21 AM Go to last post
  19. how to know Who is using a program?

    Dear all, How can I know that a program is being used by another user? I need to write a restriction if someone is using a certain program, the other user who is attempting to access the same option(program) will have a blocking message and he won't be able to access this program/option unless...

    Started by 400genius, July 21st, 2009 05:26 AM
    • Replies: 2
    • Views: 427
    July 21st, 2009 06:42 AM Go to last post
  20. Opnqry

    Hi , In a CL, open query has been done with the key feilds(more than 1) other the actual key fields defined in the PF .. now in the COBOL (which is called from the CL ) Externally described key has been defined in the select clause of the file.. we want do the dynamic read based keys listed...

    Started by vinothkumar, July 15th, 2009 07:00 AM
    • Replies: 1
    • Views: 348
    July 15th, 2009 10:09 AM Go to last post
  21. COBOL Pointers

    Has someone got some good documentation on COBOL pointers. I went thru IBMs material but what i want is the application of pointers. I have been coding in cobol for the past three years and have not encountered a compelling need to use pointers. So I just wanted to know what are all the...

    Started by sudarshan_ramal, June 30th, 2009 10:04 PM
    • Replies: 1
    • Views: 412
    July 1st, 2009 05:38 AM Go to last post
  22. Exclamation Help!cobol programs using same definitions

    I divide my cobol programs in 3 parts(3 cobol program). I dont want to define definitions such as variables. Can i have another cobol program that includes all variables and i call that program from all other my programs for use same variable names and definitions?. I hope i could explain!

    Started by BORANBURCIN, June 3rd, 2009 02:50 AM
    • Replies: 5
    • Views: 559
    June 5th, 2009 01:05 AM Go to last post
  23. Inspect for traling spaces

    Hi , is ther any function to get the trailing spaces in the cobol.. i tried with inspect reverse but the reverse functionality is not supported with my version .. pls let me know is ther any other functionality for this thanks ..

    Started by vinothkumar, May 26th, 2009 07:48 AM
    • Replies: 3
    • Views: 567
    May 26th, 2009 09:49 AM Go to last post
  24. [please help] compile error

    i have read ebook COBOL400 user guide, then i write cobol program from an example at this book on page 98-101. after i compile there are many error like this .... i don't know why? error message from spool file use cannot be determined. Default item assumed. ...

    Started by rx_b10, April 30th, 2009 04:39 AM
    • Replies: 3
    • Views: 814
    May 1st, 2009 05:33 AM Go to last post
  25. Thumbs down Please help.! I want to list my records on monitor

    hi, I need to list my records for example; Name surname john smith ian clerance james hetfield I want to list them on screen but I dont want to use subfiles. Do I have any alternative solution about that. Thanks for all help

    Started by BORANBURCIN, April 10th, 2009 08:07 AM
    • Replies: 7
    • Views: 974
    April 16th, 2009 03:56 PM 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