What is rmode(any) ?
No Answer is Posted For this Question
Be the First to Post Answer
) How do you access the migrate the data from production region to development region
Which division and paragraphs are mandatory for a COBOL program?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
How is sign stored in a comp-3 field?
What is the difference between PIC 9.99 and PIC9v99?
What is a SSRANGE and NOSSRANGE?
what r the types of perform statement
Can anybody give me example of subscript and index
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
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
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
Why we need to use redefine clause when we can define the variable seperately... what is actual need....