why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
TCS,
2 6407in a indexed file what is procedure for read the records from 12 to 18. please give the code example
L&T,
2 7938IDENTIFICATION 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 6002
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Write down the divisions of cobol program?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is rmode(24)
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the pertinent COBOL commands?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is amode(31)
Define cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?