Hi pls anybody tell me about " ANALYSIS DOCUMENT
PREPARATION AND ESTIMATION OF TASK " (in real time
project)."I want to update a sequential file in my project"
for that purpose i need both structures i mean analysis
document and estimation of task.
No Answer is Posted For this Question
Be the First to Post Answer
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What rules are followed by the search verb.
what is label record is standard or omitted in file description of data division?
What is a scope terminator give example?
How many sections are there in data division in COBOL?
how to access vsam files in cobol and how to differentiate that this is ESDS file
wht is packed decimal in cobol
can we read records in a file from botom to top. if possible how can we read
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Write a cobol program making use of the redefine clause.
Whtz the specialty of 77 level number ?
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?