what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
1 5830i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
1 4740I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
2 9284
What statement can be used to send data to another mvs jes3 node?
How can return codes be tested before execution of a job step?
List the different components of jcl statement?
How does jcl act on code(if you take a cobol program)?
Is it possible to define dd statements as you want?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the difference between the positional and keyword parameters? Give examples.
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Explain the function of job statement in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is catelog procedure and how many catelog procedure to use in one job?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is Cataloged Procedures?