How to submit a jcl from cics?
No Answer is Posted For this Question
Be the First to Post Answer
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
What is the purpose of the dd keylen parameter?
hi friends........if u know syntax of IEBEDIT IN JCL
Mention the types of job control statements?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Why we will create load module in PDS only, Why nt in PS?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
what are the ways of passing data to a cobol program from jcl?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
when can a job time-out occur? How to overcome that?
How can values be passed from the job stream to an executable program?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?