In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
IBM,
2 7405i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
1 3978i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
HCL,
5 11516run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
IBM,
4303
How would you understand error(execution phase)?
What is the maximum size of varchar data type in db2?
What is the biggest disadvantage of using a vsam dataset?
Explain the job statement in jcl?
State all the file open modes?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Explain paging concept in memory?
What is the mainframe computer?
Is condition checking possible in jcl?
Why is free space left in ksds dataset?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are packages in db2?
What is the need of a secondary index in IMS?
Define psb?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?