What is the local-storage section?
No Answer is Posted For this Question
Be the First to Post Answer
What COBOL construct is the COBOL II EVALUATE meant to replace?
9(2).99 how many bytes take? Why . consider as a byte?
can any one help -s806
what are the limitations of Inline Perform?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
S9(5)V9(2) occupies how many bytes memory ?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
How can you get the ksds file records into your cobol program?
Can we move X(7) to S9(7) COMP?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
What is Control Break processing ?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?