example for sub strings ? and refernce modifications whit output pls
What is Comm?
2 Answers IBM, Kemper Corporation,
what is sync clause?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are different data types in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10
how to know that the file has 300 records how to acess it?
How include time & date in the report generation in cobol programing?
9(2).99 how many bytes take? Why . consider as a byte?
i WANT ALL ERROR codes IN CICS and DB2
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
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.