Answer Posted / sravani
by using IEBCOPY
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are the jcl procedures?
Explain the hierarchy levels in jcl?
I need exexution process for JCL programs
what are JCLLIB and STEPLIB in JCL?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How jcl is used for testing batch programs?
What is the significance of addrspc parameter in exec statement?
Suppose I have five jobs to do. But I want to hold one?
what is SOC4 error?
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
What happens if both JOBLIB & STEPLIB is specified ?
how you will the direct the data to spool using sysout option?
how would you create a temporary dataset? And where will you use them?
when does a dataset go uncataloged?
what is the purpose of coding notify parameter in job statement?