How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
What do you understand by the term notcat 2 – gs?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
What is COND=ONLY ?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
Brief description of inline procedure of jcl.
How to search strings in multiple dataset with conditions 'string1 & string2'?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
If Region=0k means What Happen?