Can we redefine the field of x(200) to less than 200?
No Answer is Posted For this Question
Be the First to Post Answer
What is SSRANGE, NOSSRANGE ?
When is a scope terminator mandatory?
What is the figurative constant in cobol?
How do get the result of your program directly on your pc?
What is the local-storage section?
How many maximum number of procedures can we write in one COBOL program?
What is the difference between Global and External Variables?
Describe the cobol database components?
What is a subscript ?
How will you find the currepted records in a file
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.
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?