How to read and write a single record into a file.
I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL.
Thank you
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of DSNDB07 ?
Is condition checking possible in jcl?
when does a dataset go uncataloged?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
if we give two job cards in a single what happens
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
I have three files for one step i need to override the third file how to do that in jcl?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
What is COND=EVEN ?