what is the job entry system used in your project?
Answers were Sorted based on User's Feedback
What is the purpose of the PARM keyword in the EXEC statement?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
What is difference between Return Code, user completion code, Abend code and reason Code?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How do you create a temporary dataset?
How to skip first step of a job? Can we use COND on the first step?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
can we write a proc with in a proc