Answer Posted / abc
256
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
in ways data can be passed to a COBOL program from JCL?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is condition checking in jcl? Is this possible?
Can I share my data with other jobs? How?
Is their any limit for data sets?
what is JCL?
How does jcl act on a cobol code?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the purpose of dd * statement in jcl?
Can I send output of job to my remote device careerride123?
What are the 4 fields in dd statement?
Are there any set of rules for the names of the steps used in a job? What are they?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the motivation behind coding class parameter in job statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?