+ Post New Thread
Page 1 of 21 1 2 3 11 ... LastLast
Threads 1 to 25 of 504

Forum: DDS

subfiles,screens, physical files, logicals, print files and menus

  1. Soft warning message on control record.

    Hi all, I am trying to determine the easiest way to code (COBOL) and hopefully with a DDS keyword, a soft warning message on the control record of my display file, allowing the user to see the message after hitting enter, but then hitting enter again to commit the transaction where nothing has...

    Started by mworkman, 4 Days Ago 08:04 AM
    • Replies: 1
    • Views: 53
    3 Days Ago 03:41 PM Go to last post
  2. LF's maximum record format

    The maximum record format it's 32, but if i need more how can pass this?

    Started by Thunder, 1 Week Ago 06:25 AM
    • Replies: 5
    • Views: 87
    1 Week Ago 09:44 AM Go to last post
  3. CNTFLD keyword attributes

    Hello all, I did a search for this keyword in this forum and although I found a few posts, nothing helped my current issue: Is it possible to control the underline and protection of a CNTFLD like other fields? Here's why: I have a screen (just a plain old screen, no SFL) which uses 2 CNTFLD...

    Started by redvan, 1 Week Ago 10:30 AM
    • Replies: 2
    • Views: 76
    1 Week Ago 10:53 AM Go to last post
  4. Modifying Subfile CONTROL Record

    I'm trying to modify the subfile CONTROL record. I have defined an input/output field and two output-only fields. If I populate the output-only fields before the first exfmt, it displays the contents of the field. If I change that field, it refused to change on the display -- it just keeps...

    Started by mariconda, 2 Weeks Ago 09:35 AM
    • Replies: 17
    • Views: 219
    1 Week Ago 09:57 AM Go to last post
  5. Is my file externally defined

    Hi All: Is there a method of programmatically determining whether a file is internally defined or externally defined? I need to know if I need to CPYTOSTMF or CPYTOIMPF. I thought I read a solution here but I can't find it. Thanks GLS

    Started by GLS400, 2 Weeks Ago 08:05 AM
    • Replies: 3
    • Views: 107
    2 Weeks Ago 11:33 AM Go to last post
  6. Issues with Window subfiles

    Hi All, I am facing two issues with window subfiles: Issue1: 1. From window subfile screen if I take' F1 = Program help' function key it displays help screen. If I take 'Previous' function key from help screen control comes backto Window subfile. But does not display window border. Should I...

    Started by Harry, 3 Weeks Ago 01:49 AM
    • Replies: 1
    • Views: 86
    3 Weeks Ago 07:25 AM Go to last post
  7. Two subfile windows

    My first subfiles in years. I have two almost identical subfile windows. First window opens. When user selects a row from the first subfile the second subfile opens up underneath it. User is in second window, hits F12 to return to previous subfile window. The second subfile window remains...

    Started by mjhaston, 3 Weeks Ago 10:06 AM
    • Replies: 1
    • Views: 95
    3 Weeks Ago 11:59 AM Go to last post
  8. Looking for text book

    I am trying to find a copy of "Programming Subfiles in Cobol/400" By Jerry Goldson. Every place I've checked on the NET has it out of stock. Does anyone know where I can get a copy? Thanks, John

    Started by johnmauro, 4 Weeks Ago 08:34 AM
    • Replies: 2
    • Views: 82
    4 Weeks Ago 09:04 AM Go to last post
  9. Using a subfile to get input on display

    I have adisplay that consists of Claim Header information, followed by 15 Diagnosis codes and currently 11 Procedure codes. The user's want me to expand the procedure codee section of the screen to allow them to input up to 50 Procedure codes. I'm tryning to code a subfile for the expansion of the...

    Started by johnmauro, July 27th, 2010 11:51 AM
    • Replies: 3
    • Views: 132
    July 28th, 2010 07:43 AM Go to last post
  10. Question Restricting SFLDROP

    An interesting question came up on one of the LinkedIn Group "RPG/400 Developers." The person wants to prevent certain users from being able to "drop" the subfile -- not sure why, but I assume it's to restrict certain users from seeing information. I wrote a quick program out of curiosity to...

    Started by Chipper, July 22nd, 2010 04:44 PM
    • Replies: 1
    • Views: 260
    July 22nd, 2010 05:08 PM Go to last post
  11. Red face Example of Selection DDS

    Hi, Does anyone have an example of how I can code picking a choice of options: Example: O 3" Cardboard Box O 4" Cardboard Box O 5" Cardboard Box The user can select the cardboad box by mouse or by keyboard.

    Started by dcutaia, July 22nd, 2010 08:43 AM
    • Replies: 2
    • Views: 101
    July 22nd, 2010 12:24 PM Go to last post
  12. Logical file key field sequence change

    How to change the key sequence of logical file during run time? I have used OPNQRYF but with no success.

    Started by vibs400, July 22nd, 2010 05:10 AM
    • Replies: 1
    • Views: 94
    July 22nd, 2010 06:52 AM Go to last post
  13. Error messages not displaying

    Hi All, I have a display file it is a simple file maintenance with 2 input screens and on screen B it is not displaying any error messages when it should be. I have done the obvious, debugged and ensured error indicator on and it is staying on the errored screen with no msg, display file is...

    Started by Billw, July 21st, 2010 09:18 AM
    • Replies: 3
    • Views: 129
    July 21st, 2010 02:07 PM Go to last post
  14. display file

    Hi i am need to do one thing in display file.my display file has 100 input fields.if we need to enter 10 input fields out of 100.i want to show 10 only out of 100.we can do it with non-display option? or any other options are there

    Started by rajapandian, May 13th, 2010 08:49 AM
    2 Pages
    1 2
    • Replies: 21
    • Views: 644
    July 15th, 2010 12:34 PM Go to last post
  15. Changing the Color of MNUBAR

    Hello Does anybody know how to change the color of the options on the menu bar? They work fine, but I need to make them white instead of green. Thanks

    Started by Flodge, July 6th, 2010 09:22 AM
    • Replies: 4
    • Views: 247
    July 8th, 2010 09:11 AM Go to last post
  16. Number of Records

    Hi i am loading the subfile...my client wants to know how much records in the subfile screen.how its possible...while loading we increment one integer and displaying! is the right way? please suggest

    Started by rajapandian, July 6th, 2010 03:38 AM
    • Replies: 2
    • Views: 169
    July 7th, 2010 08:40 AM Go to last post
  17. Dynamically changing the field length

    Hi In my display file. i have 2 input fields Bank NO: _ (1 field length) Acc No: _________________________(25 field length) we have 3 banks Numbers if i give bank no =1 accno field length dynamically changed into 15

    Started by rajapandian, July 6th, 2010 08:27 AM
    • Replies: 2
    • Views: 139
    July 6th, 2010 03:24 PM Go to last post
  18. reading new record

    Hi I am updating the file through program, and reading the file in the another program.while reading its read only newly added last record ,even though iam read with setll ....no improvements

    Started by rajapandian, June 28th, 2010 08:20 AM
    • Replies: 5
    • Views: 202
    June 28th, 2010 05:26 PM Go to last post
  19. how to transfer coloumn to row

    Hi i have one file with like name,number,subjects1,subjects2,subjects3..........till subjects 100 eg> raj 1 english, history ,maths here i want to transfer the column to rows name number subjects raj 1 english raj 1 ...

    Started by rajapandian, June 23rd, 2010 09:36 AM
    • Replies: 1
    • Views: 110
    June 23rd, 2010 10:13 AM Go to last post
  20. BARCODE DDS Keyword - Trim Blanks

    I've searched the forums and haven't found any answer to this question. I'm wanting to use the BARCODE keyword to produce a CODE3OF9 barcode. It works fine, but the problem is I want to trim the trailing blanks from the barcoded data. I know I can accomplish this with the TRNSPY keyword and...

    Started by jtemple, June 22nd, 2010 10:46 AM
    • Replies: 2
    • Views: 211
    June 22nd, 2010 01:02 PM Go to last post
  21. cursor location

    Hi i need to know how to keep the cursor location in display file.there are 100 fields in the display file.one time user will enter 5 fields next time user will enter 10 fields.each time user come into the screen cursor will be on the first blank field.for example... User enter 5 fields on...

    Started by rajapandian, June 17th, 2010 11:05 AM
    • Replies: 1
    • Views: 154
    June 21st, 2010 09:55 AM Go to last post
  22. Subfiles

    Hi how to use the subfile as input and output mode.if its input mode there is no records in file then we will get session or device error.how we able to solve that?

    Started by rajapandian, June 17th, 2010 03:54 PM
    • Replies: 2
    • Views: 157
    June 18th, 2010 08:37 AM Go to last post
  23. Wink Better way of doing this.

    I have to modify this process to only allow updating when a part is located in a specific file. I have used an indicator in my DDS i.e. com2 A 69 X2SBUOM2 2A B 19 71COLOR(WHT) com2 A N69 X2SBUOM 2A O 19 71COLOR(WHT) so if indicator 69 is on it allows...

    Started by dcutaia, June 17th, 2010 11:09 AM
    • Replies: 3
    • Views: 149
    June 17th, 2010 02:21 PM Go to last post
  24. Registered Trademarke Symbol on a Display File

    Does anyone know if I can put the register trademark symbol on a display file as I've been asked by a client to add it to their screen. I know IBM uses (C) for copyright and I'm trying to give my client the R with the circle aroound it instead of (R). Any help would be much appreciated. Thanks,...

    Started by johnmauro, June 10th, 2010 07:58 AM
    • Replies: 5
    • Views: 177
    June 10th, 2010 09:23 AM Go to last post
  25. DDS or DDL

    I am curious if folks these days are embracing the use of DDL instead of good old DDS? I can see some of the benefits to DDL but is that really driving innovative apps that just aren't possible when using DDS? -JA

    Started by John Andersen, June 1st, 2010 03:52 PM
    • Replies: 14
    • Views: 514
    June 5th, 2010 12:02 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