|
View previous topic :: View next topic
|
| Author |
Message |
Howard Hinman
New User

Joined: 27 Oct 2017 Posts: 1 Location: USA
|
|
|
|
I have a customer who has SDF and SDF II on their mainframe systems. We need to obtain BMS Macros from their CICS systems and they are unable to determine how to extract these from SDF and SDF II. I seem to remember a batch JCL process that would do this, but cannot locate a sample.
Does anyone know the best way to extract the BMS Macro Source from SDF and SDF II? |
|
| Back to top |
|
 |
Robert Sample
Global Moderator

Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
| The manuals talk about importing into SDF II but I don't see anything about exporting from SDF II. Your best bet might be to use the print utility on each map, one at a time. |
|
| Back to top |
|
 |
Garry Carroll
Senior Member
Joined: 08 May 2006 Posts: 1216 Location: Dublin, Ireland
|
|
|
|
You might be able to get what you want using the DFHBMSUP utility with the map load module.
Garry. |
|
| Back to top |
|
 |
enrico-sorichetti
Superior Member

Joined: 14 Mar 2007 Posts: 10903 Location: italy
|
|
|
|
the manual
| Quote: |
Title: SDF II Administrator's Guide
Document Number: SH19-8211-00
Build Date: 09/29/95 11:39:25 Build Version: 1.2
Document Path: /home/webapps/epubs/htdocs/book/dgia0a00.boo |
available at
publibfp.dhe.ibm.com/cgi-bin/bookmgr/BOOKS/dgia0a00/CCONTENTS
contains all the info You need to carry on Your task
for example ...
| Quote: |
4.5.3.1 Example 1: Generate a PL/I data structure and CICS/BMS macros(*)
4.5.3.2 Example 2: Generate a COBOL data structure and IMS/MFS utility control statements
|
(*) the highlighting is mine  |
|
| Back to top |
|
 |
prino
Senior Member

Joined: 07 Feb 2009 Posts: 1323 Location: Vilnius, Lithuania
|
|
|
|
| I've actually got a PL/I program that converts MAP load modules back to BMS macros. ;) |
|
| Back to top |
|
 |
enrico-sorichetti
Superior Member

Joined: 14 Mar 2007 Posts: 10903 Location: italy
|
|
|
|
| Quote: |
Thanks for your response, but I'm not looking for a PL/1 or COBOL data structure - I'm looking for a BMS Macro.
|
from my previous reply, quoting the manual
| Quote: |
| 4.5.3.1 Example 1: Generate a PL/I data structure and CICS/BMS macros |
You can ignore the data structure and keep the CICS/BMS macros
looking at the panel You might also find out if it is possible to generate just only what You are looking for |
|
| Back to top |
|
 |
|
|