What are the pertinent COBOL
No Answer is Posted For this Question
Be the First to Post Answer
What does the INITIALIZE verb do?
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?
how the control comes back from subprogram to mainprogram
What are subroutines ? and how do we pass data to the sub routines?
Why we should use cursor ?
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
if a file has 1000 recods how copy the records from 1 to 100 records using sort
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
what are decleratives in cobol?
Name the divisions, which are available in a cobol program?
How to covert given string into ASCII value in COBOL/MF COBOL