How do define dynamic array in cobol.
No Answer is Posted For this Question
Be the First to Post Answer
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
how can we get current dat and time thru cobol pgm
how can you identify wheather the program is using search or search all in the cobol program?
wht is the diff b/w if and evaluate stmts ?
1.Can we define condition-name conditions in FD entry.
what is level 66 means??
How to use the same COBOL program in Batch and CICS on lines? explain with an example
I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.
COMP?
what are the steps to sort in a cobol program?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
Why there is no questions in this column?