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 do you understand by psb and acb?

1 Answers  


How many bytes S(8) comp field occupy and its maximum value?

1 Answers  


1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?

11 Answers   Wipro,


What is level 66 used for ?

3 Answers   TCS,


I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

2 Answers   ADP,


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.

11 Answers   FirstApex, NIIT,


What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  


How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB

6 Answers   Polaris,


What are the different data types available in COBOL?

4 Answers  


if one main program ,n -subprograms are then which call you follow ?why reasonuhg

4 Answers   UHG,


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  


At the minimum, which division of COBOL is enough to be coded?

3 Answers   CTS,


Categories