Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answers were Sorted based on User's Feedback
Answer / ven
just step condition will dominate the job condition. that's
it.
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / vinay sonar
If we code it both in step and job step will dominate over
job
| Is This Answer Correct ? | 0 Yes | 2 No |
How can values be passed from the job stream to an executable program?
What do you understand by the terms: joblib and steplib?
What 3 guidelines do we have to follow when concatenating DD statements?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
Describe the DD statement, its meaning, syntax and keywords?
how to split a file
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
can u execute a proc from another proc?
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 is DISP= (NEW,PASS,DELETE)?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP