Give the syntax of job specifying jcl statement.
No Answer is Posted For this Question
Be the First to Post Answer
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
in ways data can be passed to a COBOL program from JCL?
how to skip the steps in JCl
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
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.
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
Are there any set of rules for the names of the steps used in a job?
how to create gdg with out using idcams utility
What 3 guidelines do we have to follow when concatenating DD statements?
How does the jcl specify the job to os?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?