Explain the function of dd name parameter with a 2 part structure; audit.report?
if we give TIME=0 how many sec that job/step
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What will happen if two JOB statements are mentioned in an JCL continuously.
How to empty the records in jcl
What is COND=ONLY ?
Explain the purpose of dd dummy statement?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
How do you send the output of a COBOL program to a member of a PDS?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How can you trap abends in the JCL?