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!

Interactive Cobol Compile

Status
Not open for further replies.

BrembM3

Programmer
Oct 20, 2003
15
ZA
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 JCL from this file.
Any suggestions? Thanks...
 
Code:
   "VGET (ZTEMPF ZTEMPN)"
   if modify then do
      "LMINIT DATAID(DDNID) DDNAME("ztempn")"
      "EDIT DATAID("ddnid")"
      end
   else,
      address TSO "SUBMIT '"ZTEMPF"'"
[\code]


Frank Clarke
Tampa Area REXX Programmers' Alliance
REXX Language Assn Listmaster
 
Rexxhead - thank you very much - works great...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top