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

  1. BrembM3

    Rexx calling Clist

    Thanks Frank - confused me because it worked fine from my personal Rexxlib, but had a problem when we moved it to Sys* libs... Thanks again...
  2. BrembM3

    Rexx calling Clist

    I have a Rexx calling an existing Clist that checks if a ds is migrated - I get the following error messages:- IKJ56529I SYMBOLIC PARMS IN VALUE LIST IGNORED - ''DNCL.PROCLIB''+ IKJ79016I STMT 21 THE WHEN EXPRESSION MUST BE PARENTHESIZED IKJ79016I STMT 22 THE WHEN EXPRESSION MUST BE...
  3. BrembM3

    Invoke Rexx from TSO main menu

    Thanx KRdude, the systems guys here won't allow this, so I had to include MED as a User Option - bit of a pain to get to, but it works... Thanx again...
  4. BrembM3

    Invoke Rexx from TSO main menu

    I've written a Multi- dataset editor - called it MED - now I want to invoke it from the first options menu on TSO by just typing in 'MED' on the Option line. Where do I define this? Thks... Please excuse the rookie question's....:)
  5. BrembM3

    Problem with variable data using Rexx/Panels

    Thanx KRdude - I found the problem in a VGET - I copied another Panel/Rexx and didn't modify properly...I'm still a rookie, thus the dumb mistakes...:)
  6. BrembM3

    Problem with variable data using Rexx/Panels

    I've created a Rexx + panel - on one of the fields within the panel, I prompt the user for a Y/N - seems like the Rexx is picking up the previous value of this field. On rerunning the Rexx, it picks up the latest value. Could it be an initialize problem? Thanks....
  7. BrembM3

    Rexx/Librarian

    I've looked in the manuals for API's - nothing to suit my purpose - has hooks for migrations etc.
  8. BrembM3

    Rexx/Librarian

    I want to write a Rexx to do a Cobol compile (using a Panel, with compile options), but use the source from the same Librarian edit session. Librarian Master is not a PDS, so do I have to write a Cobol interface to Librarian for the extract? This is my first experience with Librarian - all my...
  9. BrembM3

    Multi data-set editor

    Frank - thank you - that was it - one of the guys had the diplays in for a problem. Thanks again...
  10. BrembM3

    Multi data-set editor

    Here's the code:- */ SEL_EDBR: PROCEDURE ARG FUNCTION THISDSN SELMEM 'VGET ZPREFIX'...
  11. BrembM3

    Multi data-set editor

    I could nor find any 'SAY's from the original Rexx, nor the others - I did find this statement:- PARSE VALUE DSNINFO(THISDSN) WITH RC INFO Is this doing it? - not sure why they did this originally, but I do need to get rid of the displays. Thanx...
  12. BrembM3

    Multi data-set editor

    I could nor find any 'SAY's from the original Rexx, nor the others - I did not this statement:- PARSE VALUE DSNINFO(THISDSN) WITH RC INFO Is this doing it? - not sure why they did this originally, but I do need to get rid of the displays. Thanx...
  13. BrembM3

    Multi data-set editor

    I'm modifying a Rexx program that processes a multi dataset editor - after logic to verify DS and parsing the DS, I get the DCB information of the DS before actually bringing up the dataset into an Edit session. This is the information displayed:- Return Code SysDSNAME SysUNIT SysDSORG...
  14. BrembM3

    Interactive Cobol Compile

    Rexxhead - thank you very much - works great...
  15. BrembM3

    Interactive Cobol Compile

    We have a Rexx routine to bring up compile options within an edit session, eg. editting program x78787, type in Cob on the command line and the Compile options appear - the panels work fine - the only problem I have is the JCL does not go to the SPFTEMPx.CNTL ds. - I want the ability to edit the...

Part and Inventory Search

Back
Top