which utility is used to sort a file in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
what happens if job falls in loop ? how to resolve it ?
Explain about LMMLIST�list a library's members
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
Explain about LMMFIND - find a library member
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
What parameter directs the output of the job log dataset?
In DCB, what is LRECL,BLKSIZE,DSORG
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
is 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..?)
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?