I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
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 to set dependancy for jobs?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can we see data in TEMPARARY DATA SET in JCL ?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
what happens in execution stage in job processing?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
jcl is like a complier....?
what is fixed length and variable length and difference between them
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
//step#3 exec pgm = hkbc762 what is wrong with the syntax?