the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
7 26059ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
4 9056What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
2 9451i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
2 7649We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
2 9160Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
3 10635If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
2 5077If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
4 14807Post New IBM JCL Interview Questions
How to use in conditions in oracle?
Explain liquidity group ratios.
Explain the concept of hit and miss governing in IC engines.
What is content in html?
What are delegates in ios swift?
Explain ASP.NET MVC Identity and Security?
What are the differences between stored procedure and the dynamic sql?
How is mapping of name of dll and function done?
How many transformations can be used in mapplets.
Can we instantiate abstract class in ooabap ?
What is 302 redirect?
How do I open excel on my computer?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the concept of Reentrancy in windows operating system?
When one must use recursion function? Mention what happens when recursion functions are declared inline?