How do I test the $3SF012?
$3SF012
SPECIAL ZAP TO REUSE PANDD2 DATASET ON RETRIEVE WHEN NOPROMPT SET IN PROFILE
Release : 14.6
When a member is retrieved from the Panvalet library to PANDD2 with the PAN RETRIEVE command, the PANDD2 dataset is reused if the profile is set to NOPROMPT.
(PANDD2 dataset : USERID.member name.Language Type)
If this is not applied, the process is aborted with the "ERROR PV069 PANVALET EXECUTION TERMINATED".
Sample: Executed by command from ISPF 6 or stored as a PO file member and executed by EX
ALLOC F(PANDD1) DA('Panvalet library') SHR
ALLOC F(SYSPRINT) DA(*)
PAN RETRIEVE member
FREE F(PANDD1)
EXIT