Re: Tn3270 back door

2024-02-16 Thread Kayhan Tanriverir
Hi
You can find the solution to the error in the IP Diagnosis Guide. Or you can 
issue the error code on this site.
If you have decided to use non-secure.  You have to reorganize the 
TCPPARMS(PROFILE) according to non-SSL usage. Example below: You have to use 
port 23 instead of a secure port.
; --  ; 
Configure Telnet                                                        ; 
--  ;       
                                                                  ; 
TELNETPARMS: Configure the Telnet Server                                ;       
                                                                  ; - TN3270(E) 
server port 23 options                                      ;                   
                                                      TelnetParms               
                                                  Port 23                       
; Port number 23 (std.)                     CodePage ISO8859-1 IBM-1047   ; 
Linemode ASCII, EBCDIC code pages         FULLDATATRACE                         
                                    Inactive 0                    ; Let 
connections stay around               PrtInactive 0                 ; Let 
connections stay around               ScanInterval 900                          
                                TimeMark 10800                                  
                        EndTelnetParms                                          
                  
And ;                                                                          
BeginVTAM                                                                    
Port 23 923                                                                ; 
Define the LUs to be used for general users.                             
DEFAULTLUS                                                                   
TCPS0001..TCPS0099                                                       
ENDDEFAULTLUS                                                              
LINEMODEAPPL TSO  ; Send all line-mode terminals directly to TSO.          
ALLOWAPPL TSO* DISCONNECTABLE ; Allow all users access to TSO                   
       ; applications.                                                          
  ; TSO is multiple applications all beginning with TSO,                     ; 
so use the * to get them all.  If a session is closed,                   ; 
disconnect the user rather than log off the user.            ALLOWAPPL *      ; 
Allow all applications that have not been                                ; 
previously specified to be accessed.                  EndVTAM                   
                                                 ;                              
                                            











iyi çalışmalar,saygılar / Regards



Kayhan TANRIVERİR
Senior Systems Programmer 

VBT Yazılım A.Ş

www.vbt.com.tr  














 

16 Şubat 2024 Cuma 13:54:52 GMT+3 tarihinde, James Cradesh 
<05a6576c6fa2-dmarc-requ...@listserv.ua.edu>şunu yazdı:  
 
 I’m locked out of my test lpar.  The ssl cert expired.  A new cert was 
uploaded but the tn3270 doesn’t see it. I did refresh Pagent but it didn’t 
help.  How do you get around this situation?  Is there a way to enable the non 
ssl port?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
  

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


ICH408I error during Setup and use of the zSecure Visual Server 2.4.0

2020-12-01 Thread Kayhan Tanriverir
Greetingsall,
I amreceiving the following error when I start up C2RSERVE in zSecure Visual 
Server 2.4.0.  
 ICH408IUSER(C2RSERVE) GROUP(STCGRP  ) NAME(STARTED USER       ) 270     



  /u/c2rserve/server1//bin                                             

 CL(DIRACC  ) FID(D7F2F2D9E2F3092C6C3F006F)                     

 INSUFFICIENT AUTHORITY TO UNLINK                                      

  ACCESSINTENT(-W-)  ACCESS ALLOWED(OTHER      R-X)                     

  EFFECTIVEUID(77)  EFFECTIVE GID(05)              

 STCGRPis started group. C2RSERVE is a member of started group.

 CLASS NAME           

-    

STARTED   C2RS*.* (G) 

 USER ACCESS        

 -- 

STCGRP   READ   

C2RSERVE READ   

IBMUSER  READ   

 I addedSTCGRP and C2RSERVE to the BPX.SUPERUSER profile. I used the following 
commandto

 solvethe problem.

 chmod-R g+rwx /u/c2rserve/server1//bin   

 butdidn’t work.

 Thestatus of directory in omvs is as follows:
 Ö ls -alt/u/c2rserve/server1//bin  lrwxrwxrwx  1 IBMUSER  OMVSGRP       19 Dec 
 1 14:41

 /u/c2rserve/server1//bin–

 >/usr/lpp/c2r/V2R4M0                                                           

