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
diff bw vsam and normal flat file?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
In SPACE,what is directory,RLSE
What is STEPLIB, JOBLIB? What is it used for?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
how can the same proc be re-used and called by many jobs?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
How to search strings in multiple dataset with conditions 'string1 & string2'?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.