How to select by language when executing a GPO job to copy all members to PDS.
search cancel

How to select by language when executing a GPO job to copy all members to PDS.

book

Article ID: 53371

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

GPO processes completed with rc=0 but the members did not get copied to the PDS. Why?

 

Environment

Release:
Component: C21E

Resolution

Specify -OPT EXEC or EXEC on the -SEL after the -OPT GPO statement. The -OPT EXEC is what causes data generated in the 2nd step to be written to OSJOB.

The examples for the //SYSIN DD * statements are listed below:
-OPT GPO
-OPT EXEC
-SEL NAME=,LANG=ASM
-END
or
-OPT GPO
-SEL NAME=,LANG=ASM,EXEC
-END