Answered step by step
Verified Expert Solution
Question
1 Approved Answer
identification division. program - id . A 2 START. date - written. date. author. name. * Description: * * * environment division. configuration section. *
identification division.
programid ASTART.
datewritten. date.
author. name.
Description:
environment division.
configuration section.
inputoutput section.
filecontrol.
inputfile declaration
select inputfile
assign to
organization is sequential.
outputfile declaration
select outputfile
assign to
organization is sequential.
data division.
file section.
fd inputfile
recording mode is
data record is inputline
record contains characters.
inputline.
fd outputfile
recording mode is
data record is outputline
record contains characters.
outputline
PIC
workingstorage section.
procedure division.
eomain.
goback.
end program ASTART.
i needs all correct COBOL code in use of IBM
so please check and send correct code
times you already sent wrong code sent.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started