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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by manishkaduskar

  1. manishkaduskar

    Trapping PF keys in mainframes

    Thanks Dave for the nice tip. Anyway, I tried to add in the panel key = .pfkey and in the program directly if key = "pf03" then exit if key = "pf07" then ..... else ... This way, I could capture all the keys. Hope this is helpful to all. Thanks again, Manish. :-)
  2. manishkaduskar

    Trapping PF keys in mainframes

    I am writing a Rexx program which displays ISPF Panel. If the user presses Enter key or PF3 key, the panel returns control to the program but I can not differentiate between the keys. I need PF3 to end the program and enter to Process furthur. address ispexec "display...
  3. manishkaduskar

    Trapping PF keys in mainframes

    I am writing a Rexx program which displays ISPF Panel. If the user presses Enter key or PF3 key, the panel returns control to the program but I can not differentiate between the keys. I need PF3 to end the program and enter to Process furthur.
  4. manishkaduskar

    Where is Decimal point in Comp-3 format ?

    I converted the comp-3 format data to hex and then displayed it by removing the C(for +ve ) and D(for -ve). But I am unable to find the position of the decimal point in the variable. Eg: The data format : SALARY PIC S9(4)V9(2) USAGE COMP-3 value 12.34 will have 01234C But the...
  5. manishkaduskar

    Convert COBOL Comp or Comp-3 to a regular number

    I too am facing a problem with the data types in Rexx and I want to know the Data type of a variable before converting it to some other format. . . Otherwise I won't know which function I have to use. I am writing a program that reads a flat file that has DB2 data, converts the data to some...

Part and Inventory Search

Back
Top