IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Decompress a PJS


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Gopalakrishnan V

Active User


Joined: 28 Jun 2010
Posts: 102
Location: chennai

PostPosted: Wed Jan 07, 2015 3:59 pm
Reply with quote

I have a PJS in my package. when i give view it shows only the file name but when i give view listing it displays the conents of the pjs(error reports etc).So i need a jcl with my package containing the pjs as input.In the output ps file in want the decompressed part.

code :
//JSTEP010 EXEC PGM=SERCOPY,
// PARM=('EXPAND,MEMBER( )')
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DISP=SHR,DSN= input (package containing pjs)
//SYSUT2 DD DSN=output ps (that contains view listing part)
// DISP=(NEW,CATLG,CATLG),
// UNIT=SYSDA,SPACE=(CYL,(20,20),RLSE),
// DCB=(LRECL=133,RECFM=FBA)

I am getting load lib error.abend 806
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Jan 07, 2015 4:07 pm
Reply with quote

Sounds like it can't find a program. Don't know which one, but the message probably told you.

Are you missing a STEPLIB/JOBLIB DD statement from your JCL?
Back to top
View user's profile Send private message
Gopalakrishnan V

Active User


Joined: 28 Jun 2010
Posts: 102
Location: chennai

PostPosted: Wed Jan 07, 2015 4:12 pm
Reply with quote

Can you give me an example how to use SERCOPY in a jcl to EXPAND - Compressed Changeman Compilation Listing?
I missed the steplib since i do not knw which load module it takes from changeman.Is there any other solution>?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jan 07, 2015 9:31 pm
Reply with quote

Quote:
Is there any other solution>?

sure ...
ask Your support ! icon_cool.gif
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 581
Location: London

PostPosted: Thu Jan 08, 2015 1:04 am
Reply with quote

Should the program name be SELCOPY rather than SERCOPY?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Decompress data from JMR log file Compuware & Other Tools 4
No new posts How decompress the compressed tape file. JCL & VSAM 2
No new posts File-aid reformat to decompress comp-... Compuware & Other Tools 5
No new posts How to decompress a compressed KSDS f... JCL & VSAM 5
Search our Forums:

Back to Top