Answer Posted / ananta bajpai
start is used in cobole cics &cobol relative file concernts
& startbr is use in cobol cics program onle. in relative
files start is used as
start file-name{key{is equal or is=,is<,is not} key data-
name] invalid-key }end-start
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
how do you reference the esds vsam file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is perform what is varying?
How to print 10 to 1 if the input have only 10 digit number?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between comp and comp-3?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
IF I mention stop run in CICS what happens?
What is inspect in cobol ?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Mention the guidelines to write a structured cobol program?
What is a scope terminator give example?
What is the difference between next sentence and continue in cobol programing language?