On Wed, 16 May 2007 17:41:47 +0200, Robert Bardos wrote:
>
>quick question (since I'm chasing/trying to recover severe
>production problems in parallel): how do I find the spanned
>indicator in a VB record?
>
>assembler illiterate I'd really appreciate it if anybody could
>give me a clue where to look for this 'spanned indicator'. Some
>nice DFSORT/ICETOOL solution maybe?
>
Start with:

3.1.3.2.2 "z/OS V1R7.0 DFSMS Using Data Sets"
3.1.3         Variable-Length Record Formats
  3.1.3.1       Format-V Records
  3.1.3.2       Spanned Format-VS Records (Sequential Access Method)
    3.1.3.2.2 Segment Descriptor Word

What's your language of choice?  If possible, override to RECFM=U
in the DD statement; read raw data; dump in hex and inspect.

Rexx won't read RECFM=U, so I'd use REPRO to convert to RECFM=V
and try to process that.

(just untested ideas)

In a similar case, I overrode to RECFM=U and used IEBGENER to copy to
an HFS file which I processed with Rexx SYSCALL read.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to