What COBOL construct is the COBOL II EVALUATE meant to
replace?
Can anyone please give the example of Inline Perform.
How can you submit a job from COBOL programs?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
subscript and index r not coded in u r application program what will happen?
What is report-item?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
How to pass return codes from cobol to jcl?
Can the OCCURS clause be at the 01 level?