Ö                                                                           

 I would greatly appreciate it if you kindly give me somefeedback.





Kayhan TANRIVERIR 



Senior Systems Programmer 



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


SMS Question

2019-07-10 Thread Kayhan Tanriverir
Hi,

I received the following messages when I process the JCL:

•   IGD330I ERROR OCCURRED DURING CBRXLCS PROCESSING-   
FOR DATA SET VOLUME REQUESTED BY SPECIFIC VOLUME SERIAL IS A SCRATCH VOLUME 
 
THE FAILING VOLSER IS A00195
•   IGD306I UNEXPECTED ERROR DURING ?CBRXLCS PROCESSING RETURN CODE 8 
REASON CODE 51

I know that when processing a tape data set, if SMS detects an error from the 
macro CBRXLCS, SMS will try to issuse the message IGD330I.

IGD306I: An unexpected error occurred during storage management subsystem 
processing.

I checked ISMF Mountable Tape Volume List panel (ISMF option 2.3). The volser 
was in SCRATCH status, but I noticed that there is an undefined library in this 
panel. And the failing volser is in this library. How can I remove this 
undefined library.

Iyi calismalar, saygilar / Regards
_
Kayhan TANRIVERIR
Senior Systems Programmer
VBT Bilgi Teknolojileri A.S.
www.vbt.com.tr

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Yan: Sample JCL for full volume restore

2019-06-10 Thread Kayhan Tanriverir
Hi Peter,You can find more details about RESTORE command from "DFSMSdss Storage 
Administration Reference Guide"Example shows that DASD volume 11 is to be 
restored from the first data set of standard label tape volumes TAPE01 and 
TAPE02.


