What is cobol?
Answer / Avaneesh Kumar Srivastava
'COBOL' stands for 'Common Business Oriented Language'. It is a high-level programming language that was designed to be easy to understand and use, making it suitable for business data processing.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
what is rediffine clause?in what situation it can use?give me real time example?
Can we call a CICS program from a batch program or viceversa?If so, how?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
Can we redefine the field of x(200) to less than 200?
How do get the result of your program directly on your pc?
How do you define a variable of comp-1 and comp-2?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
1.What is the default print format in cobol?
What is the difference between write & move in COBOL?
how can you identify wheather the program is using search or search all in the cobol program?