What care has to be taken to force program to execute above
16 Meg line?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
Give some advantages of REDEFINES clause?
how will u pass dadta to cobol+db2 program...?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
HOw can I get the negative sign while deduct high value from low value
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
what is record label is empty or standard in file description of data division?