How do you define a variable of COMP-1? COMP-2?
Answers were Sorted based on User's Feedback
Answer / pal
77 A COMP-1.
77 B COMP-2.
because we can't use PIC clause in comp-1 & comp-2
Is This Answer Correct ? | 42 Yes | 8 No |
Answer / paddu
01 a usage comp-1.
01 b usage cpmp-2.
this way to define
Is This Answer Correct ? | 12 Yes | 1 No |
Name the divisions, which are available in a cobol program?
How to read a record from bottom of a file which is indexed by 'A'.
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
i need a small 3d program using inline and outline.
how many bytes do SPPPP999 will store?
if we have a 10 steps how to override the 4th step in jcl?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what is meant by binary search?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
What is the difference between Perform para and perform asaection in cobol?