Re: IMSDC 9.1 - FMTLIB

2011-09-22 Thread Hal Merritt
The words to search for is 'Message Format Serves' or MFS. The ideal is to 
split an IMS message into four components: the format displayed on the actual 
device, the format of the data to be mapped to the device format, the format of 
the message that is sent from the device, and the mapping to the message 
actually presented to the IMS application.  

The idea was to give the programs some degree of isolation from the physical 
device and therefore be able to support a number of different devices without 
any specialized coding. 

This service is performed in the Control Region, so the format library should 
not be needed in the message processing regions. 

IIRC, the format library is actually a pair of libraries that can be switched 
upon command to bring in new or changed formats without an outage. 

HTH and good luck
 


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
jagadishan perumal
Sent: Tuesday, September 20, 2011 11:32 PM
To: IBM-MAIN@bama.ua.edu
Subject: IMSDC 9.1 - FMTLIB

Hi,

 I was looking out for IMS910.FMTLIB in  IMS DC region. I got as 
IMS910.FORMAT(different naming convention) where all the user generated and 
system sample screens are stored. I was bit curious to know how the screens are 
called in IMS region, also I tried googling with keyword(IMS DC) but I was not 
able to fetch any result pertaining to FORMAT. I was looking at the IMS regions 
JCL if the IMS910.FORMAT would be concatenated to some start up JCL but that 
was also not found. Apology if this questions are not appropriate to this 
discussion list. I am just looking out for some Online Manuals which would say 
more about the IMS DC .

Regards,
Jags

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IMSDC 9.1 - FMTLIB

2011-09-22 Thread Mike Schwab
We use IMSVS.FORMAT* where FORMATA or FORMATB is the current or
previous version in use, FORMATD are members to be removed, FORMATN
are new members.  A batch job runs to erase all members from the
previous library, copy the members from FORMATA and FORMATN and
excluding members in FORMATD, creating a new library, then a console
command is issued and the IMS region swaps the FORMAT library.

You sites naming conventions usually will vary but is often version
independent.  Any screens to be changed would copied it from the
version specific library.

On Thu, Sep 22, 2011 at 10:36 AM, Hal Merritt hmerr...@jackhenry.com wrote:
 The words to search for is 'Message Format Serves' or MFS. The ideal is to 
 split an IMS message into four components: the format displayed on the actual 
 device, the format of the data to be mapped to the device format, the format 
 of the message that is sent from the device, and the mapping to the message 
 actually presented to the IMS application.

 The idea was to give the programs some degree of isolation from the physical 
 device and therefore be able to support a number of different devices without 
 any specialized coding.

 This service is performed in the Control Region, so the format library should 
 not be needed in the message processing regions.

 IIRC, the format library is actually a pair of libraries that can be switched 
 upon command to bring in new or changed formats without an outage.

 HTH and good luck



 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf 
 Of jagadishan perumal
 Sent: Tuesday, September 20, 2011 11:32 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: IMSDC 9.1 - FMTLIB

 Hi,

  I was looking out for IMS910.FMTLIB in  IMS DC region. I got as 
 IMS910.FORMAT(different naming convention) where all the user generated and 
 system sample screens are stored. I was bit curious to know how the screens 
 are called in IMS region, also I tried googling with keyword(IMS DC) but I 
 was not able to fetch any result pertaining to FORMAT. I was looking at the 
 IMS regions JCL if the IMS910.FORMAT would be concatenated to some start up 
 JCL but that was also not found. Apology if this questions are not 
 appropriate to this discussion list. I am just looking out for some Online 
 Manuals which would say more about the IMS DC .

 Regards,
 Jags

 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives 
 at http://bama.ua.edu/archives/ibm-main.html
 NOTICE: This electronic mail message and any files transmitted with it are 
 intended
 exclusively for the individual or entity to which it is addressed. The 
 message,
 together with any attachment, may contain confidential and/or privileged 
 information.
 Any unauthorized review, use, printing, saving, copying, disclosure or 
 distribution
 is strictly prohibited. If you have received this message in error, please
 immediately advise the sender by reply email and delete all copies.

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html




-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IMSDC 9.1 - FMTLIB

2011-09-21 Thread Linda Mooney
Hi Jags, 



I know nothing about IMS, but if you run this search in Google, I think you 
might get something useful. 



ims v9 fmtlib site:ibm.com 



HTH, 



Linda 


- Original Message -


From: jagadishan perumal jagadish...@gmail.com 
To: IBM-MAIN@bama.ua.edu 
Sent: Tuesday, September 20, 2011 9:31:59 PM 
Subject: IMSDC 9.1 - FMTLIB 

Hi, 

 I was looking out for IMS910.FMTLIB in  IMS DC region. I got as 
IMS910.FORMAT(different naming convention) where all the user generated and 
system sample screens are stored. I was bit curious to know how the screens 
are called in IMS region, also I tried googling with keyword(IMS DC) but I 
was not able to fetch any result pertaining to FORMAT. I was looking at the 
IMS regions JCL if the IMS910.FORMAT would be concatenated to some start up 
JCL but that was also not found. Apology if this questions are not 
appropriate to this discussion list. I am just looking out for some Online 
Manuals which would say more about the IMS DC . 

Regards, 
Jags 

-- 
For IBM-MAIN subscribe / signoff / archive access instructions, 
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO 
Search the archives at http://bama.ua.edu/archives/ibm-main.html 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html