i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
7 11119How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
2325once we submitted the job to the operating system, how can we cancel the job before execution?
2 6162suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
5 9548is 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..?)
HSBC,
3 10725I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
3 7563what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
HCL,
6 14381I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
3 90921)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 anyone please answer me for above questions. it's very urgent
1 45191)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
4 13947
What are the jcl procedures?
what is the JCL statement consists of?
How does jcl act on a cobol code?
Suppose I have five jobs to do. But I want to hold one?
what happens in conversion stage in job processing?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
In sms datasets, what is the function of the dd mgmtclas keyword?
which utility is used to sort a file in jcl?
What is Cataloged Procedures?
How do you access an uncatalogued dataset in a jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Name a few IBM utility programs, and explain its function.
Explain the purpose of dd * statement in jcl?
how to do automated restart when a job abends?
What is use of restart and how to use it?