What is one line to pass PARM from JCL to COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
can u execute a proc from another proc?
What are SD37, SB37, SE37 abends?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
read all error codes like SB07?
How is a type of file defined in the jcl that executes the cobol program?
How to run cobol program using jcl?
What is the format of comment statement?
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
what is JCL?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?