Explain about Cobol Subroutines
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
Which dd parameters are required?
How jcl work to handle various input output file operations?
Explain about LMINIT - generate a data ID for a data set
Where & How Do You Code Identifier In Jcl?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
What are the rules employed while naming the steps in a job?
Can we use empty VSAM as input?
What is dummy parameter in JCL??
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.