Multi Format Information List Output
You can output a list of registered records of the Multi Format Information by using batch processing.
(1) Multi Format Information List Output Program (XRMFMLST)
Program Name
XRMFMLST
XRSYSIN Definition Card
This card defines the System Environment Settings of HULFT system. For details on the definitions, refer to the explanation of the System Environment Settings in Administration Manual.
Format of definition card
OPLSELECT=Operation Log Output Option (*1) DATEFMT=Date Format HULCHARSET=HULFT Character Set
*1 |
: |
When you use the operation log output function, you must include definitions related to operation logs. For details, refer to Definitions for operation logs. |
XRCRD Definition Card
You can define up to 100 definition cards.
The following shows the format of the definition card for outputting the records of the Multi Format Information as a list.
MFORMAT-ID=Multi Format ID 1[-Multi Format ID 2]
If the definition card spans two lines, use the following method to define the definition card:
-
Describe the first line up to column 71 and then insert a hyphen (-) in column 72. Describe the second line starting in column 1.
The program outputs a list of the relevant records of the Multi Format Information for the defined Multi Format ID1 or for the range from Multi Format ID1 to Multi Format ID2.
To output all records of the Multi Format Information as a list, define 'DUMMY' for the XRCRD definition card.
Example of JCL
The following shows an example of JCL for outputting the records of the Multi Format Information as a list:
//XRMFMLST JOB CLASS=A,MSGCLASS=B //XRMFMLST EXEC PGM=XRMFMLST //STEPLIB DD DSN=HULFT.LOAD,DISP=SHR //XRFILE DD DSN=HULFT.FILE,DISP=SHR //XRHOST DD DSN=HULFT.HOST,DISP=SHR //XRSYSIN DD DSN=HULFT.PARMLIB(HULPRM),DISP=SHR //XRPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //XRCRD DD * MFORMAT-ID=MFMT01 MFORMAT-ID=MFMT10-MFMT15 //
DD Name |
Value |
Description |
---|---|---|
STEPLIB |
HULFT.LOAD |
HULFT load module library |
XRFILE |
HULFT.FILE |
Send and Receive Management File |
XRHOST |
HULFT.HOST |
Host Information File |
XRSYSIN |
HULFT.PARMLIB(HULPRM) |
System Environment Settings File |
Parameter Name |
Value |
Description |
---|---|---|
UNIT |
SYSDA |
UNIT |
Display example of Multi Format Information list
***** MULTI FORMAT INFORMATION TABLE ***** 2015.12.01 20:25 PAGE : 1 MULTI FORMAT ID : MFMT0001 COMMENT : KEY02-FMT0002 KEY03-FMT0003 KEY START : 00001 KEY LEN : 02 DEFAULT FORMAT ID : FMT0001 <KEY VALUE> <FORMAT ID> 02 FMT0001 03 FMT0001
<Explanation of Each Field>
- MULTI FORMAT ID
-
This field shows the multi format ID that you define using the definition card.
- COMMENT
-
This field shows the comment that is registered for the relevant record of the Multi Format Information.
- KEY START
-
This field shows the key start position.
- KEY LEN
-
This field shows the key length.
- DEFAULT FORMAT ID
-
This field shows the default format ID that is used if the relevant key does not exist.
- KEY VALUE
-
This field shows the key that identifies the relevant format ID.
- FORMAT ID
-
This field shows the format ID that matches the relevant key.