How to find the UNIT and VOLUME of a (a) KEPT (b)
UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and
using (ii) ISPF ?
No Answer is Posted For this Question
Be the First to Post Answer
what is a jcl?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
what is the purpose of SYSOUT parameter in the DD statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How do you submit JCL via a Cobol program?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
What is GDG?
What is COND=EVEN ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?