How are the next sentence and continue different from each other?
No Answer is Posted For this Question
Be the First to Post Answer
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
can any one help -s806
Can printer files (having 133 characters) be of variable length?
What is the default value of DISP parameter?
What is the meaning of 'Eject' verb in cobol?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
how can u pass the values into db2 values from cobol ?
Write a program to enter and display the names of students in a class using the occurs clause.
What will happen if we generate GDG (+2) version without generating (+1) version?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
how to run sub programs using static and dynamic call ...