how you can access an uncataloged dataset in a JCL?
No Answer is Posted For this Question
Be the First to Post Answer
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
Can we call instream to catalog and catalog to instream?
A dd statement consists of 4 fields. Name them?
How do you submit JCL via a Cobol program?
How to identify where file is empty or not? How many ways are there to identifying?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
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.
Min no of member?s (PDS) in one directory block?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?