The JCL necessary to execute the IPSB decompiler is shown below:
IPSB Decompiler (z/OS)
//DECOMPIL EXEC PGM=IDMSDLID //STEPLIB DD DSN=idms.loadlib,DISP=SHR //SYSOUT DD SYSOUT=A //SYSLST DD SYSOUT=A //SYSPCH DD DSN=ipsb.source.library(ipsbname),DISP=OLD //SYSPRINT DD SYSOUT=A //SYSIPT DD * IPSB=ipsb-load-module-name /* //
|
idms.loadlib |
data set name of the CA IDMS DLI Transparency load library |
|
ipsb.loadlib |
data set name of the IPSB load library |
|
ipsb.source.library |
data set name of the IPSB source library |
|
IPSB=ipsb-load-module-name |
identifies the IPSB (required) |
IPSB Decompiler (z/VSE)
// JOB // LIBDEF *,SEARCH=(idms.library,ipsb.library) // DLBL ijsyspch 'ipsb.source' // EXTENT syspch,nnnnnn,1,0,ssss,llll // ASSGN syspch,x,'ddd' // ASSGN syslst,x'00E' // EXEC IDMSDLID sysidms parameter statements /* IPSB=ipsbname /&
|
idms.library |
data set name of the CA IDMS DLI Transparency library |
|
ipsb.library |
name of the library that contains the IPSB load modules |
|
ipsb.source |
data set name of the IPSB source statements |
|
ijsyspch |
filename of the output file |
|
nnnnnn |
volume serial number of the disk unit |
|
syspch |
logical unit assignment of the output file |
|
ddd |
device assignment of the disk file |
|
llll |
number of tracks required for the disk file |
|
ssss |
relative starting track of the disk file |
|
ipbsname |
identifies the IPSB for decompiliation |
|
Copyright © 2013 CA.
All rights reserved.
|
|