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

Answer Posted / vinay sonar

CICS statements starts with

EXEC CICS

and end with

END-EXEC.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the esds vsam file formats from cobol programs

634


What are various search techniques in cobol? Explain.

650


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1230


how to refer the data field?

1812


Write the code implementing the perform … varying.

646






Write a cobol program making use of the redefine clause.

736


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

998


What are the access modes of START statement?

719


What guidelines should be followed to write a structured cobol prgm?

673


Explain how to differentiate call by context by comparing it to other calls?

689


What are the different types of condition in cobol and write their forms.

659


When is inspect verb is used in cobol?

677


What is rmode(24)

680


What is a SSRANGE and NOSSRANGE?

823


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1783