I need exexution process for JCL programs
No Answer is Posted For this Question
Be the First to Post Answer
What are steplib and joblib? What for they are used?
What are hierarchy levels in jcl?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
i have a string of 80 chars i want to replace 4th char with "a"?
what is use of disp parameter in dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How can unused space allocation be returned to the system when a dataset is closed?
which utility is used to run a cobol-db2 program?
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
What 3 guidelines do we have to follow when concatenating DD statements?