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

How Can I Recall a Migrated Data Set from an Assembler Pgm


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Usher Selig Tessler

New User


Joined: 08 Feb 2023
Posts: 3
Location: Israel

PostPosted: Wed Feb 08, 2023 4:47 pm
Reply with quote

How can I recall a migrated data set from an Assembler program?
(The migration tool is HSM.)
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 552
Location: London

PostPosted: Thu Jul 13, 2023 7:53 pm
Reply with quote

I don't know Assembler at all, but if the program tries to open the dataset that would automatically force a recall.

Or if you can call TSO from your program you can issue the HRECALL command with WAIT
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1134
Location: Bamberg, Germany

PostPosted: Fri Jul 14, 2023 7:32 am
Reply with quote

See for ex Invoking DFSMShsm Functions From a Program - NaSPA
Back to top
View user's profile Send private message
Willy Jensen

Active Member


Joined: 01 Sep 2015
Posts: 678
Location: Denmark

PostPosted: Fri Jul 14, 2023 12:20 pm
Reply with quote

Or if fire-and-forget is acceptable, then just issue a modify command using svc 34 or similar.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Help in extracting data between doubl... DFSORT/ICETOOL 5
No new posts Data Backup suggestions DB2 5
No new posts SELECT from data change table DB2 5
No new posts Build dataset list with properties us... PL/I & Assembler 4
Search our Forums:

Back to Top