Is there a way to check for an empty file in JCL other than
using IEBCOMPR and the command PRINT COUNT(1)?
Answer Posted / d
October_tare.pre-ounced soft continúe dis the great
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I send output of job to my remote device careerride123?
What is catelog procedure and how many catelog procedure to use in one job?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is use of dcb parameter in dd statement?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
Does jcl support automatic restart?
How to submit jcl through a cobol program?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is use of restart and how to use it?
how JCL works?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the purpose of dd * statement in jcl?
what is the JCL statement consists of?