How do define dynamic array in cobol.
how to code in cobol while using variable block file?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
What is the difference between COMP & COMP-3 ?
How do you compile cobol program..?
What is static and dynamic call in cobol?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
how can we code index in an array of cobol pgm?
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
What are the various section in data division and briefly explain them.
How do you submit JCL via a Cobol program?