Is acct parameter mandatory?
Answer / Rubi Chahal
The ACCT parameter is not always mandatory in JCL, but it is often used to specify an account number for billing or resource allocation purposes. Whether it is mandatory depends on the specific organization's policies and requirements.
| Is This Answer Correct ? | 0 Yes | 0 No |
What parameter of the job statement is used to limit the cpu time consumed by the job?
Is it possible to left uncode disp? If yes, how?
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
How to execute step2,step1, step3 if step1,2,3 are in order
what is the alternative to model parameter?
how can i use the parameters decalred in main pgm in sub pgm
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
Can we change a FB file to VB file in JCL? Please help
How to pass data to a program that is coded in an exec statement?