how do you code a null statement?
No Answer is Posted For this Question
Be the First to Post Answer
How to search strings in multiple dataset with conditions 'string1 & string2'?
Does jcl support automatic restart?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
When we give TYPERUN = SCAN , what are the syntax errors we get?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
diff bw vsam and normal flat file?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
Can we have a JOBSTEP without any EXEC ?
how to run batch program without jcl?
what is JCL?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.