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 |
How do you set a return code to the JCL from a COBOL program?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
What is file status 92?
how do u list the abended jobs?
which one is better among static call and dynamic call?
how to convert the recors form vsam file to db2 table tru file aid
what are the error codes in cobol, db2, cics, vsam , and jcl
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
perform I from 0 by 1 until I=5?How maney times it will executes
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
What is Alternate Index ? How is it different from regular index ?