Can we use two or more SYSPUNCH DD statements in a JCL for
multiple unload (SYSREC00 & SYSREC01)..?
Answer Posted / raghu
yes ,but the rec's will be at the end
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Name a few IBM utility programs, and explain its function.
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain the jcl exec statement?
whats the diff bw the evaluate also and and?
how you will the direct the data to spool using sysout option?
how you can direct the data to spool using SYSOUT option?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Is acct parameter mandatory?
how do you code a null statement?
What are the rules employed while naming the steps in a job?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed