I've changed the BLP parameter in JES2PARM to BLP=YES. I've shut down and re-IPL my system (WARM,NOREQ). ... and its still not working: Although my JCL...
Hi Yves, what is the errormsg you are getting? Regards Peter ... I've changed the BLP parameter in JES2PARM to BLP=YES. I've shut down and re-IPL my system ...
Is the input tape NL or SL? If it's SL, LABEL=(1,BLP) won't work. That just positions the tape at the first tape mark, after the volser and header labels....
Thank you Peter to share my problem(s) ! In fact, I haven't gotten any error message, but the system dismounted the tape and requested me to mount it, with the...
Thank you Steve, You'll find the answer in my earlier reply : Yes, the tape is SL. I need BLP because I'm running a program to get a tape-map. As you can see,...
Hi Yves, question is now: 1. do you have any System Automation active ? 2. check your IEFSSNxx member: Usually there is an entry for JES2: JES2,PRIMARY this...
Yves, If I understand your current question you're looking for the specification of the JES2 parameters. <<Well, but the problem is now : where, in this...
I have two PDSes that I want to merge into one using JCL. I've tried using IEBGENER, IEBCOPY, and SORT all to no avail. Can someone help me out with the...
Thank you Bob for the advice. Yes, CPAC.PARMLIB(JES2PARM) - which has not been updated - still specifies BLP=NO. But I thought that, the ddname being ALTPARM,...
IEBCOPY will copy members from one PDS to another. If there are dups, those may not be copied depending on how you set up IEBCOPY. Are you getting any errors...
Hi Michael, what do you intend to really do by "merging"? Maybe some details could be usefull... Regards Peter ... 04/07/05 11:34 >>> I have two PDSes that I...
Merging PDSes: IEBCOPY with no replace might work, depending on what you mean by 'merge', and what you want to do. Which PDS (assuming duplicate member names...
Michael and Yves, I have also replied from outside the board system, so this reply may be duplicative. 1) Did you try IEBCOPY with 'no replace' ? I am not sure...
Yves, <<Thank you Bob for the advice.>> I'm glad I could help. (I've been retired for just over 4 years now and it's good to know "I still have it!") The...
After a severe crash of our pc500-server, I could reestablish the system so that almost everything is OK... out of the communication with the 3270 emulators...
Problem solved ! An IP-address was incorrect. Thank you Yves ... From: os390andmvs@yahoogroups.com [mailto:os390andmvs@yahoogroups.com] Sent: Friday, April 15,...
Anyone have a method of monitoring the %full status for USS file systems ? I was hit with this situation during the weekend and of course now staff want a way...
I would use the 'df' shell command and scan the output of it. You can automate it with cron and or your scheduler/system automation. Greetings, Wolfgang ... ...
Hi, I am new to the group. I have just taken over looking after a small development mainframe after a ten year absence from Mainframes. I have a problem that I...
Did you exactly follow all of the steps included in the installation manual? I mean something referring to apf authorization, linklist and so on? I suspect a...
Can anyone give me recommendation on how to download a file from the mainframe to the PC with the printer controls intact? I'm using the file transfer within...
Hi , There are a number of ways this can be achieved. My first question is usually what is the end result you are aiming at. Also what sort of data stream are...
Hi Andrea, I hope I did. The use has full sysprog access. PSF is up and running already this is just and additional function that has been requested. I have...
Hi Graham, Thanks for your reply. I was able to figure out my problem. I had my Attachmate session setup with the incorrect file transfer (FTP instead of ...
Just for fun, and to prove that it was possible ... ========================================================== /* REXX */ /* ZPLC */ arg dsname debug . if...