Write a program to explain size error.
No Answer is Posted For this Question
Be the First to Post Answer
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
What is tne need to use sub programs in Cobol?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
What is the difference between PIC 9.99 and PIC9v99?
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
Difference between cobol and cobol-ii?
) How do u handle errors in BMS macro
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?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.