How to run cobol program using jcl?
No Answer is Posted For this Question
Be the First to Post Answer
How does jcl act on a cobol code?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
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
How to send data from cobol program to jcl?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
What are the 4 fields in dd statement?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?