How to know whether the module is dynamical or statistical?
No Answer is Posted For this Question
Be the First to Post Answer
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
How to read a 100 record from a file through cobol?
what is the use of filler in cobol programing?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what will happen if pass values more than 100 using PARM parameter?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
What are subroutines ? and how do we pass data to the sub routines?
what are the utilities for load and unload the DB2 tables
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
can we use 77 level no for Redefines?if we use give an example?