Is it possible to code instream data in a PROC?
No Answer is Posted For this Question
Be the First to Post Answer
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
Is their any set of rules for dd? Explain.
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
What is the function of the dd dcb keyword?
diff bw vsam and normal flat file?
how to modify the copy book?explain with examples
What is a JCL Command statement ?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
What is the function of //cntl statement?
What are the jcl procedures?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
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? )