Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jsadas

    Group Message - COBOL

    I would like to know if getting the message from MQ is any different for an independent and group message. I am looping the MQGET until MQRC-NO-MSG-AVAILABLE. I did check the process for putting group messages is different, First Message, Next Message and Last Message. However could not find...
  2. Jsadas

    DFHRESP 12

    Yes Steve. I had checked it using CEMT option and file is Open and Enabled. I am referring to the same file in the program, but still getting that error. Is there any specific syntax for handling ESDS files? EXEC CICS WRITE DATASET (MQINPUT) FROM (WS-MQINPUT-REC) RIDFLD...
  3. Jsadas

    DFHRESP 12

    I am getting an error DFHRESP 12 while writing to ESDS VSAM file in CICS program. I am not able to trace what this response code means. The FCT entry is created, file is Open in CICS region. Any help is highly appreciated.
  4. Jsadas

    UNSTRING and OCCURS ARRAY

    Thank you for the suggestions... I have sucessfully implemented using UNSTRING and POINTER, POINTER was really helpful, as I have a two dimensional array in the TO layout.
  5. Jsadas

    UNSTRING and OCCURS ARRAY

    I am stuck on how to proceed... I just think I need to use UNSTRING, but how is the question?
  6. Jsadas

    UNSTRING and OCCURS ARRAY

    I am receiving a string of 3000 bytes (variable length) with delimiters from Unix. They correspond to 15 fields, 14th and 15th repeat 20 times. My requirement is to unstring and remove delimiters. Ex: 12345;678;ABCD;EF;12AC;1;AA;2;AB;3;AC 123;678;ABC;E;12A;10;AAA;20;ABC;30;ACC The above two...
  7. Jsadas

    How to connect Database?

    Please let me know where to provide details regarding Database connection in Gupta SQL windows. Thanks & Regards Jags
  8. Jsadas

    Images enlarged

    Solution: Wingdings/Webdings is the correct option. The problem with Acrobat supporting these fonts can be rectified by installing Acrobat 5.0. The workaround is instead of saving the file as PDF, you should open the report in BO, select the print option under that you will find...
  9. Jsadas

    Images enlarged

    I am displaying a circle.bmp in one of the columns in my report. The shape of it is fine when the width of the row is single line. Due to some other columns in the report which have a wrap option, some rows enlarge in width and it deforms the circle.bmp. I did try the option of wingdings...
  10. Jsadas

    Help on Table

    Sri, Thanks for the update! Its working, The mistake I did was they are defined as dimensions instead of measures. Thanks & Regards Jags
  11. Jsadas

    Help on Table

    Hi Steve and Subhash, Here are the inputs you are requesting. Issue: DM_VW_CRI_DIM.LINE_TEXT Where DM_VW_CRI_DIM.KEY(+)= 'CRI_DESC1' Action: DM_VW_CRI_DIM.LINE_TEXT Where DM_VW_CRI_DIM.KEY1 (+)='CRI_ACPLAN' Resolution: DM_VW_CRI_DIM.LINE_TEXT Where...
  12. Jsadas

    Help on Table

    I had report in which I need to display the same column from a table in three different columns on the report. When I am doing the same, I am getting three rows with each column displayed on a single row. The fields in concern are Issue, Action and Resolution. All these are Comments field in...
  13. Jsadas

    Limit the number of rows

    Sri, The prompt is to decide whether the user wants to see Issues in the report or not. If the user inputs option 'N' for that prompt I will not be displaying any issues. As indicated in my first message the Note criteria code will differentiate between Issues, Accomplishments etc., in this...
  14. Jsadas

    Limit the number of rows

    Hi Sri, I do have a date field with which I can use to identify the latest comments. Its already a long day for me, I am in no position to think of new options, below is my code. Please help me in solving this problem. How do I use correlated subquery? Case when (@Select(Work...
  15. Jsadas

    Limit the number of rows

    I have Comments field in a table, there can be multiple comments for a given project. I need to display only the latest comment added. These comments are differentiated as Issues, Accomplishments etc., based on one more field comment type. I was able to pull only Issues creating a measure...
  16. Jsadas

    Prompt Problem still persists

    Thanks for the update! It works fine in full client, regarding IN clause, I was intially giving the option of selecting multiple version names, I missed to change the IN, but it does work fine in FC even with this. Please point me on what things I need to clear. Thanks & Rgds Jags
  17. Jsadas

    Prompt Problem still persists

    No, the second one does not have an LOV but yet the show values button is popping up. I had coded the prompt as below. I was assuming a blank in the values place under the prompt command means no LOV, do I need to specifically code something to not display blank LOV. sum(CASE...
  18. Jsadas

    Prompt Problem still persists

    Hi Still now I had problems with the Show Values not showing up when published, but I got that fixed. I need to do settings in WebI using Suprevisor. Now I am into a new problem, the prompt is not leaving me :-(. In BO my report has user prompts(using @prompt command) - One that...
  19. Jsadas

    Help on Excel

    Thanks for help! rgds Jags
  20. Jsadas

    Help on Excel

    Hi Steve, Thanks for the update! Any pointers on where can I get help on Macros or some sample Macors to refer. Rgds Jags

Part and Inventory Search

Back
Top