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

  • Home
  • SEARCH
  • 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 9174405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:45:06+00:00 2026-06-17T16:45:06+00:00

I have a PIC 9(14).9(2) variable that receives data from an incoming file. I

  • 0

I have a PIC 9(14).9(2) variable that receives data from an incoming file. I wish to pass it into a report variable that is a PIC 9(14)V9(2). The format of incoming data can’t be altered. Is there any way I can pass one value into another?

  • 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-17T16:45:07+00:00Added an answer on June 17, 2026 at 4:45 pm

    The pic 9(14).9(2) is essentially a Pic X field. You could set up redefine fields
    or use reference modification

    i.e.

           03 F1                 PIC 9(14).9(2).
           03 filler redefines F1.
              05 F1-Int          pic 9(14).
              05 filler          pic X.
              05 F1-decimal      pic 9(2).
    
           03 F2                 PIC 9(14)V9(2).
           03 filler redefines F2.
              05 F2-Int          pic 9(14).
              05 F2-decimal      pic 9(2).
    
           Move F1-int          to f2-int.
           Move F1-decimal      to f2-decimal.
    
    or    
           Move F1(1:14)        to F2(1:14).   
           Move F1(16:2)        to F2(15:2).   // Forgoten the correct format for cobol
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a variable inside my php file, which I want to pass to
I have a function: function name(type) { $.i=; $.post(name.php, type, function(data, status){ $(.pic).attr(src, data);
I have scoured the internet for code that can be used to allow users
I have the following variable that I need to work with, and have to
I have an ExpandableListView where the children can be of variable height. My problem
I have a small ui view that alows user to select a pic form
have a picture in my server named /images/pic.jpg . I want to track ip
I have used Javascript onlaod like this: function check() { var pic = new
In the past I have worked with the microchip PIC family, but I would
Say I have a loop of objects (style.cover.pic) in a DIV .style_image <div class=style_image>

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.