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 the difference between start and startbr?

2 Answers  


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

0 Answers   IBM,


What is mean by maxcc

7 Answers   Syntel,


How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.

4 Answers   Cap Gemini,


what is the maximum error code in mainframe

2 Answers  






Can we put move statement in COBOL copybook

3 Answers   Global Logic,


How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree

3 Answers   Merrill Lynch,


how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)

6 Answers  


IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why

3 Answers  


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 crack cts interview apps? NOVEMBER 21 2010

2 Answers   CTS,


What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


Categories