. How do we cast a variable in COBOL
can you declare redefine in level 01?
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to read the last 100 records from a COBOL file. The file contains N number of records.
I know my query will return more than one row but I don't want cursor what should I do?
COMP?
What is R-mode and A-mode?
What is the Importance of GLOBAL clause According to new standards of COBOL?
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?
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.