Give some examples of command terminators?
) How do u handle errors in BMS macro
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write a program to explain size error.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Write down the divisions of cobol program?
Name the sections present in data division.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is difference between static and dynamic call in cobol?
example for sub strings ? and refernce modifications whit output pls
What the difference is between continue and next sentence?
Write a program that uses move corresponding.