For rewrite, why is it mandatory that file needs to be opened?
No Answer is Posted For this Question
Be the First to Post Answer
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
what is srange and nosrange pls reply to ths question ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
SIGN TRAILING SEPARATE field occupy ?
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to use the same COBOL program in Batch and CICS on lines? explain with an example
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.