is it possible to rename 01 level?
Answers were Sorted based on User's Feedback
Answer / saikat
Rename cant be used to rename 01, 77, 88 level or other 66
level.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / ananta bajpai
no only 66 level is used for rename clause.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / suresh
I think We cant rename the 01 level, if you want we can do
it sublevels like 02,03 etc. when u go for renames u should
use 66 is the level number.
Suresh Vukoti.
| Is This Answer Correct ? | 4 Yes | 2 No |
In COBOL programming, what is PERFORM? What is VARYING?
What is 77 level used for ?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
What rules are to be followed while using the corresponding options?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
Should I use STOP RUN in the sub program??why?
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
how you read control card into array?
how many bytes do SPPPP999 will store?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?