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: 599
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: 1431
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: 772
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 All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Structured Data and Nested Loops via ... COBOL Programming 0
No new posts Alternate key data extracttion COBOL Programming 13
No new posts db2 vs static data COBOL Programming 1
No new posts External data queue (changes?) CLIST & REXX 0
No new posts Pull data using date difference betwe... DB2 6
Search our Forums:


Back to Top