How to find whether a Flat file is empty or not without
Reading a file in COBOL Program. (not using JCL)
Answer Posted / sharmila_g
IEBPTPCH is used to check empty dataset.. if it returns 4 the dataset is empty or if it returns 0 it is not empty.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
Name some of the examples of COBOl 11?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What are literals?
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?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what is the use of outrecord?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How do you reference the fixed block file formats from cobol programs
how to refer the data field?
Write a program to explain size error.
Write the code implementing the perform … varying.
how to access the file from prodution from changeman tool and to submit a file to production
Write a program that uses move corresponding.