In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
TCS,
2 20763i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
2 7489HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
1 9557I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
UST,
7 12977In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
IBM,
9 16154In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
3 10423Please send me the real time scenarios in Mainframe Project... i.e., it may be in banking or insurance sector or any other no problem..... please send your mails to krishnaprasadbvs@gmail.com
CSC,
11817My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
IMS,
4 10088ihave 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?
IBM,
4 9233
Tell about how do you eliminate the duplicates?
What is the significance of addrspc parameter in exec statement?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is a db2 tablespace?
What language is db2 written in?
what is use of space parameter in dd statement?
What is meant by deadlock in db2?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
what is the right time for using in-line perform?
What is universal database?
What is role in db2?
Explain what you understand by passing by value.
What is the purpose of store statement?
What is a buffer in memory?
What is the purpose of having vsam data space?