How many sections are there in data division in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
What is a report item?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
Explain how you can characterize tables in cobol?
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
What does the IS NUMERIC clause establish ?
IF I mention stop run in CICS what happens?
How To move a value to an array using move verb?
can we use full outer join with cursors declared in cobol program?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
how will u find out 3rd week's 2nd day using occurs ?
how can we fetch 3 records in cobol pgm any coding pls ?