IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to close a dataset


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
HameedAli

Active User


Joined: 16 Apr 2009
Posts: 151
Location: India

PostPosted: Mon Aug 17, 2009 3:43 pm
Reply with quote

I have the below piece of ISPF Edit Macro
Code:
"ISPEXEC EDIT DATASET('HLQ.SLQ.TLQ') MACRO(SUBMIT)"

After I edit and submit this PS, I end up it the edit mode of 'HLQ.SLQ.TLQ'.
What command I have to use to close this PS
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Mon Aug 17, 2009 4:21 pm
Reply with quote

Create an edit macro, call it "MYSUB", that contains
Code:
/* REXX */
"isredit macro"
"isredit builtin submit" /* Just in case there is a macro called submit */
"isredit end"


and use "macro(mysub)"
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top