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 |
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
what is the difference between start and startbr?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
IF I mention stop run in CICS what happens?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
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..
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
what will happen if pass values more than 100 using PARM parameter?
In COBOL programming, what is PERFORM? What is VARYING?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length