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 gkittelson 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. fventosa

    Hi everybody, I'm trying to writ

    Thank you for your responses. Now I'll try to answer all the suggestions: a) I'll try to further debug the situation by getting the parm addresses as Crox suggested. b) The program(s) accepts 2 parameters and then runs fine. It's only when I add the third one that this behaviour arises... c) I...
  2. fventosa

    Hi everybody, I'm trying to writ

    The sections, data definitions and dots are all well written. The problem is located in the Run-Time behaviour, since it seems to pass all three parameters but the called program only receives the first two. I think there could be some kind of setup that drives this behaviour. I've found some...
  3. fventosa

    Hi everybody, I'm trying to writ

    Hi everybody, I'm trying to write two programs in Microfocus Cobol (Windows version) to be run in OSVS batch and CICS environment. The Cobol version is Cobol II. The first program calls dynamically a second one, which should receive 3 parameters passed by the caller. WORKING_STORAGE SECTION...
  4. fventosa

    Calling parameter not received

    Hi everybody, I'm trying to write two programs in MF Cobol (Windows version) in the OSVS batch and CICS environment. The Cobol version is Cobol II. The first program calls dynamically a second one, which should receive 3 parameters passed by the caller. WORKING_STORAGE SECTION. 01 data1. 01...

Part and Inventory Search

Back
Top