What is the function of the dd avgrec keyword in sms datasets?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain the function of a dd statement?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
How are GDGs concatenated?
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
What are steplib and joblib?
How to compare 2 files using File-Aid?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to execute 300 steps in a Job?
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.