How gdg are concatenated?
No Answer is Posted For this Question
Be the First to Post Answer
What is a JCL Command statement ?
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.
what is static and dynamic call with examples?
What does the one advantange of using IEBUPDTE?????
Can you code instream data in a PROC ?
Can we use DISP=SHR in output file in JCL
Explain the jcl exec statement?
Differentiate between the joblib and the steplib statements?
how to increase the space of a dataset in instream procedure.
Describe the EXEC statement, its meaning, syntax and keywords?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
What does S0C4 error mean?