//JOB1 JOB accounting information,REGION=K//STEP1 EXEC 
PGM=ADRDSSU//SYSPRINT DD SYSOUT=A//TAPE DD UNIT=348ð,VOL=SER=(TAPE01,TAPE02),// 
LABEL=(1,SL),DISP=(OLD,KEEP),DSNAME=USER2.BACKUP//DASD DD 
UNIT=3390,VOL=(PRIVATE,SER=11),DISP=OLD//SYSIN DD *RESTORE INDDNAME(TAPE) 
OUTDDNAME(DASD) PURGE/* Iyi calismalar, saygilar / Regards 
_____ 
Kayhan TANRIVERIR Senior Systems Programmer 
VBT Bilgi Teknolojileri A.S.
www.vbt.com.tr

Bu mesaj ve ekleri mesajda gönderildiği belirtilen kişi/kişilere özeldir ve 
gizlidir. Bu mesajın muhatabı olmamanıza rağmen tarafınıza ulaşmış olması 
halinde mesaj içeriğinin gizliliği ve bu gizlilik yükümlülüğüne uyulması 
zorunluluğu tarafınız için de söz konusudur. Mesaj ve eklerinde yer alan 
bilgilerin doğruluğu ve güncelliği konusunda gönderenin ya da şirketimizin 
herhangi bir sorumluluğu bulunmamaktadir. Şirketimiz mesajın ve bilgilerinin 
size değişikliğe uğrayarak veya geç ulaşmasından, bütünlüğünün ve gizliliğinin 
korunamamasından, virüs içermesinden ve bilgisayar sisteminize verebileceği 
herhangi bir zarardan sorumlu tutulamaz. 

 This message and attachments are confidential and intended solely for the 
individual(s) stated in this message. If you received this message although you 
are not the addressee you are responsible to keep the message confidential. The 
sender has no responsibility for the accuracy or correctness of the information 
in the message and its attachments. Our company shall have no liability for any 
changes or late receiving, loss of integrity and confidentiality, viruses and 
any damages caused in anyway to your computer system.

  

   

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Yan: JVM errors running daily SCRT at currently available V26.1

2019-02-08 Thread Kayhan Tanriverir
Hi,
We are using SCRT Version 26.1 at z/OS2.2. I run it on  MONDAY,    04 FEB 
2019  There is no problem.
JVMJZBL1001N JZOS batch Launcher Version: 2.4.8 2018-06-25  
  
JVMJZBL1002N (C) Copyright IBM Corp. 2005, 2016 
  
java version Ü1.8.0_181Ü
  
Java(TM) SE Runtime Environment (build 8.0.5.20 - 
pmz6480sr5fp20-20180802_01(SR5 FP20))   
    
IBM J9 VM (build 2.9, JRE 1.8.0 z/OS s390x-64-Bit Compressed References 
20180731_393394 (JIT enabled, AOT enabled)    
OpenJ9   - bd23af8  
  
OMR  - ca1411c  
  
IBM  - 98805ca) 
  
JVMJZBL1015N MVS commands are DISABLED  
  
JVMJZBL1023N Invoking com.ibm.scrt.SCRTe.main()...  
  
JVMJZBL1043N The Java virtual machine completed with System.exit(0) 
  
*** SCRT VERSION 26.1.0 ** 

Iyi calismalar, saygilar / Regards 
_ 
Kayhan TANRIVERIR Senior Systems Programmer 
VBT Bilgi Teknolojileri A.S.
www.vbt.com.tr

Bu mesaj ve ekleri mesajda gönderildiği belirtilen kişi/kişilere özeldir ve 
gizlidir. Bu mesajın muhatabı olmamanıza rağmen tarafınıza ulaşmış olması 
halinde mesaj içeriğinin gizliliği ve bu gizlilik yükümlülüğüne uyulması 
zorunluluğu tarafınız için de söz konusudur. Mesaj ve eklerinde yer alan 
bilgilerin doğruluğu ve güncelliği konusunda gönderenin ya da şirketimizin 
herhangi bir sorumluluğu bulunmamaktadir. Şirketimiz mesajın ve bilgilerinin 
size değişikliğe uğrayarak veya geç ulaşmasından, bütünlüğünün ve gizliliğinin 
korunamamasından, virüs içermesinden ve bilgisayar sisteminize verebileceği 
herhangi bir zarardan sorumlu tutulamaz. 

 This message and attachments are confidential and intended solely for the 
individual(s) stated in this message. If you received this message although you 
are not the addressee you are responsible to keep the message confidential. The 
sender has no responsibility for the accuracy or correctness of the information 
in the message and its attachments. Our company shall have no liability for any 
changes or late receiving, loss of integrity and confidentiality, viruses and 
any damages caused in anyway to your computer system.

  Kimden: "Richards, Robert B." 
<01c91f408b9e-dmarc-requ...@listserv.ua.edu>
 Kime: IBM-MAIN@LISTSERV.UA.EDU 
 Gönderildiği Tarih: 8 Şubat 2019 14:21 Cuma
 Konu: JVM errors running daily SCRT at currently available V26.1
   
Has anyone else seen this recently? It worked yesterday, failed today and to 
the best of my knowledge, nothing has been changed (production lpar at z/OS 
2.2).

JVMJZBL1001N JZOS batch Launcher Version: 2.4.8 2017-09-13
JVMJZBL1002N (C) Copyright IBM Corp. 2005, 2016
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 8.0.5.15 - 
pmz6480sr5fp15-20180502_01(SR5 FP15))
IBM J9 VM (build 2.9, JRE 1.8.0 z/OS s390x-64 Compressed References 
20180425_385365 (JIT enabled, AOT enabled)
OpenJ9  - a7ffbfe
OMR      - a531219
IBM      - 59ef3dc)
JVMJZBL1015N MVS commands are DISABLED
JVMJZBL1023N Invoking com.ibm.scrt.SCRTe.main()...
JVMJZBL1043N The Java virtual machine completed with System.exit(16)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

   

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Yan: Adjust CSSMTP Translation Table

2018-07-10 Thread Kayhan Tanriverir
Hi,
The problem is solved.

CSSMTP fails to initialize when the  configuration file contains a TRANSLATE 
statement specifying a code page other than IBM-1047. 
Because the input buffer was not properly  initialized.  Applied PTF UI55791 
solved the problem. 
CSSMTP has been corrected to initialize the input buffer used  for the 
conversion. 
It is enable IBM-1026 (Turkish code page) into the TRANSLATE statement in the 
CSSMTP configuration file.

I wanted to share the solution with you.
 Iyi calismalar, saygilar / Regards _ 
Kayhan TANRIVERIR Senior Systems Programmer 
VBT Bilgi Teknolojileri A.S.
www.vbt.com.tr

Bu mesaj ve ekleri mesajda gönderildiği belirtilen kişi/kişilere özeldir ve 
gizlidir. Bu mesajın muhatabı olmamanıza rağmen tarafınıza ulaşmış olması 
halinde mesaj içeriğinin gizliliği ve bu gizlilik yükümlülüğüne uyulması 
zorunluluğu tarafınız için de söz konusudur. Mesaj ve eklerinde yer alan 
bilgilerin doğruluğu ve güncelliği konusunda gönderenin ya da şirketimizin 
herhangi bir sorumluluğu bulunmamaktadir. Şirketimiz mesajın ve bilgilerinin 
size değişikliğe uğrayarak veya geç ulaşmasından, bütünlüğünün ve gizliliğinin 
korunamamasından, virüs içermesinden ve bilgisayar sisteminize verebileceği 
herhangi bir zarardan sorumlu tutulamaz. 

 This message and attachments are confidential and intended solely for the 
individual(s) stated in this message. If you received this message although you 
are not the addressee you are responsible to keep the message confidential. The 
sender has no responsibility for the accuracy or correctness of the information 
in the message and its attachments. Our company shall have no liability for any 
changes or late receiving, loss of integrity and confidentiality, viruses and 
any damages caused in anyway to your computer system.

  
   

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Adjust CSSMTP Translation Table

2018-07-09 Thread Kayhan Tanriverir
Hi,
We started using CSSMTP in z/OSV2R3. We send e-mail with XMITIP in CSSMTP, but 
Turkish characters are corrupted. I changed the charset to ISO8859-9, but 
CSSMTP did not send e-mail. How can I adjust CSSMTP translation table.
I need help.   Iyi calismalar, saygilar / Regards 
_ 
Kayhan TANRIVERIR Senior Systems Programmer 
VBT Bilgi Teknolojileri A.S.
www.vbt.com.tr

Bu mesaj ve ekleri mesajda gönderildiği belirtilen kişi/kişilere özeldir ve 
gizlidir. Bu mesajın muhatabı olmamanıza rağmen tarafınıza ulaşmış olması 
halinde mesaj içeriğinin gizliliği ve bu gizlilik yükümlülüğüne uyulması 
zorunluluğu tarafınız için de söz konusudur. Mesaj ve eklerinde yer alan 
bilgilerin doğruluğu ve güncelliği konusunda gönderenin ya da şirketimizin 
herhangi bir sorumluluğu bulunmamaktadir. Şirketimiz mesajın ve bilgilerinin 
size değişikliğe uğrayarak veya geç ulaşmasından, bütünlüğünün ve gizliliğinin 
korunamamasından, virüs içermesinden ve bilgisayar sisteminize verebileceği 
herhangi bir zarardan sorumlu tutulamaz. 

 This message and attachments are confidential and intended solely for the 
individual(s) stated in this message. If you received this message although you 
are not the addressee you are responsible to keep the message confidential. The 
sender has no responsibility for the accuracy or correctness of the information 
in the message and its attachments. Our company shall have no liability for any 
changes or late receiving, loss of integrity and confidentiality, viruses and 
any damages caused in anyway to your computer system.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Yan: SMF report

2014-03-21 Thread Kayhan Tanriverir
Hi,
 The base SMF logstream shipped the IFASMFDL program with only a DUMP option. 
 
The below job is run:
 //RUNSMFDL JOB MSGLEVEL=(1,1),NOTIFY=SYSUID,CLASS=A,REGION=0M 
//SMFDMP1 EXEC PGM=IFASMFDL 
//DUMP01 DD DSN=SYS1.SMF.DUMP5,DISP=(NEW,CATLG), 
// UNIT=3390,VOL=SER=SMF001,SPACE=(CYL,(10,10)) 
//SYSMDUMP DD DSN=SYS1.IFASMFDL.SYSMDMP2,DISP=(NEW,CATLG), 
// UNIT=3390,VOL=SER=SMF003,SPACE=(CYL,(50,5)) 
//SYSPRINT DD SYSOUT=* 
//SYSIN DD * 
LSNAME(IFASMF.MULTSYS.STREAM1,OPTIONS(DUMP)) OUTDD(DUMP01,TYPE(0:255)) 
RELATIVEDATE(BYDAY,7,3) /* 

iyi çalismalar, saygilar / Regards

Kayhan Tanriverir
VBT - Senior Systems Programmer 
Enterprise Systems

 
 


 Kimden: Massimo Biancucci mad4...@gmail.com
Kime: IBM-MAIN@LISTSERV.UA.EDU 
Gönderildiği Tarih: 21 Mart 2014 9:05 Cuma
Konu: Re: SMF report
  

Hi,

IFASMFDL is not a SMF formatter pgm but only an extractor in a raw format
of the records.

You need some product (from SAS or Tivoli or EPV Tech) or the RMF
post-processor in order to have something readable.

Best regards.
Massimo


2014-03-21 6:46 GMT+01:00 Meenakshi, Vinoth - CW 
vinoth.meenak...@bestbuy.com:

 Hi,

 We are using z/OS 1.13 and one Prod LPAR is utilizing 100% utilization and
 it slow down the system for 2hours business time, we are planning to
 extract top utilizing Job report from SMF 79 record type.
 Below is the JCL which we used and we could not get the output in readable
 format, can anyone help me.

 //TSMMEVR JOB (T,I98,0988),'NAME',
 //    MSGCLASS=X,CLASS=X,
 // USER=TSMMEV,PASSWORD=
 //**
 //* STEP 1: UNLOAD DATA FROM THE SMF DATA SETS
 //**
 //SMFDUMP EXEC PGM=IFASMFDL
 //INDD1 DD DSN=PNDS.T05SMF.DAILY2,DISP=SHR
 //      DD DSN=PNTS.T0500SMF.WKLYTAP2,DISP=SHR
 //      DD DSN=PNTS.T0500SMF.MTLYTAP2,DISP=SHR
 //OUTDD1 DD DSN=TSMMEV.SMF.TYPE792,
 // SPACE=(CYL,(500,500),RLSE),UNIT=SYSDA,DISP=(NEW,CATLG)
 //SYSPRINT DD SYSOUT=*
 //SYSIN DD *
 INDD(INDD1,OPTIONS(DUMP))
 OUTDD(OUTDD1,TYPE(79))
 //*

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Meaningless Information in SDSF System Request panel

2013-05-08 Thread Kayhan Tanriverir


 Hi,

SDSF System Request panel started to  display meaningless information after I
updated consol member in SYS1.PARMLIB. 
I
changed MPF parameter from 00 to 01. And I added MPFLST01  member into 
SYS1.PARMLIB. The content of the
member is suppress two commands from console:


SYS1.PARMLIB (MPFLST01)
** * Top of Data
**
000100 DSNW133I    
000200 DSNW123I 
** * Bottom of Data
**                                                  
             
 
Iyi calismalar, Saygilar / Regards

Kayhan Tanriverir
Vizyon BT
Uzman Sistem Programcisi / Senior Systems Programmer 
(Please consider the environment before printing this e-mail)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Meaningless Information in SDSF System Request panel

2013-05-08 Thread Kayhan Tanriverir
Hi,

Thank you, I saw the IEAVMXIT is inactive from the result of 'd mpf' comand 
also  IEA590I WTO USER EXIT IEAVMXIT NOT FOUND    

I will use sample program CNZZVXT1 to link CNZZVMXT as IEAVMXIT

D MPF,M                                                           
IEE677I 10.42.17 MPF DISPLAY 056                                  
MESSAGE ID -MPF  SUPPRESS RETAIN AUTO  TOKEN      EXIT            
DSNW123I   -01   YES      YES    NO                               
DSNW133I   -01   YES      YES    NO                               
GENERAL WTO USER EXIT (IEAVMXIT) INACTIVE                         
SUBSYSTEMS RECEIVING FOREIGN MESSAGES AND DOMS:                   
*ALL                                                             
 
IEAVMXIT exit is inactive
 
Iyi calismalar, Saygilar / Regards

Kayhan Tanriverir
Vizyon BT
Uzman Sistem Programcisi / Senior Systems Programmer 
(Please consider the environment before printing this e-mail)

 
 
 




 Kimden: Elardus Engelbrecht elardus.engelbre...@sita.co.za
Kime: IBM-MAIN@LISTSERV.UA.EDU 
Gönderildiği Tarih: 8 Mayıs 2013 12:10 Çarşamba
Konu: Re: Meaningless Information in SDSF System Request panel
 

Kayhan Tanriverir wrote:

SDSF System Request panel started to display meaningless information after I 
updated consol member in SYS1.PARMLIB.

Please post that screen.

I changed MPF parameter from 00 to 01. And I added MPFLST01 member into 
SYS1.PARMLIB. The content of the
member is suppress two commands from console:

What is the result if you use 'D MPF'?

Do you have any active IEAVMXIT?

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


VSAM data set list error

2012-11-08 Thread Kayhan Tanriverir


Hi All,
 
When I try to list any vsam data set using the following command;
 
 LISTCAT ENTRIES(vsam data set name) -   
    ALL    

 I am getting the following error:

IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 0  
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 448    
 
Iyi calismalar, Saygilar / Regards

Kayhan Tanriverir
Vizyon BT
Uzman Sistem Programcisi / Senior Systems Programmer 
(Please consider the environment before printing this e-mail)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Yan: VSAM data set list error

2012-11-08 Thread Kayhan Tanriverir
Hi Lizette,


Yes, these are all the messages for this issue.
 Yes, we have more than one command.  
 
Iyi calismalar, Saygilar / Regards

Kayhan Tanriverir
Vizyon BT
Uzman Sistem Programcisi / Senior Systems Programmer 
(Please consider the environment before printing this e-mail)

 
 
 




Kimden: Lizette Koehler stars...@mindspring.com
Kime: IBM-MAIN@LISTSERV.UA.EDU 
Gönderildiği Tarih: 8 Kasım 2012 14:23 Perşembe
Konu: Re: VSAM data set list error

Are these all the messages for this issue?

According to IDC3003I

The system writes this message when an error condition has occurred in the
processing of a functional command. Messages printed just before this
message in the program listing indicate the error that occurred.
Application Programmer Response:
Preceding messages indicate the appropriate programmer response.


Did you have more than one command ?



Lizette


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf
 Of Kayhan Tanriverir
 Sent: Thursday, November 08, 2012 5:08 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: VSAM data set list error
 
 
 
 Hi All,
 
 When I try to list any vsam data set using the following command;
 
  LISTCAT ENTRIES(vsam data set name) -
     ALL
 
  I am getting the following error:
 
 IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 0 IDC0002I IDCAMS
 PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 448
 
 Iyi calismalar, Saygilar / Regards
 
 Kayhan Tanriverir

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Yan: VSAM data set list error

2012-11-08 Thread Kayhan Tanriverir


 There is only Command 'LISTC' issued return code 16448 message.
 
Iyi calismalar, Saygilar / Regards

Kayhan Tanriverir
Vizyon BT
Uzman Sistem Programcisi / Senior Systems Programmer 
(Please consider the environment before printing this e-mail)

 
 
 




Kimden: Elardus Engelbrecht elardus.engelbre...@sita.co.za
Kime: IBM-MAIN@LISTSERV.UA.EDU 
Gönderildiği Tarih: 8 Kasım 2012 15:03 Perşembe
Konu: Re: VSAM data set list error

Kayhan Tanriverir wrote:

IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 0
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 448

There must be other messages in SYSLOG, joblog, etc. Or something else set the 
MAXCC to 448.

Please show IBM-MAIN these messages.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Yan: VSAM data set list error

2012-11-08 Thread Kayhan Tanriverir
Hi David,
 The code changes depending on the type of command when I enter the command as 
Execute the code is 448.
 
* Top of Data **
IDCAMS  SYSTEM SERVICES   TIME: 08:57:51
    
 /* IDCAMS COMMAND */   
    LISTCAT ENTRIES(CATALOG.UCAT.VCET840) - 
    ALL     
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 0   
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 448 
  
 Bottom of Data 
 
 
