I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
No Answer is Posted For this Question
Be the First to Post Answer
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
why do we use file-aid wht r the adv of using file-aid thn in ispf
How do you access an uncatalogued dataset in a jcl?
How many instream we can write in single jcl?
How can a fb file convert to vb file using sort program?
how can you check if a file is empty using jcl?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
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?