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 4875in a indexed file what is procedure for read the records from 12 to 18. please give the code example
L&T,
2 5944IDENTIFICATION 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 4012
what is search and searchall?what is the diffrence between them?give an best example?
) How do u handle errors in BMS macro
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?
How do we get current date from system with century in COBOL?
Write the code to count the sum of n natural numbers.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Whats the difference between search & search ALL?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between Call and a Link?
Describe the cobol database components?
What are the different open modes available in cobol?
Write a cobol program making use of the redefine clause.
What is the difference between binary search and sequential search?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?