without performing any operations on a file how can i know
whether it contains data or not
Answers were Sorted based on User's Feedback
Answer / sharpmainframe
QUASI RE ENTRANCY: IN MAINFRAME MORE THAN ONE TASK ACCESS
SAME PROGRAM BUT ONE TASK IS NOT DISTRUB TO OTHER IS CALLED
RE-ENTRANCY IN CICS WE CALLED IS QUASI REENTRANCY.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sravani
through file status we can know this. read is not possible for empty files
Is This Answer Correct ? | 1 Yes | 2 No |
what is the minimum number of lines a Cobol program should have to successfully compile and run
How do you define a variable of COMP-1? COMP-2?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
Hai friends why we need to read a file before re-write a record?
how many bytes do SPPPP999 will store?
how to access vsam files in cobol and how to differentiate that this is ESDS file
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
which is better either static call or dynamic call? and why?
Explain how to differentiate call by context by comparing it to other calls?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
What type of Call you would use if you don;t want the control back to the calling program?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?