IBM S544-5285-01 Concatenating Files, OS/390 or MVS JCL, VM CMS Commands, File MVS or OS/390

Models: S544-5285-01

1 255
Download 255 pages 5.52 Kb
Page 141
Image 141

ACIF Output

 

 

 

 

The ACIF

job creates the

following

output

files:

 

 

 

 

 

 

 

 

 

 

 

Type

of File

 

 

 

MVS or OS/390

 

VM

 

 

VSE

 

 

 

 

 

 

 

 

 

 

Document

file,

 

 

APKACIF.OUTPUT

 

APKACIF

OUTPUT

 

APKACIF.OUTPUT

including

indexing

 

 

 

 

 

 

 

structured

fields

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Index

object

file

 

APKACIF.INDEX

 

APKACIF

INDEX

 

APKACIF.INDEX

 

 

 

 

 

 

 

 

 

 

Resource

file

 

 

APKACIF.RESLIB

 

APKACIF

RESLIB

 

APKACIF.RESLIB

 

 

 

 

 

 

 

 

 

 

Message

file

listing:

 

APKACIF.SYSPRINT

 

APKACIF

SYSPRINT

 

APKACIF.SYSPRINT

Ÿ

ACIF

parameters used

 

 

 

 

 

 

 

Ÿ

Resources used

 

 

 

 

 

 

 

Ÿ

Return code

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Concatenating Files

To view the document file

on a workstation using Viewer, you must con

index object file and the

resource file to the document file.

OS/390 or MVS JCL

The following is an example of OS/390 or MVS JCL you can use to perf concatenation:

//PRINT EXEC PGM=IEBGENER

//SYSPRINT

DD SYSOUT=\

//SYSIN

DD

DUMMY

//SYSUT1

DD

DSN=APKACIF.INDEX,DISP=SHR

//DD DSN=APKACIF.RESLIB,DISP=SHR

//DD DSN=APKACIF.OUTPUT,DISP=SHR

//SYSUT2 DD DSN=NEW.PRINT.OBJECT,DISP=(NEW,CATLG),

//UNIT=SYSDA,SPACE=(3276ð,nnn),

//DCB=(LRECL=32756,BLKSIZE=3276ð,RECFM=VBM)

Wherennn is equal to the size of the index object file, plus the file, plus the size of the document file.

Note: The resource file must have been createdRESFILE by= speSEQ cifying.

VM CMS Commands

The following is an example of the VM CMS commands you can use to per concatenation:

COPY APKACIF INDEX A APKACIF RESLIB A APKACIF OUTPUT A APK￿ACIF LIST382ð A (APPEND

Chapter 8. Example: ACIF Application in OS/390, MVS, VM, or VSE 121

Page 141
Image 141
IBM S544-5285-01 manual Concatenating Files, OS/390 or MVS JCL, VM CMS Commands, File MVS or OS/390