I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
No Answer is Posted For this Question
Be the First to Post Answer
How to overide the symbol parameter in the jcl ?
can we write a proc with in a proc
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
Max. No of DD statements in a job ?
What is the difference between a symbolic and an override in executing a PROC?
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
How does jcl act on code(if you take a cobol program)?
is step name is compulsory in jcl ?
How do you find which GDG is using which dataset?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
i need some shortcuts and tso commands can any on ehelp me in these ?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?