Give some examples of command terminators?
No Answer is Posted For this Question
Be the First to Post Answer
What guidelines should be followed to write a structured cobol prgm?
What are the divisions in a cobol program? Which one is the mandatory division among them?
what is the difference between start and startbr?
what happens when a copybook variables are declared using include statement ?
how to move the records from file to array table. give with code example
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe
6 Answers Citi Bank, CitiGroup, HSBC, iNautix, Wipro,
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
What are the functions like c or c++ in cobol?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?