how to refer the data field?
No Answer is Posted For this Question
Be the First to Post Answer
If we use GO BACK instead of STOP RUN in cobol?
Why we should use cursor ?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
01 A pic 9(100) find record length of it
What is the compute verb? How is it used?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
copy 100 records without using ibm utilities
wht is structured cobol pgm and non structred cobol pgm ?
wht is the diff b/w if and evaluate stmts ?