in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
No Answer is Posted For this Question
Be the First to Post Answer
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is condition checking in jcl? Is this possible?
how to eliminate the duplicates in sorting
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
what operation is performed by job statement?
How many types of libraries are there in JCL ?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is static and dynamic call with examples?
why do we use file-aid wht r the adv of using file-aid thn in ispf
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?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP