how to run JCL thru COBOL.
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
how to count the number of members in pds?
wht r different types of sort fields in jcl ?
mainframe questions like basic&depth
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
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
what is a null indicator in db2?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
Can we have a JOBSTEP without any EXEC ?