What care has to be taken to force program to execute above
16 Meg line?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
What are the access modes of START statement?
What is file status 92?
What is the difference between CONTINUE & NEXT SENTENCE ?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Should I use STOP RUN in the sub program??why?