But When I enter listc command as online from TSO, first I get IDC0014I 
LASTCC=0 but there was no list, then I press help key, I saw the Command 
'LISTC' issued return code 16448   
 
  IBMUSER.BRODCAST   
 listc ent(/) all CATALOG.UCAT.VCET420   
 
 IDC0014I LASTCC=0   
*** 
 
When I pressed to PF1 key, it explained me 
that; 
 EssN   
 e Command 'LISTC' issued return code 16448 e   
 DssM   
 *** 

When I try the list command from batch, there is no error code but there is no 
list.
 
  LISTCAT - 00050001
  ALL -     00080001
  CATALOG(CATALOG.MCAT.SET2C1)  0014
IDCAMS  SYSTEM SERVICES   TIME: 14:25:22
 LISTING FROM CATALOG -- CATALOG.MCAT.SET2C1    
 THE NUMBER OF ENTRIES PROCESSED WAS:   
   AIX ---0 
   ALIAS -0 
   CLUSTER ---0 
   DATA --0 
   GDG ---0 
   INDEX -0 
   NONVSAM ---0 
   PAGESPACE -0 
   PATH --0 
   SPACE -0 
   USERCATALOG ---0 
   TAPELIBRARY ---0 
   TAPEVOLUME 0 
   TOTAL -0 
 THE NUMBER OF PROTECTED ENTRIES SUPPRESSED WAS 0   
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0   
IDCAMS  SYSTEM SERVICES   TIME: 14:25:22
    
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 0   
 
 
Iyi calismalar, Saygilar / Regards

