How much space OS allocates when you create a PS or PDS?
Answer Posted / kiran
56 kb
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Differentiate between addressing mode and run mode.
what JCL Procedures?
Is acct parameter mandatory?
how do you code a null statement?
When space is allocated for an output dataset, what units can be used?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What are the parameter we cannot use in procedure?
What is the function of //cntl statement?
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
Explain how can the submitting users racf authority be overridden in a job stream?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
i want to store 20 digits . how will u do it in cobol ?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
what is the compile process of cobol program expalin with code
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?