why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
2505in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
HCL,
4 12051I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
3 8830I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
3 14160how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
2 9957Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
5 30263How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
RBS,
5 13846How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
HSBC,
1 7082
How do you overcome this limitation ?
What is job control language?
Explain about ISPF/TSO Commands
How can return codes be tested before execution of a job step?
How jcl work to handle various input output file operations?
what JCL Procedures?
What do you understand by the term job time – out and how can you overcome that?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to submit a jcl from cics?
Explain how can the submitting users racf authority be overridden in a job stream?
How can the attributes of one sms dataset be copied to another dataset?
What is the format of comment statement?
which utility is used to run a cobol-db2 program?
How to execute 2nd and 4th steps among 5 steps in jcl proc?