IBM / IBM-Z-zOS

The helpful and handy location for finding and sharing z/OS files, which are not included in the product.
Apache License 2.0
386 stars 183 forks source link

Problem with USERKEY_COMMON_AREA.TRS #144

Closed tdanekkb closed 3 years ago

tdanekkb commented 3 years ago

Hello, I am having trouble unpacking tersed file USERKEY_COMMON_AREA.TRS in IBM-Z-zOS/SMF-Tools/SMF30_USERKEY_COMMONAREA. DS is allocated as PS with LRECL 1024 but included JCL for unpack fails with

** AMA527I  INPUT  - DDNAME : INFILE   DSNAME: WRK.SMF                    
** AMA528I  OUTPUT - DDNAME : OUTFILE  DSNAME: A4Y4PR.SMF30               
** AMA564E  THIS IS NOT A RECOGNIZABLE TERSED DATA SET                    
** AMA573I TERSE COMPLETE DECODE   UNPACK       13:50:07  12/17/2020 **** 
** AMA504I  RETURN CODE: 8                                               

Allocated DS:


General Data                           Current Allocation               
 Management class . . : DAYS001         Allocated tracks  . : 1         
 Storage class  . . . : STANDARD        Allocated extents . : 1         
  Volume serial . . . : TWRK23                                          
  Device type . . . . : 3390                                            
 Data class . . . . . : **None**                                        
  Organization  . . . : PS             Current Utilization              
  Record format . . . : FB              Used tracks . . . . : 1         
  Record length . . . : 1024            Used extents  . . . : 1         
  Block size  . . . . : 6144                                            
  1st extent tracks . : 1                                               
  Secondary tracks  . : 10             Dates                            
  Data set name type  :                 Creation date . . . : 2020/12/17
                                        Referenced date . . : 2020/12/17
                                        Expiration date . . : ***None***
  SMS Compressible  . : NO                                              

Is it possible to include the tersed members unpacked in the git repository?

jbouzak commented 3 years ago

@tdanekkb is this still an issue? I see you've closed it already.

If it's still an issue @utkarsh-goswami may be able to investigate

tdanekkb commented 3 years ago

I was not able to unterse the archive but I noticed that the code is in fact also included unpacked in this repo (as I was asking in this issue) - JCL_CODE.txt, REXX_CODE.txt.

jbouzak commented 3 years ago

@tdanekkb - In case you're interested @utkarsh-goswami uploaded a new terse file

https://github.com/IBM/IBM-Z-zOS/pull/146