How to copy many members from PO file to Master file without the sequence number by using the IEX=LIBRADD.
search cancel

How to copy many members from PO file to Master file without the sequence number by using the IEX=LIBRADD.

book

Article ID: 14622

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

Tried to copy many members from PO file to MASTER file by using the IEX=LIBRADD.

But, the sequence number is inserted in 73th column of member automatically.

Don't need the sequence number.



How to copy many members from PO file to Master file without the sequence number by using the IEX=LIBRADD.

Environment

Librarian R4.4z/OS

Resolution

Please specify the SEQ=/81,6,10,10/ in the -ADD statement.

For example;

//STEP01  EXEC PGM=AFOLIBR,PARM='NRJS,NJTA,IEX=LIBRADD'
//STEPLIB  DD DISP=SHR,DSN=Public.LIBR.R44.CALJLINK
//SYSPRINT DD SYSOUT=*
//OSJOB    DD DUMMY
//MASTER   DD DISP=SHR,DSN=Public.LIBR.MASTER
//PDS      DD DISP=SHR,DSN=Public.USER.PO
//SYSIN    DD *
-ADD ARC,SEQ=/81,6,10,10/
-DESC ALL MEMBER COPY
-LANG DAT
-END
/*
//