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
) How do u handle errors in BMS macro?
How many sections are there in data division in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Give some examples of command terminators?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the LINKAGE SECTION used in COBOL?
What are the pertinent COBOL
Mention the guidelines to write a structured cobol program?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between comp and comp-3?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
) How do u handle errors in BMS macro
What is the difference between perform … with test after and perform … with test before?
How do get the result of your program directly on your pc?