is it possible to rename 01 level?

Answers were Sorted based on User's Feedback



is it possible to rename 01 level?..

Answer / saikat

Rename cant be used to rename 01, 77, 88 level or other 66
level.

Is This Answer Correct ?    10 Yes 0 No

is it possible to rename 01 level?..

Answer / ananta bajpai

no only 66 level is used for rename clause.

Is This Answer Correct ?    6 Yes 0 No

is it possible to rename 01 level?..

Answer / kama;

no only 66 level

Is This Answer Correct ?    7 Yes 2 No

is it possible to rename 01 level?..

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

Post New Answer

More COBOL Interview Questions

Have you used comp and comp-3 in your project? And how?

0 Answers   IBM,


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

0 Answers  


whats the disadvantage of search all over search?

4 Answers   Patni, TCS,


how will u find out 3rd week's 2nd day using occurs ?

3 Answers   L&T,


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length

3 Answers   TCS,






can we use variable picture clause as xx.99 in cobol.

3 Answers  


I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?

3 Answers  


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


Re: 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.

2 Answers   IBM,


What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?

2 Answers   T systems,


What type of Call you would use if you don;t want the control back to the calling program?

8 Answers   TCS,


How to solve SOC7. I have the cobol coded as below 01 A PIC 9(4). 01 AIN REDEFINES A. 05 AIN1 PIC S9(4) 01 B PIC 9(4)V99. 01 BIN REDEFINES B. 05 BIN1 PIC S9(4)V99. PROCEDURE DIVISION. START-PARA. INITIALIZE A AIN B BIN. ACCEPT A B. DISPLAY 'VALUE OF A=' A. DISPLAY 'VALUE OF B=' B. DISPLAY 'VALUE OF BIN1=' BIN1. DISPLAY 'VALUE OF AIN1=' AIN1. COMPUTE AIN1 = BIN1 - AIN1. DISPLAY 'VALUE OF AIN1=' AIN1. When i'm executing this code i'm getting SOC7 for A = 12 & B=34. Can someone explain SDSF OUTPUT DISPLAY TCOM058R JOB05458 DSID 102 LINE 0 COLUMNS 02- 81 COMMAND INPUT ===> SCROLL ===> CSR ********************************* TOP OF DATA ********************************** VALUE OF A=12 VALUE OF B=34 VALUE OF BIN1=34 VALUE OF AIN1=12 CEE3207S The system detected a data exception (System Completion Code=0C7). From compile unit PROG1 at entry point PROG1 at statement 29 at compile +000004CE at address 00007ECE. Please address how to solve this issue Thanks in advance.

1 Answers  


Categories