What are VS COBOL 11 special features?



What are VS COBOL 11 special features?..

Answer / santosh khot

Vs Cobol II is the Enhanced Version of Vs Cobol there are
Many concept are added like in-line perform, Occures clause
has 7 Dimensions registery pointers for extra accesing CICS
space Scope terminator.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

Give some advantages of REDEFINES clause?

2 Answers   Syntel,


COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.

7 Answers   HCL,


I want ALL ERROR codes in VSAM

3 Answers   American Express, TCS,


In an EVALUTE statement is the order of the WHEN clauses significant?

4 Answers  


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

0 Answers   Accenture,






In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference

3 Answers   IBM,


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

0 Answers  


consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

5 Answers   TCS,


I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?

3 Answers  


what will happen if pass values more than 100 using PARM parameter?

1 Answers  


what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


what is the difference between PA & PF keys?

1 Answers   IBM,


Categories