Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

identification division. program - id . A 2 START. date - written. date. author. name. * Description: * * * environment division. configuration section. *

identification division.
program-id. A2START.
date-written. date.
author. name.
*Description:
***
environment division.
configuration section.
**
input-output section.
**
file-control.
input-file declaration
select input-file
assign to ??????
organization is sequential.
**
output-file declaration
select output-file
assign to ??????
organization is sequential.
8
data division.
file section.
**
fd input-file
recording mode is F
data record is input-line
record contains 29 characters.
8
01 input-line.
05????
85????
8
fd output-file
recording mode is F
data record is output-line
record contains ??? characters.
8
1 output-line
PIC x(???).
8
working-storage section.
**
procedure division.
eo-main.
8
goback.
**
end program A2START.
i needs all correct COBOL code in use of IBM
so please check and send correct code .
2 times you already sent wrong code sent.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems For Advanced Applications 9th International Conference Dasfaa 2004 Jeju Island Korea March 2004 Proceedings Lncs 2973

Authors: YoonJoon Lee ,Jianzhong Li ,Kyu-Young Whang

2004th Edition

3540210474, 978-3540210474

More Books

Students also viewed these Databases questions

Question

Accessing the Hidden Partition on Your Computer Windows 7

Answered: 1 week ago

Question

What lessons in OD contracting does this case represent?

Answered: 1 week ago

Question

Does the code suggest how long data is kept and who has access?

Answered: 1 week ago