Kayhan Tanriverir
Vizyon BT
Uzman Sistem Programcisi / Senior Systems Programmer 
(Please consider the environment before printing this e-mail)

 
 
 




Kimden: David Elliot apadl...@gmail.com
Kime: IBM-MAIN@LISTSERV.UA.EDU 
Gönderildiği Tarih: 8 Kasım 2012 17:20 Perşembe
Konu: Re: VSAM data set list error

This happened to me a while back. Intermittently I would see this from a
LISTCAT ENTRY(xx) command. The 448 is, I believe,the last three chars of
16448 which is X'4040'. It was looking to me as though there was some
corruption of R15 at the end of the command. The command executed normally
in my case and was followed by the message below.

Does your command execute, ie produce output? Does this happen on other
files, is this in batch or TSO?

On Thu, Nov 8, 2012 at 8:57 AM, Lizette Koehler stars...@mindspring.comwrote:

 If you could help me understand.

 You posting shows CODE WAS 448

 But in a later posting  you say it is 16448

  IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 0 IDC0002I IDCAMS
   PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 448


 There must be an issue with your cut and paste.

 Could you please post all messages from last command thru command with
 error?  Please do not edit.

 Note:  Review ALL messages in your output for the IDCAMS function

keeping csaAll and csaTotals for a long time in pfa

2012-10-16 Thread Kayhan Tanriverir
 Hi

In ZOsV1R12 /pfapath/PFA_COMMON_STORAGE_USAGE/data/  directory is keeping 
csaAll and csaTotals for a long time. It is never deleting. How can I delete 
the old datas from data directory.  
 
Iyi calismalar, Saygilar / Regards

Kayhan Tanriverir
Vizyon BT
Uzman Sistem Programcisi / Senior Systems Programmer 
(Please consider the environment before printing this e-mail)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN