How to read records in reverse order in flat file?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
Explain the function of //cntl statement?
How can return codes be tested before execution of a job step?
How to execute a set of JCL statements from a COBOL program ?
can we bowse or edit the GDG dataset if it is a tape entry?
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.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem