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 |
What does the one advantange of using IEBUPDTE?????
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
how to solve u4038 abbend?........
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
What is NOTCAT ?
how to edit a tape dataset ? asked in wipro
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
How does jcl act on code(if you take a cobol program)?
Is acct parameter mandatory?
What is 'S0C7' abend?
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 u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch