How to remove 2 duplicate records and copy only one using job control language?
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by binary search?
how do u link sub pgm to main pgm ?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
How do you do in-line PERFORM?
Whtz the specialty of 77 level number ?
What is the difference between index and subscript?
Whats the difference between search & search ALL?
How do you differentiate between cobol and cobol-ii?
What is the LINKAGE SECTION used in COBOL?
what is the difference between perform varying and perform until
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is