what is the job entry system used in your project?
Answers were Sorted based on User's Feedback
What are isolation levels? Where do we need to specify them in compiling JCL?
Explain the function of job statement in jcl?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
How can a jobs execution priority be modified?
What is the function of the dd mgmtclas keyword in sms datasets?
I need exexution process for JCL programs
Is it possible to left uncode disp? If yes, how?
How can the disposition of sysout datasets be set for an entire jobstream?
can we maintain 2 generations with different Lengths in Same GDG ?
What is the use of IEBGENER ?
What is the use of the utility DFSRRC00 in the JCL?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable