What is the maximum length of a field you can define using COMP-3 in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
what is level 66 means??
What are declaratives and what are their uses in cobol?
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
1.Can we define condition-name conditions in FD entry.
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
What is the local-storage section?
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
Difference between cobol and cobol-ii?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.