MAINFRAME - TIP OF THE DAY :
When you specified V for RECFM parameter, LRECL value is largest record in the file plus 4 bytes. These four bytes contain the actual length of each variable length record in the file
Programmers Voted for below topics. Please Vote for good Posts.
Votes
Salutes
Thank You! for your feedback. Connecting to the server. Please Wait...
well, you could have searched this forum, there are a few 100 threads similar to yours.
or you could read the manual and learn about 5.0 IEBEDIT (Edit Job Stream) Program _________________ Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.
plz give the exact ans when we have asked here...don't direct us anywhere else....because we need ans within a second and again searching for different thread will take more tym.
plz give the exact ans when we have asked here...don't direct us anywhere else....because we need ans within a second and again searching for different thread will take more tym.
time is your problem not mine. I volunteer this information, for free, on my own time.
Knowing the which manual contains the answer and where to find the answer is the goal.
After all, no one can remember everything, but we can remember how to find answers when shown where to look.
Also, this is not a chat room; so stop using chat room language or abbreviations of you own making.
This is technical forum where complete words and sentences will be used to communicate. _________________ Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.
Put RESTART commnad in the job card like RESTART=STEP004 and put a null character (// ) after STEP005,so it will start from step4 and end in step5,only 2 steps will execute...
and dont get dishearted abt whatever others say....
these ppl may cant give you answers but can show you attitudes....
sumit - welcome to the board.
You are not the right person to comment on the guys who has helped hundreds of people by answering their queries.
I agree with you , people who are posting queries in these forums - "Interview Questions" they expect the answers on the same Thread. _________________ Natarajan
Chennai
Joined: 09 Aug 2008 Posts: 1625 Location: Mumbai, India
0 votes
0 salutes
Posted: Fri Oct 15, 2010 3:02 pm Post subject:
Yes it can be done unless there is some un-told restriction. Answers are already given there in the thread, please re-read the entire thread again. _________________ Regards,
Anuj
Last edited by Anuj Dhawan on Thu Feb 02, 2012 2:02 pm; edited 1 time in total
Just use labels...
.A and .B before the two steps you need to run and sub .a .b and only those two steps will run.. Smile
so no modifications required..
except of course if you need a job card with parms such as
SCHENV=
CLASS=
MSGCLASS=
to avoid the defaults. _________________ Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.
and dont get dishearted abt whatever others say....
these ppl may cant give you answers but can show you attitudes....
You have been here for over 3 1/2 years and this is the best you could do for your first post. . . Mercy.
Obviously you have not looked at many of the thousands of posts where excellent answers have been provided (this topic included). _________________ Have a good one
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Cobol Tutorial This cobol tutorial covers most of the important topics like STRING, UNSTRING, COMP, COMP-3.....
DB2 Tutorial DB2 Tutorial focuses on DB2 COBOL Programming. Explains in simple language. Some Chapters are locked, Forum members have free access to these chapters
CICS Tutorial This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming...
JCL Tutorial This is most popular JCL tutorial from mainframegurukul. It does contain important jcl ....
SORT Tutorial This Tutorial covers all important aspects of DFSORT. Has more SORT examples