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
which generation language is cobol
What is report-item in COBOL?
How you can characterize tables in cobol?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
What is an in-line perform ?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
What are the cobol coding sheets?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?