what is “Cond= even” and “Cond=only”?
No Answer is Posted For this Question
Be the First to Post Answer
What is the syntax of JCL statement?
Are there any set of rules for the names of the steps used in a job?
What do you understand by jcl?
Explain about File Tailoring
I 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?
What is the improvement to COND= in the latest version of MVS?
How to identify where file is empty or not? How many ways are there to identifying?
What are three major types of JCL statements? What are their functions?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??