Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8465299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T15:00:16+00:00 2026-06-10T15:00:16+00:00

Very basic question here. I have to write out a data glossary for a

  • 0

Very basic question here.

I have to write out a data glossary for a COBOL program. This data glossary includes the following details about every variable:

  1. Name
  2. Data type
  3. Range of values (if applicable)
  4. Line numbers
  5. Fuller name

I have several variables that include level 88 switches. My question is this: Are these level 88 switches counted as variables, and should I include them in the data glossary? Or, judging by the data glossary structure I have to work with, should they be ignored in this context?

And while I’m here, another simple question. Should fillers be included in data glossaries? This program in particular contains a LOT of filler variables, most being simple “PIC X” variables.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T15:00:18+00:00Added an answer on June 10, 2026 at 3:00 pm

    Assuming I understand the question being asked.

    It would help if you could give an example with a COBOL layout and data glossary entry one with and one without an 88 entry. However, I’ll do my best to try to answer the question.

    No, 88 level entries are not variables and they do not increase or decrease the length of the record. They simply allow you to create a conditional statement.

    With that being said should your data glossary only include variables that contribute to the length of the record?

    If yes then there shouldn’t be a separate data glossary entry per 88 item. However, it might help to explain a given variable’s value[s] (3 and maybe 5 or even an extra line for expected values).

    01 record-store.
     02 location pic 9(4).
       88 dist-center value 100, 101, 102.
     02 value    pic 9(6).
     02 paid     pic X(1).
       88 yes value 'Y', 'y'.
       88  no value 'N', 'n'.
    

    Your data glossary would/could be:

    location

    • Name: location
    • Data Types: integer
    • Range of Value: 0-9999
    • Line Numbers: 20
    • Fuller name: location of the data
    • Expected Values:
      • 100, 101, 102 for distribution centers
      • 1-99 for customers
      • 103-9999 invalid

    Now knowing your expected values you might go back and change your 88 values?

    ...
     02 location pic 9(4).
       88 dist-center value 100, 101, 102.
       88 customers   value 1 thru 99.
       88 invalid     value 0, 103 thru 9999.
    ...    
    

    If no then:

    You could have a separate data glossary entry pre 88 level entry.

    Your data glossary would/could be:

    location

    • Name: location
    • Data Types: integer
    • Range of Value: 0000-9999
    • Line Numbers: 20
    • Fuller Name: The location of the data

    dist-center

    • Name: dist-center
    • Data Types: boolean
    • Range of Value: 100, 101, 102
    • Line Numbers: 5
    • Fuller Name: Is location is a distribution center

    customer

    • Name: customer
    • Data Types: boolean
    • Range of Value: 1-99
    • Line Numbers: 5
    • Fuller Name: Is location a customer

    invalid

    • Name: invalid
    • Data Types: boolean
    • Range of Value: 0001, 0010, 0100
    • Line Numbers: 5
    • Fuller Name: Is location an invalid value
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a very basic question...quite embarassing, but here goes: I have a Stopwatch
It may sounds a very basic question, but here it is. I have this
This is a very basic question, so please bear with me. Consider the following
Very basic question here (I've just started with Python). I have a list object.
I have a very basic question about how to write to a plist. I
This could be a very basic question but i want to confirm here. Im
I have a very basic question. I would like to know if here is
Here's a very basic question I have. In my professor's lecture slide, there is
Very basic seeming PHP question here... I have a page to which I'm already
this may seem like a very basic question, but i have difficulty grasping it,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.