Are there any set of rules for the names of the steps used in a job? What are they?
No Answer is Posted For this Question
Be the First to Post Answer
what are the technical terms for // /* in jcl
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.
How is a new GDG coded?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is GDG?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
Explain about Cobol Subroutines
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
which utility is used to run a cobol-db2 program?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
how can i use the parameters decalred in main pgm in sub pgm
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K