i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
2 11052how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
IBM,
4 8178I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
IBM,
2 63501) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
L&T,
1 14165
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Explain about LMQUERY�give a dialog information about a data set
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How to override loadlib?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what are the statements that are not valid to be included in an include statement?
List in order the hierarchical levels of jcl?
Is it possible to left uncode disp?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What do you understand by jcl?
what operation is performed by job statement?
what is SOC4 error?
Name a few IBM utility programs, and explain its function.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.