What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Answers were Sorted based on User's Feedback
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
what is JCLLIB and PROCLIB in jcl and their syntax
how to concatenate datasets
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
What are the valid DSORG values ?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
Is automatic restart possible in jcl? If yes, how?
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
i just need the first and last record from a sequencial file?how
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.