How to run cobol program using jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the PARM keyword in the EXEC statement?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
what are the options in file-aid to edit vsam dataset and to compare data sets.
How to run cobol program using jcl?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
is there any utility for restarting a particular step in jcl reply soon ?
which utility is used to update pds?
How can the submitting users racf authority be overridden in a job stream?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
How are GDGs concatenated?
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
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 ?