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

COBOL Quickstart Error QST032E -Help


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
itjagadesh

New User


Joined: 05 Dec 2006
Posts: 89
Location: chennai

PostPosted: Sat Sep 29, 2012 6:04 pm
Reply with quote

Team,

I am getting QST032E error while writing output files in one of DB2 cobol program, uses Quickstart . I tried to QST032E error but i didnt get much .

Solution was provided below "If this is an output file, verify that the
program is properly initializing the LLBB field" . can one of you please explain what is LLBB field?

+QST032E VB LL FIELD INVALID FOR DDNAME

QST032E VB LL FIELD INVALID FOR DDNAME xxxxxx

Explanation: A READ or WRITE to a variable length file encountered a
record that was either longer than the file's LRECL or shorter than 5 (the
minimum LRECL). The DDNAME appears in the accompanying Error Message.

System Action: ABEND U2032 is issued.

User Response: Correct the problem and restart. If this is an input file
that was created using the BSAM access method, verify that all records
were created with proper length fields. You cannot browse the dataset to
verify this as TSO BROWSE uses QSAM and QSAM adjusts the length field if
it is longer than the LRECL. If this is an output file, verify that the
program is properly initializing the LLBB field.
****************************** BOTTOM OF DATA ********************************

Thanks
Jagadesh
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Sat Sep 29, 2012 6:25 pm
Reply with quote

I've not heard the term "LLBB" used in that context, but it seems possible that the record descriptor word is being referred to.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Sat Sep 29, 2012 6:29 pm
Reply with quote

I've never heard of LLBB or QST error messages either, but this
Quote:
Explanation: A READ or WRITE to a variable length file encountered a
record that was either longer than the file's LRECL or shorter than 5 (the
minimum LRECL).
is quite clear about what your problem is. You SHOULD be able to fix it based on what is said here.
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: Sat Sep 29, 2012 6:33 pm
Reply with quote

How about showing the code you feel is relevant for your statement that produced the error, including all relevant data definitions. Show the actual error message, and any others in the JSYSMSG.

All in the Code tags, please.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Error to read log with rexx CLIST & REXX 11
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Error when install DB2 DB2 2
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
Search our Forums:

Back to Top