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 TouchToneTommy 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: *

  • Users: kurup
  • Order by date
  1. kurup

    Hi all, Can anyone let me know w

    Thanks for your reply kopala and glenn. Any site u know which gives more details on VSAM?? Thanks Kurup
  2. kurup

    Hi all, Can anyone let me know w

    Hi all, Can anyone let me know what is the exact advantage in using VSAM...? Some questions are 1)Why and how was VSAM developed by IBM? 2)In case of IMS, DLI is used to opearate between OS and application program. The DLI transfers info about the DB func to be performed from program to OS and...
  3. kurup

    Conversion of numeric to alphanumeric and viceversa

    Is there any function to convert alphanumeric to numeric values? I want to extract first 2 bytes frm an alphanumeric value and move that to numeric value..Sine this will cause S0C7 abend, is there any other way to do this?
  4. kurup

    excel macro to change color

    Hi, Can anybody help me out to write an excel macro that can change the color of a cell having a particular name. For eg in an excel sheet i want to change the color of all the cells to yellow that has the name "george" in it. thanks kurup
  5. kurup

    re entrant programs

    Hi everyone, Does anyone know what are reentrant programs. If u know some site from where i can get more information please let me know that....... thank you, kurup
  6. kurup

    Hi, I have an error in using COP

    Hi, I have an error in using COPY REPLACING statement. I have used COPY REPLACING as below. 01 GNCHDIOS-GROUP-1. 03 GRPROOT. COPY GNCHDS1C. 03 GRP401A...
  7. kurup

    Hi can anyone help me out in unders

    Thank u all for ur help... regards kurup
  8. kurup

    Hi can anyone help me out in unders

    Hi can anyone help me out in understanding this... FD EDI-FILE RECORDING F BLOCK CONTAINS 0 RECORDS LABEL RECORD STANDARD DATA RECORD IS FD-EDI-RECORD. 01 FD-EDI-RECORD PIC X(2322). What does the...
  9. kurup

    ims db

    hi all, can anyone tell me a good site to learn ims db. regards kurup
  10. kurup

    vsam

    hi slade, Thank u for ur help. Actaully i had not mentioned the organisation as indexed. Fixed the problem. Now its working bye kurup
  11. kurup

    vsam

    hi friends, how to read a KSDS VSAM dataset. I gave READ VSAMFILE1 key is equal to empcode. This statement gave error saying that "not allowed for sequential file" can anyone suggest how to read a vsam file(KSDS) regards kurup
  12. kurup

    Problems with a variable string

    Sorry didn't get ur question..can u be more clear? Regards Kurup
  13. kurup

    NULL STATEMENT

    Hi bkdeep, IEBCOPY,IEBGENER are a set of utility programs used in JCL. A UTILITY is a set of used and tested programs that perform a variety of functions.Utility Programs fall into 3 classes: System Utility Programs Data Set Utility Programs Independent Utility Programs Some of the Data...
  14. kurup

    NULL STATEMENT

    Hi Crox, It would be a great idea to go for 'IBM Mainframe Tools' forum but at present as there is no other alternative we can post JCL in this section itself Regards Kurup
  15. kurup

    NULL STATEMENT

    thank u crox and slade. Crox we dont have a JCL forum to post this q ,so i posted it here....any JCL forum u know plz let me know Kurup
  16. kurup

    NULL STATEMENT

    Hi Friends, Whatz the use of null statements in a JCL. Can we write execute statements even after /*(end of job) Regards, Kurup
  17. kurup

    Hi, What is "NEXT SENTENCE" suppos

    yes....now i think nina is correct. It actually depends on situation to go for a negative logic or a positive one. Regards Kurup
  18. kurup

    how much is the size of this record.....?

    hi friends, thank u all for ur help in helping me out.I used the technique suggested by Crox to find it out.The output matched our reasoning i.e. the answer was 35,28. The program i used is as below IDENTIFICATION DIVISION. PROGRAM-ID. TEST. ENVIRONMENT DIVISION. DATA...
  19. kurup

    how much is the size of this record.....?

    hi friends, just get me this out.... 01 ENTIRE-MESSAGE. 05 FILLER PIC X(4) VALUE "For ". 05 VALUE1 PIC ZZ9 VALUE 1. 05 PARTIAL-MESSAGE. 10 FILLER PIC X(14) VALUE " the total is ". 10 VALUE2 PIC...
  20. kurup

    Other special characters---> 000001è

    hi claudeb, what do u mean by 'having a "peak" at it '..i didnt get that, will u please clarify?? regards kurup

Part and Inventory Search

Back
Top