how we separate the cobol cics statements from cobol&cics
programming?



how we separate the cobol cics statements from cobol&cics programming?..

Answer / vinay sonar

CICS statements starts with

EXEC CICS

and end with

END-EXEC.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More COBOL Interview Questions

What is sqlca and why is it needed in any cobol-db2 program?

1 Answers  


Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?

3 Answers  


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

0 Answers  


1.What is the limit of linkage section?

4 Answers  


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

0 Answers  






01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.

15 Answers   ACS,


what is the purpose of linkage section?

10 Answers  


How to print 10 to 1 if the input have only 10 digit number?

0 Answers  


i want to learn mainframes. i completed MCA ,whats the future of mainframes

5 Answers  


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,


what is the difference between Normal vaiable and comp variable.

5 Answers   DELL,


ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete

4 Answers   TCS,


Categories