What is the LINKAGE SECTION used in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
What is length is cobol?
Can JUSTIFIED be used for all the data types?
Where the Plan is located in CICS-DB2
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
What is different between variable length and fixed length?
which generation language is cobol
is it possible to declare index in cobol program? if it is not why its tell me pls
How do we get current date from system with century in COBOL?
what is subscript in cobol?give realtime example?
How many maximum number of procedures can we write in one COBOL program?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
how do you reference the esds vsam file formats from cobol programs