Answer Posted / sunilkumar
IEFBR14
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain the job statement in jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
when can a job time-out occur? How to overcome that?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What are the parameter we cannot use in procedure?
What are hierarchy levels in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
how can the same proc be re-used and called by many jobs?
define cond parameter in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
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
Can I share my data with other jobs? How?
How can values be passed from the job stream to an executable program?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC