How to empty the records in jcl
Answer / biprajit
To empty a file in JCL you can use IEBGENER;
Sysut1 dd dummy
Sysut2 dd dsn=filename
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
can we bowse or edit the GDG dataset if it is a tape entry?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
i want to store 20 digits . how will u do it in cobol ?
which statement is used to end the in-stream procedure in a jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
What is the difference between sb37,se37,sd37 each?
What are the jcl procedures?
Explain how can a jobs execution priority be modified?